Also, How do I get UDP streaming to work?
I tried the command from https://www.raspberrypi.com/documentati ... rpicam-vid:
MPEGH264But neither worked. I tried adding '?listen=1' but that didn't help
Any idea how to make this work????
And why does RPI's own documentation not work????
I tried the command from https://www.raspberrypi.com/documentati ... rpicam-vid:
MPEG
Code:
SERVER: rpicam-vid -t 0 --inline --libav-format mpegts -o udp://<CLIENT_IP>:8080CLIENT: vlc udp://@:8080
Code:
SERVER: rpicam-vid -t 0 --inline --libav-format h264-o udp://<CLIENT_IP>:8080CLIENT: vlc udp://@:8080 :demux=h264
Any idea how to make this work????
And why does RPI's own documentation not work????
Statistics: Posted by puterboy — Thu Jan 25, 2024 4:44 pm