cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2236
Views
0
Helpful
2
Replies

Cisco camera rtsp urls

Hi to anyone that might bother to help,

As again i have spoken with the very unhelpful technical support from Cisco with no avail i would like to ask here.

My customer has 3 types of cisco cctv cameras

CIVS-IPC-3620, CIVS-IPC-7530 and CIVS-IPC-7070 

What are the rtsp url's for these cameras?

Hopefully this question wohnt sit unanswered for 3 years like many others on this forum!!!

 

2 Replies 2

Scott Olsen
Level 6
Level 6

You may have some success finding what you are looking for in one of the Media API documents:

https://developer.cisco.com/fileMedia/download/9365b2e8-ea13-4882-8b95-7ed901117d93

I have some notes from an old integration project involving a different camera model (4300) that had the following syntax for an RTSP request:

rtsp://<IP ADDRESS>/StreamingSetting?version=1.0&action=getRTSPStream&sessionID=71169424&ChannelID=1&ChannelName=Channel1

Where the session ID is dynamically established upon authenticating to the camera.  There is a setting in the camera firmware to 'Disable Session ID' (effectively all security on the camera) which may simplify the request for video, but I don't believe I had any success in getting it to work without a valid sessionID.

Scott Olsen Solutions Specialist Bulletproof Solutions Inc. Web: www.bulletproofsi.com

after disabling the session ID, use the following url:

rtsp://<user>:<pass>@<IP ADDRESS>/StreamingSetting?version=1.0&action=getRTSPStream&ChannelID=1&ChannelName=Channel1

 

it will works