-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MPEGTS embedded subtitles #848
Comments
|
i need your log |
|
Is there a way to enable more verbose logs? |
|
environment var |
|
Here is an example of dvb_teletext subs: https://gist.github.com/DMJGilbert/249f0119eb8f487224887b782e2e2a8d Could this be the problem: https://github.com/FFmpeg/FFmpeg/blob/master/ffmpeg_opt.c#L2198 Here is an example of dvb_subtitles subs: https://gist.github.com/DMJGilbert/45bbf0c4ff8efb2af74f11dfeb1712de |
|
You have to build ffmpeg with libzvbi to support that codec |
Hi,
I am looking to display subtitles when playing a live MPEGTS over multicast. I have tried a stream containing both teletext subs and dvb subs.
The player provides the references to the subtitles but I am not able to display them.
Snippet of the player setup:
I have also tried including
subtitleFilter->setPlayer(player).Other information:
subtitleFilter->engine()
FFmpegsubtitleFilter->codec()
AutoDetectsubtitleFilter->supportedSuffixes()
"ass", "ssa", "cc_dec", "dvbsub", "dvdsub", "jacosub", "microdvd", "mov_text", "mpl2", "pgssub", "pjs", "realtext", "sami", "srt", "stl", "subrip", "subviewer", "subviewer1", "text", "vplayer", "webvtt", "xsub", "dvd_subtitle", "dvb_subtitle", "hdmv_pgs_subtitle", "dvb_teletext", "eia_608", "hdmv_text_subtitle"player->interalSubtitleTracks()
[{"codec":"dvb_teletext","extra":"\u0010�","file":"udp://@239.192.5.32:5000","id":0,"language":"eng"}]player->interalSubtitleTracks() (With dvb_subtitles)
[{"codec":"dvb_subtitle","extra":null,"file":"udp://@239.192.1.1:5000","id":0,"language":"eng"}]Thanks in advance.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: