-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Enable PGS subtitles in ExoPlayer #2690
Conversation
|
Are there plans to support vobsub (sub/idx) without the need for transcoding as well? |
I wonder the same, I just uploaded a log at ticket #2614 because i'm getting playback errors with VobSub, not transcoding. |
|
It doesn't look like vobsub is supported by ExoPlayer but please open an issue so we don't forget the demand. |
Okay, I'll make a feature request here. |
ExoPlayer doesn't mention it in their documentation but they have an implementation for PGSSUB: https://github.com/google/ExoPlayer/blob/release-v2/library/core/src/main/java/com/google/android/exoplayer2/text/SubtitleDecoderFactory.java#L119-L120
Changes
Issues
Fixes #2614
Fixes #2026