Apple TV Viewing of Cam Streams?

MacFun

Getting the hang of it
Aug 1, 2017
383
71
Houston, TX
I’m not sure if this is a camera or NVR functionality, I think that either could be the source.

So, how might I get my Dahua cameras to show their stream on my AppleTV?

Thanks,

r
 
You should be able to use RTSP from a Dahua IP camera or NVR to stream video to an Apple TV after installing an app such as

For Dahua IP camera and Dahua NVR the following URL in the app should work. You can try the URL with VLC on a PC to test. If the NVR is a POE NVR then streaming RTSP from the NVR would likely work the best and you would use the NVR's LAN IP in the URL as shown below.

For camera:
Code:
rtsp:/username:password@camera-IP:554/cam/realmonitor?channel=1&subtype=0

For NVR:
Code:
rtsp:/username:password@NVR LAN-IP:554/cam/realmonitor?channel=1&subtype=0

For "subtype", use 0 for main stream and 1 for sub stream.

For "channel", use 1 when stream is from camera and camera IP is used in the URL; if stream is from NVR and NVR's LAN IP is used in the URL, use 1 through 8 for a desired camera of an 8 channel NVR, as an example.

NOTE: Place 2 "/" after "rtsp:" as forum won't allow 2 to be displayed consecutively.
 
Last edited:
I do not have a single native HomeKit compatible home automation device, so I run an instance of Homebridge on a box running Ubuntu.

Allows me to add my security system, lights, and cameras into HomeKit. Also allows me to get automatic live thumbnails of my doorbell cameras on my Apple TV when someone presses the doorbell.

IMG_2720.png

IMG_2719.png