02-17-2016 03:06 AM
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!!!
02-17-2016 05:12 AM
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:
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
01-19-2024 12:55 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide