Page 1 of 1

streaming multiple files

Posted: 08 Aug 2005 14:35
by Yanosuke
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?

Posted: 13 Aug 2005 02:22
by dracoirs
Try the advanced preference option(click the advanced options checkbox in the lower left hand corner of the Preferences window) and then goto Input/Codecs->Access Modules ->Http/https and enable the Auto re-connect option.