Stop an old stream, start a new one, and the client just continues?
Posted: 18 Jul 2019 07:18
Let's say I'm streaming with VLC's help from my desktop, something like this:
And now I want to to stop this stream and start a new one (the same command line, just with the newPlaylist.m3u instead). Is it possible somehow that the client will automatically pick up the new stream (after some pause, probably) and just continue? I mean, may be there are some specific command line options for the "server" to make such transition possible? Like, may be providing the same name for both old and new streams? Or any other hints?
Or is it impossible in principle?
Code: Select all
vlc -I dummy --quiet oldPlaylist.m3u --sout-all --sout-keep --sout='#standard{mux=ps,dst=192.168.1.111:8888,access=http}'
Or is it impossible in principle?