-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support Closed Caption #36
Comments
Absolutely, CC's are defiantly something we can and will support. Priority #1 right now is getting moved to HTSP, after we do, more features will start showing up :) |
The ExoPlayer2 session type now supports subtitles, but ExoPlayer does not yet support DVBSUB format subtitles - which means a good 99% of subs this app receives won't work.. There's WIP over at google/ExoPlayer#1781 to add support for DVBSUB to ExoPlayer, hopefully this lands soon.. |
Do you happen to know if there is support for atsc US subtitles?
Sent from BlueMail
…On Dec 28, 2016, 11:33 AM, at 11:33 AM, Kiall Mac Innes ***@***.***> wrote:
The ExoPlayer2 session type now supports subtitles, but ExoPlayer does
not yet support DVBSUB format subtitles - which means a good 99% of
subs this app receives won't work..
There's WIP over at google/ExoPlayer#1781 to
add support for DVBSUB to ExoPlayer, hopefully this lands soon..
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#36 (comment)
|
@xaudiblex That depends, what codec does US ATSC use for subtitles? If you open TVHeadend, browse to Config -> DVB Inputs -> Services, find a channel with subtitles, and hit the little "i" button detailing the codecs in use. |
Sent from BlueMail
…On Dec 28, 2016, 12:14 PM, at 12:14 PM, Kiall Mac Innes ***@***.***> wrote:
@xaudiblex That depends, what codec does US ATSC use for subtitles? If
you open TVHeadend, browse to Config -> DVB Inputs -> Services, find a
channel with subtitles, and hit the little "i" button detailing the
codecs in use.
Something like this:
![image](https://cloud.githubusercontent.com/assets/52713/21528302/7c3a312a-cd29-11e6-909d-586ce32a7b42.png)
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#36 (comment)
|
Fixed in v0.1.66 on ExoPlayer session - ExoPlayer will soon become the only session choice, and this won't be implemented on the MediaPlayer or VLC session types. If there are specific issues with this feature on ExoPlayer, using a MKV stream profile, on v0.1.66, please open a new bug. (I'm aware DVBSUB does not work, and will open a new bug to track) |
Now that we are able to do pass through, would it be possible to look into closed caption support?
The text was updated successfully, but these errors were encountered: