FS#76535 - [vlc] unable to play m3u8 stream/Failed to create demuxer (nil) TS
Attached to Project:
Arch Linux
Opened by John (graysky) - Saturday, 12 November 2022, 10:45 GMT
Last edited by Toolybird (Toolybird) - Saturday, 19 November 2022, 00:54 GMT
Opened by John (graysky) - Saturday, 12 November 2022, 10:45 GMT
Last edited by Toolybird (Toolybird) - Saturday, 19 November 2022, 00:54 GMT
|
Details
The repo package throws a demux error when attempting to
play a TS stream resulting in no output. mpv works without
issue to play the same stream. Interestingly, my modified
PKGBUILD for vlc (removing some options I do not want
compiled in) can successfully play these without errors.
Something configuration-wise in our official PKGBUILD is
likely to blame.
For reference, find my PKGBUILD that builds a functional executable here: https://gist.github.com/graysky2/72f115614e52128ebbfdae14bcf2f670 Additional info: * package version: vlc-3.0.17.4-11 Steps to reproduce: 1. Try to play this stream with vlc or with cvlc: https://wzstreaming.rai.it/TVlive/liveStream/chunklist_w810233699.m3u8 Here is the output I get: % cvlc https://wzstreaming.rai.it/TVlive/liveStream/chunklist_w810233699.m3u8 VLC media player 3.0.17.4 Vetinari (revision 3.0.13-8-g41878ff4f2) [000055e42df0e8e0] dummy interface: using the dummy interface module... [00007f00ec553930] adaptive demux: Changing stream format Unknown -> TS [00007f00ec553930] adaptive demux error: Failed to create demuxer (nil) TS Attached is a log running cvlc -vv |
This task depends upon
Closed by Toolybird (Toolybird)
Saturday, 19 November 2022, 00:54 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments
Saturday, 19 November 2022, 00:54 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments
I attached the output of vimdiff to html (vimdiff PKGBUILD-graysky PKGBUILD-distro -c TOhtml -c 'w! diff.html' -c 'qa!'