FI9803P V2
-
Attempting to get this to work. rtsp://192.168.0.xxx:554/videoMain
Basic Authentication
Tagged with @tunnel
AudioCodec set to NONEFails to connect. Do I need to change to port 443? (I thought Monocle did that)
Do I need to tag with @proxy rather than @tunnel?Log:
{
“timestamp”: “2020-03-25T15:54:47.999Z”,
“request”: “InitializeCameraStreams”,
“response”: [
{
“uri”: “rtsp://%USER%:%PWD%@192.168.0.xxx:554/videoMain”,
“proxy”: “rtsp://proxy.monoclecam.com:443/d8c41097-1cd7-442b-86ac-309d065e2ecb”,
“resolution”: {
“width”: “192”,
“height”: “192”
},
“authorizationType”: “BASIC”,
“videoCodec”: “H264”,
“audioCodec”: “NONE”,
“protocol”: “RTSP”
}
]
},
{
“timestamp”: “2020-03-25T15:54:44.678Z”,
“request”: “InitializeCameraStreams”,
“response”: [
{
“uri”: “rtsp://%USER%:%PWD%@192.168.0.xxx:554/videoMain”,
“proxy”: “rtsp://proxy.monoclecam.com:443/4a3e23ff-4531-4b7a-a220-8d22e71a45bb”,
“resolution”: {
“width”: “192”,
“height”: “192”
},
“authorizationType”: “BASIC”,
“videoCodec”: “H264”,
“audioCodec”: “NONE”,
“protocol”: “RTSP”
}
]
}
] -
I asked too soon.
I changed the tag to @proxy and it works fine!