I want to offer a video stream from my computer with a VLC player through a WIFI network for smartphones for regression testing. The video will automatically restart at the beginning after the completion of work on the smartphone.
I am currently using rtsp as the protocol and loop option, but this is optional. The problem is that every time the video is reloaded, a new rtsp handshake is needed. Since most of the smartphone apps I tested do not support reconnecting the stream automatically after completion, I want only one handshake at a time.
vlc mypath\myvideo.mp4 sout=
thanks
source share