pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

VLC demux error on TV streaming channels



Hello,

I am trying to watch some TV streaming channels in channels.m3u file

netbsd-nuc$ uname -a
NetBSD netbsd-nuc.home 10.0_RC3 NetBSD 10.0_RC3 (GENERIC) #0: Tue Jan 16 08:28:51 UTC 2024 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
netbsd-nuc$


netbsd-nuc$ cat channels.m3u
#EXTINF:-1 tvg-id="Telemadrid.es" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/TeleMadrid.svg/512px-TeleMadrid.svg.png"; group-title="Undefined",Telemadrid (720p)
https://telemadrid-23.secure2.footprint.net/master.m3u8
#EXTINF:-1 tvg-id="TelemadridINT.es" tvg-logo="https://i.imgur.com/2xRKezH.png"; group-title="General",Telemadrid Internacional (720p)
https://new-international-23.secure2.footprint.net/index.m3u8
#EXTINF:-1 tvg-id="Telemotril.es" tvg-logo="https://i.imgur.com/4nspLHb.png"; group-title="Undefined",Telemotril (720p) [Not 24/7]
https://5940924978228.streamlock.net/8431/8431/playlist.m3u8
#EXTINF:-1 tvg-id="Teleonuba.es" tvg-logo="https://i.imgur.com/cHMfmO7.png"; group-title="Undefined",Teleonuba (1080p)
https://5d8d85cf2c308.streamlock.net:1936/Teleonuba/endirecto/playlist.m3u8
#EXTINF:-1 tvg-id="TeleRibera.es" tvg-logo="https://pbs.twimg.com/profile_images/780539549239902208/g2MfVVuY_400x400.jpg"; group-title="Undefined",TeleRibera (720p) [Not 24/7]
https://video1.lhdserver.es/teleribera/live.m3u8
netbsd-nuc$


netbsd-nuc$ vlc channels.m3u
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b)
[00007d0d917c10d0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(0, "")
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-ramiro'
Blocked: call to strerror(2)
Blocked: call to strerror(2)
Blocked: call to strerror(2)
[00007d0d8d7e73d0] adaptive demux: Changing stream format Unknown -> TS
[00007d0d8d7e73d0] adaptive demux error: Failed to create demuxer 0x0 TS
[00007d0d8d7e73d0] http demux error: local stream 3 error: Cancellation (0x8) [00007d0d8d7e73d0] http demux error: local stream 3 error: Stream closed (0x5) [00007d0d8d7e73d0] http demux error: local stream 3 error: Stream closed (0x5) [00007d0d8d7e73d0] http demux error: local stream 3 error: Stream closed (0x5)
[00007d0d9138c3d0] adaptive demux: Changing stream format Unknown -> TS
[00007d0d9138c3d0] adaptive demux error: Failed to create demuxer 0x0 TS
[00007d0d9138c3d0] http demux error: local stream 1 error: Cancellation (0x8)
[00007d0d8689a290] access stream error: HTTP 404 error
[00007d0d9138f3d0] adaptive demux: Changing stream format Unknown -> TS
[00007d0d9138f3d0] adaptive demux error: Failed to create demuxer 0x0 TS
[00007d0d9138f3d0] http demux error: local stream 3 error: Cancellation (0x8)
[00007d0d9138f3d0] adaptive demux: Changing stream format Unknown -> TS
[00007d0d9138f3d0] adaptive demux error: Failed to create demuxer 0x0 TS
[00007d0d9138f3d0] adaptive demux: Changing stream format Unknown -> TS
[00007d0d9138f3d0] adaptive demux error: Failed to create demuxer 0x0 TS

In Linux and FreeBSD can watch that channels with no problems.

I have google around and some one points to libdvbpsi but seems to be installed as a dependency.

netbsd-nuc$ pkgin list|grep libdvbp
libdvbpsi-0.2.2 PSI decoder and generator library for MPEG2 and DVB streams (v0.x)
netbsd-nuc$


Thanks in advance.
Ramiro.



Home | Main Index | Thread Index | Old Index