-
Notifications
You must be signed in to change notification settings - Fork 379
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
Subtitle support #115
Comments
Not currently, though this is something that should probably be slated for the 3.x track |
Any time frame when this will be released? |
Sadly no. I've been pretty busy with work lately and since this will be after the 3.0 release I can't say for certain. |
An initial implementation has been added in https://github.com/brianwernick/ExoMedia/tree/issue-115_subtitle_callbacks however I would like to to 2 things before it is merged:
Adding something like subtitle support is quite a large task but I hope to get it implemented (at least with a basic level) for the |
Hi Brian. |
Any news on this? Would love to have this functionality. |
I haven't had time to work on ExoMedia much lately so this will most likely be in a post 4.0 release |
can't wait!! i'd love to have it too :) |
I'm testing with a HLS with integrated subtitles, firstly i did not get any callback onCues, but currently i'm able to get text from the onCues implementation (the listeners are all right ☺). What i've got to do the trick is at the constructor of EmExoplayer, by modifyng as follows:
I'd like more info about the way to get the subtitle track of a available language to keep developing on it. Thanks for this branch!! |
Any news on that Brian ? :) Thank you!! |
@brianwernick does the video support closed caption/subtitle now? |
Do you have news of subtitle support srt / closed caption? |
Sadly I have no additional news on the progress of sub/cc (or 5.0 in general) :( |
Is there a chance that we can donate for this request to have priority? Thanks! |
There is now a sample in the demo app on how to get closed captions for video playback. |
Hi @brianwernick ,
Do you support srt subtitle rendering?
The text was updated successfully, but these errors were encountered: