VLC remote connection works well but does not work in ZoneMi

Forum for questions and support relating to the 1.26.x releases only.
Locked
tekvizyon
Posts: 1
Joined: Sun Jun 01, 2014 12:15 pm

VLC remote connection works well but does not work in ZoneMi

Post by tekvizyon »

rtsp :/ / 192.168.1.11:554 / user = admin & password = & channel = 2 & stream = 0.sdp? real_strea am - rtp-caching = 100

vlc player link above works well but I can not run ZoneMinder rtsp link could not be tried.

FFmpeg also need to be adjusted when studying the form I have read that I tried did not work

please help, thank you
kevin186
Posts: 55
Joined: Mon May 10, 2010 4:11 am
Location: Worth, IL

Re: VLC remote connection works well but does not work in Zo

Post by kevin186 »

I just had the same problem, but after reading a few posts and following some links, I found the info that worked for me. I used ffmpeg as the source type, and appended ?tcp to the end of my rtsp url like so :

Code: Select all

rtsp://123.45.67.89:554/user=admin&password=mypswd&channel=01&stream=0.sdp?tcp
Locked