I'm streaming some mp3's from a playlist but whenever it starts streaming a new mp3 the user gets disconnected and has to reconnect to the stream. How do I fix that?
Code: Select all
cvlc -vvv playlist.m3u \
--sout '#standard' \
--sout-standard-access 'http' \
--sout-standard-mux 'dummy' \
--sout-standard-dst 'localhost:8080'