rtsp:/root:pass@192.168.1.66/mpeg4/media.amp?latest
rtsp:/<NVR-LAN-IP/axis-media/media.amp?camera=[CHANNEL]
rtsp:/192.168.1.66/axis-media/media.amp?camera=1
rtsp:/192.168.1.66/axis-media/media.amp?camera=2
rtsp:/192.168.1.66/axis-media/media.amp?camera=3
rtsp:/192.168.1.66/axis-media/media.amp?camera=4
I tried your version, with and without user/pass, it went and stayed offline. I added an "&camera=1" at the end of my version. It went "online" again but still no image and not listed in cameras.If I understand correctly, the RTSP URL from the NVR is requested (such as used when streamed to VLC, etc.) so therefore a camera number will be required; if 4 cameras are being streamed from the NVR then you'd have 4 URL's all with the same IP (the NVR's LAN IP) and identical URL EXCEPT for the camera number:
Code:rtsp:/<NVR-LAN-IP/axis-media/media.amp?camera=[CHANNEL]
IOW, like this:
Code:rtsp:/192.168.1.66/axis-media/media.amp?camera=1 rtsp:/192.168.1.66/axis-media/media.amp?camera=2 rtsp:/192.168.1.66/axis-media/media.amp?camera=3 rtsp:/192.168.1.66/axis-media/media.amp?camera=4
And as noted, place 2 "/" after "RTSP:" as forum software won't allow 2 to be displayed consecutively.
....still no image and not listed in cameras.
I was the first to mention double slash, but thanks."....not listed in cameras?" Are you trying this URL in VLC?
And remember: as I stated in post #2 and steve1225 re-stated above, be sure to place 2 "/" after "RTSP:" as forum software won't allow 2 to be displayed consecutively.
I had another suggestion for you but I'll refrain from offering it...it might be "counterproductive".I was the first to mention double slash, but thanks.
No, I'm trying to see my camera in tiandy nvr. I'm able to see it in VLC but that's counterproductive.