Playing local videos from command line with subtitles is successfully done as
Code: Select all
cvlc video.mp4 --sub-file=subtitles.srt
Code: Select all
cvlc https://nrk-od-79.akamaized.net/world/1302779/0/hls/dnpr63701115/1853524312-1203177498-prog_index.m3u8
Code: Select all
cvlc https://nrk-od-79.akamaized.net/world/1302779/0/hls/dnpr63701115/1853524312-1203177498-prog_index.m3u8 --sub-file=DNPR63701115.vtt
Code: Select all
[61d964c0] main demux error: option sub-original-fps does not exist
[5d702568] ts demux error: libdvbpsi error (PSI decoder): TS discontinuity (received 2, expected 1) for PID 0
[5d702568] ts demux error: libdvbpsi error (PSI decoder): TS discontinuity (received 2, expected 1) for PID 32
Subtitles file: https://undertekst.nrk.no/prod/DNPR63/7 ... 701115.vtt
How can I get vlc show the subtitles when streaming a video from a HLS URL?
Is this a well known issue with vlc?