FS#60024 - [vlc] transport stream no longer works
Attached to Project:
Arch Linux
Opened by Tim (foggybrain) - Tuesday, 11 September 2018, 19:04 GMT
Last edited by Levente Polyak (anthraxx) - Tuesday, 25 September 2018, 19:08 GMT
Opened by Tim (foggybrain) - Tuesday, 11 September 2018, 19:04 GMT
Last edited by Levente Polyak (anthraxx) - Tuesday, 25 September 2018, 19:08 GMT
|
Details
VlC and applications such as kaffeine and me-tv that use vlc
can't display video and audio for dvb-t since upgrade from
version 3.0.3.r1-2. Reverting back to version 3.0.3.r1-2
fixes problem. I have also been told that the vlc nightly
build (manjaro) has fixed this problem.
|
This task depends upon
Closed by Levente Polyak (anthraxx)
Tuesday, 25 September 2018, 19:08 GMT
Reason for closing: Fixed
Additional comments about closing: 3.0.4-4
Tuesday, 25 September 2018, 19:08 GMT
Reason for closing: Fixed
Additional comments about closing: 3.0.4-4
https://forum.manjaro.org/t/kaffeine-not-show-video-and-audio-only-in-dvtv/57845/8
https://forum.manjaro.org/t/vlc-3-0-4-1-dvb-t-not-working/57941/3
and does it work if you install it?
Thank-you for your help.
So +1 for adding it as dependency.
I just spent a few days understanding why I couldn't use DVB anymore.
I'm curious: why does installing aribb24 enable the ts plugin? The package file list does not contain it.
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/vlc
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/vlc&id=35d0cb5cdfbeed6e26b7b2379834be0823847edd
the "aribsub" feature requires the installation of aribb24 lib, and it seems that the DVB and transport stream features need now the aribb24 lib if the "--enable-aribsub" option has been used during the compilation of VLC,
one solution would be to recompile vlc without the option "--enable-aribsub", or make mandatory "aribb24" package if the packager wants to use "--enable-aribsub"