-
Notifications
You must be signed in to change notification settings - Fork 9
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
Forced subtitles support #502
Comments
In fact forced subtitles are quite easy to implement:
This can be easily observed by downloading the Apple Basic 16:9 example playlist, changing the This behavior works well with Play CH test streams which have this flag correctly set for forced subtitles.
Still providing the ability to implement custom The only issue is that we don't really have test streams for this use case, but since the implementation is quite simple I think this is less of a problem. |
Over AirPlay:
|
For reference there is an interesting |
As a user I want forced subtitles to be automatically enabled when appropriate. I never want to see them or be able to select them directly.
Acceptance criteria
Documentation
Tasks
AUTOSELECT
for forced subtitles.The text was updated successfully, but these errors were encountered: