Call RTMPRTSP Video Streaming From CMSV Platform

How to Call RTMP/RTSP Video Streaming From CMSV Platform

1.Request “Jsession”:

  • http://CMSV Server IP Address/StandardApiAction_login.action?account=Account&password=Password

Alter the blue underlined part refer to the example , and copy it into browser

Request Example

2.Get RTMP/RTSP URL

  • rtmp://CMSV Server IP Address:6604/3/3?AVType=1&jsession=Jsession&DevIDNO=Device Number&Channel=0&Stream=1
  • rtsp://CMSV Server IP Address:6604/3/3?AVType=1&jsession=Jsession&DevIDNO=Device Number&Channel=0&Stream=1

Operation Example