bagrintech

Results 2 comments of bagrintech

I have done it with vlc rtsp server.

Get root access for VLC: sudo sed -i 's/geteuid/getppid/' /usr/bin/vlc Build py script : `subprocess.Popen(["vlc","-I","dummy","--loop","/home/pi/video.mp4",":sout=#gather:rtp{sdp=rtsp://192.168.1.3:8554/h264}",":network-caching=500",":sout-all",":sout-keep"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)` Starting py script