Issue
Videos with embedded captions cause Roku player to fail and throws the errorCode of -3 and a errorMsg of "ignored."
Videos play when embedded captions are not there.
Environment
SDK
HLS manifest with embedded VTT
Fix
Address 403 error coming from server and playback should be successful.
Cause
Media player request for VTT captions returns a 403 unauthorized error from the server.
Additional Resources
Separate case:
Issue
Play with Video Node and got errorCode= -3 and errorMsg = ignored
Fix
CDN will need to ignore the query string param which is being appended to the segment request.
Cause
The media player is running in 403 errors when attempting to GET the .ts segments.
Media player is appending query string parameter token using for the master manifest to all requests.
Comments
0 comments
Please sign in to leave a comment.