Hi, I have a 942L camera and it's working fine. Here you are my config: (I have the RTSP authentication disable on the camera config)
"platform": "Camera-ffmpeg",
"cameras": [
{
"name": "Bedroom",
"videoConfig": {
"source": "-rtsp_transport tcp -re -i rtsp://IP-ADDRESS/play1.sdp",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
}