Trendnet TV-IP1315PI

Post here to indicate any hardware you have used and which is known to work with ZoneMinder. Not for questions.
Post Reply
nhenderson
Posts: 3
Joined: Sat Dec 07, 2019 10:39 am

Trendnet TV-IP1315PI

Post by nhenderson »

I got this to work with Zoneminder 1.37.1 using:
source type Ffmpeg
source rtsp://admin:whatever1234@10.0.1.6/streaming/Channels/1
method TCP
capture resolution 2560x1440 "1440P QHD WQHD" (which of course could be changed on the camera)

The camera can also be detected using ONVIF, all you need to know in advance is the username and password, you could then select one of the alternative streams. ONVIF V1.2 produced the following, selecting RTP-unicast and the main stream:
source type Ffmpeg
source rtsp://admin:whatever1234@10.0.1.6:554/Streaming/Channels/101?transportmode=unicast&profile=Profile_1
method UDP
capture resolution 2560x1440 "1440P QHD WQHD"
Post Reply