streaming multiple files
Posted: 08 Aug 2005 14:35
Hi, i have got everything working.
I'm streaming through http and have a http interface enabled (using commandline)
This is what i use :
vlc -I http --http-host yanosuke:8081 --sout-keep --sout "#standard{access=http, mux=ogg}" *
Notice the "*" at the end saying it should stream everything in the directory.
Now, there is nothing wrong with streaming, and receiving through mplayer and xine works great.
The problem is when changing from one file to another. fe. movie1 is finished and it switches to movie2. This is where my client gets disconnected and i have to reconnect. Is there way to stay connected?
I'm streaming through http and have a http interface enabled (using commandline)
This is what i use :
vlc -I http --http-host yanosuke:8081 --sout-keep --sout "#standard{access=http, mux=ogg}" *
Notice the "*" at the end saying it should stream everything in the directory.
Now, there is nothing wrong with streaming, and receiving through mplayer and xine works great.
The problem is when changing from one file to another. fe. movie1 is finished and it switches to movie2. This is where my client gets disconnected and i have to reconnect. Is there way to stay connected?