-
Notifications
You must be signed in to change notification settings - Fork 3
VMS Client
Mufti Irawan Fikri edited this page Jul 2, 2021
·
3 revisions
For using a vms client, please install docker first, then pull the docker image from nodefluxio dockerhub repository.
docker pull nodefluxio/vms-client:latest
docker run -it --name=vmsc -d --net=host -t nodefluxio/vms-client:latest
# Server (VMS Client) run at 127.0.0.1:4040
VMS Client will validate rtsp_url
by return base64 image string
and size of image.
huawei://username:password@vms_ip:vms_port/live-stream?cameracode=value2&nvrcode=value2&vmsip=value3&transport=tcp/udp
huawei://nodeflux:nodeflux123@10.18.200.224:5678/live-stream?cameracode=06538230000000000101&nvrcode=f67600a1830a426ca885f4b9b7416162&vmsip=10.18.200.254&transport=tcp
- Port : 4040
- Endpoint:
/hello
- Method: POST
- Body:
{
"url": "huawei://nodeflux:nodeflux123@10.18.200.224:5678/live-stream?cameracode=06538230000000000101&nvrcode=f67600a1830a426ca885f4b9b7416162&vmsip=10.18.200.254&transport=tcp"
}
Please see response to get body response.