Hi,
both vlc and vlc-rpi can't sem to play m3u8 streams. Tried on a (armv8) raspberrypi 4 and on a (armv7h) rasp 3b.
I'm trying to play this:
https://wzstreaming.rai.it/TVlive/liveS ... 33699.m3u8and vlc fails with
$this->bbcode_second_pass_code('', '
adaptive demux: Changing stream format Unknown -> TS
main demux debug: creating demux: access='' demux='ts' location='' file='(null)'
main demux debug: looking for demux module matching "ts": 51 candidates
ain demux debug: no demux modules matched
')
Vlc on (x86_64) Arch works fine
$this->bbcode_second_pass_code('', 'adaptive demux: Changing stream format Unknown -> TS
main demux debug: creating demux: access='' demux='ts' location='' file='(null)'
main demux debug: looking for demux module matching "ts": 55 candidates
ts demux debug: Standard set to Auto
main demux debug: using demux module "ts"
ts demux debug: first packet for pid=0 cc=0x4
ts demux debug: PATCallBack called
')
mpv plays the stream fine on the raspberry pi, so I guess it's not a ffmpeg issue