Hello Team,
I am using rpicam utilities on Raspberry PI 5 board to capture image and video which is working with both dual camera (IMX219-83 stereo camera for local but when I am trying to stream over network through WI-Fi at that time not able to get any video or frame over VLC or any other player.
When I try to stream videos of camera to same connected network device over TCP, UDP and RTSP but nothing is worked.
I have tried with -o udp, tcp and rtsp but at the server end not able to get video stream.
I have executed following commands at Raspberry PI and then started VLC at other end but not got any success over Wi-Fi Interface. Here, IP Address 192.168.43.192 is my Windows System in which I am running VLC to get network media stream. I have attached VLC media screenshot as well.
Let me know if need any information from my end.
Regards,
Ritesh Prajapati
I am using rpicam utilities on Raspberry PI 5 board to capture image and video which is working with both dual camera (IMX219-83 stereo camera for local but when I am trying to stream over network through WI-Fi at that time not able to get any video or frame over VLC or any other player.
When I try to stream videos of camera to same connected network device over TCP, UDP and RTSP but nothing is worked.
I have tried with -o udp, tcp and rtsp but at the server end not able to get video stream.
I have executed following commands at Raspberry PI and then started VLC at other end but not got any success over Wi-Fi Interface. Here, IP Address 192.168.43.192 is my Windows System in which I am running VLC to get network media stream. I have attached VLC media screenshot as well.
If anyone has worked to stream video over network, then would you please suggest steps with configurations as well?rpicam-vid -t 0 -o - | ffmpeg -re -i - -vcodec copy -f mpegts udp://192.168.43.192:1234
rpicam-vid -t 0 --width 1280 --height 720 --framerate 30 --inline --listen -o tcp://0.0.0.0:5555
rpicam-vid -t 0 -n -o - | ffmpeg -re -i - -vcodec copy -an -f rtp rtp://192.168.43.192:5004
rpicam-vid -t 0 -n --codec h264 --timeout 0 --libav -o - | ffmpeg -f h264 -i - -vcodec copy -an -f rtp rtp://192.168.43.192:5004
rpicam-vid -t 0 -n --codec h264 --width 1280 --height 720 --framerate 30 -o - | \
ffmpeg -re -f h264 -video_size 1280x720 -framerate 30 -i - -vcodec copy -an -f rtp rtp://192.168.43.192:5004
rpicam-vid -t 0 -n --codec h264 --width 1280 --height 720 --framerate 30 \
--libav --libav-format h264 -o - | \
ffmpeg -f h264 -video_size 1280x720 -framerate 30 -i - -vcodec copy -an -f rtp rtp://192.168.43.192:5004
rpicam-vid -t 0 -n --codec h264 --width 1280 --height 720 --framerate 30 \
--libav --libav-format h264 -o - | \
ffmpeg -f h264 -i - -vcodec copy -an -f rtp rtp://192.168.43.192:5004
Let me know if need any information from my end.
Regards,
Ritesh Prajapati
Statistics: Posted by Ritesh236 — Fri Jun 13, 2025 9:50 am