- May 31, 2017
- 3
- 0
I am trying to stream a webcam from my Raspberry Pi through VLC using RTSP. When I do this, I am able to access the stream through VLC on another computer, but when trying to add the camera to Blue Iris I am met with the error code:
RTSP: 461 Client Error
The address to access the stream is:
rtsp://xxx.xxx.x.xxx:8554
I have tried running find/inspect but it changes the settings to http which results in the same error.
The command I am running to start this stream is as follows:
cvlc --sout=#rtp{sdp=rtsp://:8554} 'v4l2:///dev/video0:chroma=H264:width=1280:height=720:fps=30'
Any help would have been appreciated
RTSP: 461 Client Error
The address to access the stream is:
rtsp://xxx.xxx.x.xxx:8554
I have tried running find/inspect but it changes the settings to http which results in the same error.
The command I am running to start this stream is as follows:
cvlc --sout=#rtp{sdp=rtsp://:8554} 'v4l2:///dev/video0:chroma=H264:width=1280:height=720:fps=30'
Any help would have been appreciated