Hi Jean-Baptiste,Can you just activate the loop in VLC, so it retries?
I am very much interested! Please please share your work around.Hello All...Just seeing if this is still an active thread. I also stream my bird camera to obs and have found a work around to have it log in. Reply back if interested.
Code: Select all
raspivid --verbose -t 0 -w 1280 -h 720 -b 3000000 -fps 30 -ih -o - | nc -l 8000
Code: Select all
nc [pi hostname] 8000 --idle-timeout 10 | cvlc stream:///dev/stdin -vvv :demux=h264 --no-audio --play-and-exit --sout '#transcode{vcodec=mjpg}:standard{access=http{mime=multipart/x-mixed-replace;boundary=7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:9935/}'
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 6 guests