...
GET http://IP-Address:port/prefix/live/media/{VIDEOSOURCEID}
...
Parameter | Required | Description | |||||
---|---|---|---|---|---|---|---|
format | No | Parameter values are "mp4", "hls". Video can be received in the original format (without recompression) via HLS protocols. HLS protocol supports only H.264 format. The "mp4" player allows to receive the original video in H.264 and H.265 formats. In all other cases the Server recompresses it to MJPEG format.
| |||||
w, h | No | w—frame width, h—frame height.
| |||||
fr | No | The FPS value.
| |||||
enable_token_auth | No |
| |||||
valid_token_hours | No | ||||||
key_frames | No | 1—playback only by key frames; 0—original frame rate (default) | |||||
authToken | No | Starting with C-Werk 2.0Connecting via via C-Werk Cloud. For example, https://Cc-Werk Cloudwerk.com/arpserver/25455_0/webclient/live/media/SERVER/DeviceIpint.1/SourceEndpoint.video:0:1?authToken=... | |||||
auth_token | No | Starting with C-Werk 2.0Authorizing when connecting directly to the Server and authorizing by token. For example, http://127.0.0.1:80/live/media/SERVER/DeviceIpint.1/SourceEndpoint.video:0:0?format=mp4&auth_token=... |
...
Request to get the structure of the RTSP link: http://login:password@IP-Address:Port/live/media/Server1/DeviceIpint.23/SourceEndpoint.video:0:0?format=rtsp
...
Request to get video: GET rtsp://login:password@IP-Address:554/hosts/Server1/DeviceIpint.23/SourceEndpoint.video:0:0
...
RTSP stream information:
GET http://IP-Address:port/prefix/rtsp/stat
...
ffplay.exe -v debug "http://login:password@IP-Address:8001/live/media/Server1/DeviceIpint.23/SourceEndpoint.video:0:0?w=1600&h=0"
...
ffplay -rtsp_transport http "rtsp://login:password@IP-Address:80/rtspproxy/hosts/Server1/DeviceIpint.23/SourceEndpoint.video:0:0"
GET for VLC: rtsp://login:password@IP-Address:80/rtspproxy/hosts/Server1/DeviceIpint.23/SourceEndpoint.video:0:0
...