-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Captions issues in Ramp in iOS devices #451
Comments
This is potentially a video.js issue, but Dananji would like to review if she has a chance. May be able to implement some synchronization between native player and video.js. |
I tested each point on this ticket's description after the changes made in #452.
The caption selections get cleared as expected when selecting a different caption option. i.e. caption selections made in the native iOS player are correctly reflected in the Video.js instance and vice versa
The inconsistency in caption selection between native iOS player and Video.js player was observed only when captions are turned off from the native iOS player for an HLS stream media item.
This behavior seems to be identical for the HLS demo item with captions in the Video.js main site. One workaround this seems to be; selecting the captions in the Video.js player instead of within the native iOS player after Step 3 in the above list, because the caption selections/caption turn on/off actions are properly carried over to the native iOS player. To compare the existing behavior for turning off/on captions using the native iOS player's menu, I tested an item with multiple captions in
This happens only in the scenario explained in the previous point, where captions are turned off from within the native iOS player |
I created #473 for native player issues so this one can be closed. |
Description
After the removal of HLS captions filtering in Ramp the captions behavior in iOS devices has the following issues;
Done Looks Like
Related Past Issues
The text was updated successfully, but these errors were encountered: