VLC Streaming, Slow Zap Time
Posted: 21 Apr 2014 22:29
Hello guys,
I'm streaming a movie from my computer using the following command:
To watch the movie i use this link
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.
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
Code: Select all
http://127.0.0.1:1700
Does anyone know here why is this happening?
Thank you.