cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2433
Views
5
Helpful
3
Replies

VSOM RTSP

sharpgate
Level 5
Level 5

Hi,

Is there a way to subscribe to a CAM's RTSP stream using VSOM? Does the operation manager provide any kind of API to facilitate this?

I know about the CAM API but the problem is that it only works with Cisco IP cameras. I have a few cameras that are attached to the VSOM through and encoders..

Thanks

1 Accepted Solution

Accepted Solutions

carunach
Cisco Employee
Cisco Employee

We can use RTSP interface from the VSMS (Video Surveillance Media Server, not VSOM) to receive video streams via RTSP. Snip from Cisco Video Surveillance Media Server 6.0 version user guide :

http://www.cisco.com/en/US/docs/security/physical_security/video_surveillance/network/media_server/6_0/user_guide/vsms.pdf

To view a live stream the user should enter a URL of the format

rtsp://:554/live/

Example:

rtsp://your-Media-Server.cisco.com:554/live/p_cisco2500Cam15

To view an archive stream the user should enter a URL of the format

rtsp://:554/archive/

Example:

rtsp://your-Media-Server.cisco.com:554/archive/cisco2500Cam15_archive

View solution in original post

3 Replies 3

carunach
Cisco Employee
Cisco Employee

We can use RTSP interface from the VSMS (Video Surveillance Media Server, not VSOM) to receive video streams via RTSP. Snip from Cisco Video Surveillance Media Server 6.0 version user guide :

http://www.cisco.com/en/US/docs/security/physical_security/video_surveillance/network/media_server/6_0/user_guide/vsms.pdf

To view a live stream the user should enter a URL of the format

rtsp://:554/live/

Example:

rtsp://your-Media-Server.cisco.com:554/live/p_cisco2500Cam15

To view an archive stream the user should enter a URL of the format

rtsp://:554/archive/

Example:

rtsp://your-Media-Server.cisco.com:554/archive/cisco2500Cam15_archive

Thanks, will give it a shot today.

BR

Anybody get this working on VSM7?