Go to documentation repository
...
Note | ||
---|---|---|
| ||
|
GET http://IP Address:port/prefix/live/media/{VIDEOSOURCEID}
...
HTML |
---|
<script type="text/javascript" src="https://asciinema.org/a/98881.js" id="asciicast-98881" async></script> |
HLS protocol video can be received in the original format only. The following parameters are used when receiving HLS protocol video:
...
ffplay "http://root:root@10.0.12.65:80/hls/c83b48d5-2ab7-49eb-91ef-593f808d4e51/playout.m3u8"
RTSP protocol video is sent in the original format only.
...
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"
Note | ||
---|---|---|
| ||
HTTP sends video in mjpeg only, the w and h parameters are mandatory. |
See Configure tunneling RTSP over HTTP in VLC.
...
GET for VLC: rtsp://login:password@IP Address:80/rtspproxy/hosts/Server1/DeviceIpint.23/SourceEndpoint.video:0:0
To get live video in the original H.264 and H.265 formats, use mp4 format.
...