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.