Page 1 of 1

VLC Streaming, Slow Zap Time

Posted: 21 Apr 2014 22:29
by raxon1s
Hello guys,

I'm streaming a movie from my computer using the following command:

Code: Select all

vlc -I http "MY_MOVIE" -vvv --file-logging --log-verbose=-1 --logfile="/tmp/log.log" --sout #transcode{}:standard{access=http,mux=ts,dst=127.0.0.1:1700} --sout-ts-dts-delay=0 :http-reconnect :sout-keep :http-continuous -R
To watch the movie i use this link

Code: Select all

http://127.0.0.1:1700
The movie works just fine. When i open the movie in another VLC (inside my network, i change the dst) it opens within 1 Second, but when i open the same url in my decoder enigma2 it takes 10 seconds to open.

Does anyone know here why is this happening?

Thank you.