You should be able to use RTSP direct from camera and show that in HA
OR
Usually these systems can retramsmit cameras as rtsp or other type video stream
That said, do not allow this system to connect to WAN(internet outside home) and block their ability to connect to any ip other than dvr.
EDIT
Port 554 is usually rtsp port in camera.
You can use nmap to check if rtsp port being used.
That link is what I found as well. The Lorex DVR settings has an rtsp tab and it’s enabled with port 554. I tried a bunch of ways using the reference link in VLC with no joy.
The only thing that may prevent that from working would be the subtype… subtype 1 refers to the low quality stream or secondary screen that is used when connecting with a cellphone… so that must be enabled on DVR subtype=0 would be the high quality main stream and may not load quickly enough…
No
The cameras should have direct video feed if they are IP (lan or wifi).
Do not connect through DVR. It is OK but not necessary.
Connect directly to Camera and use that in HA like
rtsp://cam#1ip/streaming/channel1
@LanceGundersen did you ever get this to work? I’ve tried a million different config combos and haven’t found the right syntax. I’m able to access it via the Lorex Ping app so the stream is being broadcast somehow, but don’t know how to access the web version.
I get this error -
Configuration invalid
Platform not found: camera.Lorex
This is my configuration.yaml snippet
camera:
- platform: ring
- platform: Lorex
input: rtsp://:@10.16.0.14:554/cam/realmonitor?channel=1&subtype=1
name: Garage_Side
I have enabled port forwarding on my netgear router for port 554 to 10.16.0.23 (my HassIO)
Any help would be greatly appreciated
Any breakthrough here? I have a total of 6 Lorex PoE cameras connected to my Lorex NVR. I am unable to stream any video via hassio. It works standalone though
platform: ffmpeg
input: rtsp://username:[email protected]/cam/realmonitor?channel=2&subtype=1
name: Side Gate
The IP is the address of the NVR and I choose the channel by adjusting the “channel=???” in the string. You can test this in advance with VLC to see if you can get it working there first.
This config has cards that refresh every 10 seconds I think, but then when you click on them they start streaming.
Im still trying to make your format work;
I have 8 Lorex IP cameras with NVR.
this is what I have in my camaras.yaml file and the frontend Cards in Lovelace.
the only camara that works is the last one, (channel=8)
I also have the camera !include cameras.yaml
If you have time could you take a look, I hope you can spot what I cant see.
platform: ffmpeg
input: rtsp://admin:MYPW@MYIP/cam/realmonitor?channel=1&subtype=1
name: driveway
I switched one working camera and it does work. I also added a camera from my original set up and it still does not work. I have 8 cameras and only one works within HA. They all work here at home. Any thoughts?