Quantcast
Viewing all articles
Browse latest Browse all 5021

Python • Re: Video feed not connecting / refreshing to WiFi Mesh

Probably the "buffering" is caused by low throughput speed on your network / mesh nodes.
Anyway, maybe try to use VLC or ffplay on another pi rather than some web browser based player (jmuxer??).
e.g. this ffplay command plays a stream that has been created on another pi using rpicam-vid

Code:

ffplay rtsp://192.168.1.151:8554/stream1 -vf "setpts=N/30" -fflags nobuffer -flags low_delay -framedrop
And using VLC, open network stream on PC (also works on iPad VLC)

Code:

rtsp://192.168.1.151:8554/stream1

Statistics: Posted by neilgl — Fri Nov 15, 2024 4:56 pm



Viewing all articles
Browse latest Browse all 5021

Trending Articles