I try to use the command "vlc -vvv --ipv4-timeout=3600000 --rtp-timeout=3600000 --rtsp-session-timeout=3600000 http://85.25.153.69:8000" to have a streaming in order to keep all related "sessions" alive after connection is being disconnection in around 15 mins.
As my expectation, The streaming should be automatically recovered by giving the above command, but not.
There are many timeouts in the help page - http://wiki.videolan.org/VLC_command-line_help such as --rtp-timeout=<integer> , --marq-timeout=<integer> and so on. What is for the HTTP type streaming in my case? Appreciate any hints and help.