Streaming crash on specific sources
Posted: 26 Sep 2024 14:42
This works fine:
But running this in one terminal:
..and this in a second terminal:
..only works for 20-30 seconds. Then the second terminal is not able to reconnect to the stream provided by the first terminal again.
Although the first terminal process seems to be still running, it has crashed somehow and does not provide any output.
I have tried all I know, but can't figure out where the problem is.
Most other stream sources work just fine, but not the above example.
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) on Ubuntu
Does anyone know how to figure this out..?
Code: Select all
vlc -I dummy -vv https://jmp2.uk/sam-US4000033L.m3u8
But running this in one terminal:
Code: Select all
vlc -I dummy -vv https://jmp2.uk/sam-US4000033L.m3u8 --sout '#standard{access=http,mux=ts,dst=:8995}'
Code: Select all
vlc http://0:8995
Although the first terminal process seems to be still running, it has crashed somehow and does not provide any output.
I have tried all I know, but can't figure out where the problem is.
Most other stream sources work just fine, but not the above example.
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) on Ubuntu
Does anyone know how to figure this out..?