Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8609

Troubleshooting • Need help to stream video over network for IMX291-83 Stereo Camera

$
0
0
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.
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
If anyone has worked to stream video over network, then would you please suggest steps with configurations as well?

Let me know if need any information from my end.


Regards,
Ritesh Prajapati
VLC_Media.png

Statistics: Posted by Ritesh236 — Fri Jun 13, 2025 9:50 am



Viewing all articles
Browse latest Browse all 8609

Trending Articles