Rasberry PI Cameras

Post Reply
stooge
Posts: 3
Joined: Sat Oct 19, 2024 5:17 am

Rasberry PI Cameras

Post by stooge »

I am trying to connect to a Raspberry Pi 4 with a v3 camera.
using on the raspberry pi: rpicam-vid -t 0 --inline -o - | cvlc stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/stream1}' :demux=h264
I can view the stream using VLC and ffplay on my laptop but cant connect with BI.
No Signal RTSP:461 Unsupported transport

Any pointers? Thanks
User avatar
TimG
Posts: 2669
Joined: Tue Jun 18, 2019 10:45 am
Location: Nottinghamshire, UK.

Re: Rasberry PI Cameras

Post by TimG »

Have a look at this previous thread as there seems to be some progress there.
Forum Moderator.
Problem ? Ask and we will try to assist, but please check the Help file.
stooge
Posts: 3
Joined: Sat Oct 19, 2024 5:17 am

Re: Rasberry PI Cameras

Post by stooge »

I saw that previously, but it did not help.
stooge
Posts: 3
Joined: Sat Oct 19, 2024 5:17 am

Re: Rasberry PI Cameras

Post by stooge »

I found in the user manual on page 60:

"The RTP/UDP option is for certain RTSP streaming connections. If your camera is not
producing a stream in Blue Iris, yet works with the VLC software using the same RTSP
video path, there’s a chance that VLC is using RTP/UDP."

Checking the "Use RTP/UDP Ports" checkbox and using the default setting of 7000 worked.
User avatar
TimG
Posts: 2669
Joined: Tue Jun 18, 2019 10:45 am
Location: Nottinghamshire, UK.

Re: Rasberry PI Cameras

Post by TimG »

Brilliant. Good find :D

I'm glad the Help file was so useful. Most of the answers I have found for people were in there.
Forum Moderator.
Problem ? Ask and we will try to assist, but please check the Help file.
Post Reply