Unable to open input rtsp

Forum for questions and support relating to the 1.30.x releases only.
Locked
famp
Posts: 5
Joined: Tue May 30, 2017 8:04 pm

Unable to open input rtsp

Post by famp »

Hi, I have an IP camera that works from vlc with the following address rtsp: // user: passs @ xxxx: 555 / onvif1 and since zm does not show image this is the type of error Unable to open input rtsp: // user: pass @xxxx: 555 / onvif1 due to: Operation now in progress zm_ffmpeg_camera.cpp the camera is external to the zoneminder network
tcp connection to udp cambiano without success.
vlc resolution 1280 * 720 inserted in zm without success
color 32 24 and gray without success.
Blue screen.
User avatar
snake
Posts: 337
Joined: Sat May 21, 2016 2:20 am

Re: Unable to open input rtsp

Post by snake »

Can you access the video from the server terminal via ffmpeg?
ffmpeg -i rtsp: // user: passs @ xxxx: 555 / onvif1 output.mp4
sounds like a networking issue.
User avatar
iconnor
Posts: 2881
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Unable to open input rtsp

Post by iconnor »

1.30 is old. We were incorrectly applying the error code to error message.

Long story short: UPGRADE and then we can talk.

We are now at 1.33.15.
Locked