Search found 5 matches

by srb
Tue Jul 20, 2021 4:28 am
Forum: ZoneMinder 1.34.x
Topic: How to add force format parameter to ffmpeg
Replies: 7
Views: 6921

Re: How to add force format parameter to ffmpeg

https://forums.zoneminder.com/viewtopic.php?t=18727 Seems very similar url to yours. Try RTSP://user:pass@ip:554/11 Nope, no other ports are open on my cameras :( nmap 172.20.14.36 Starting Nmap 7.80 ( https://nmap.org ) at 2021-07-19 23:17 CDT Nmap scan report for 172.20.14.36 Host is up (0.019s ...
by srb
Mon Jul 19, 2021 5:37 am
Forum: ZoneMinder 1.34.x
Topic: How to add force format parameter to ffmpeg
Replies: 7
Views: 6921

Re: How to add force format parameter to ffmpeg

Ffmpeg libraries are in use not the command line so those switches don’t work. The ones listed in help are part of RTSP protocol, as originally this was part of how we chose the RTSP transport method. I think more opts are now passed to the various calls, so maybe you can try that. Not sure if this ...
by srb
Sun Jul 18, 2021 4:53 pm
Forum: ZoneMinder 1.34.x
Topic: How to add force format parameter to ffmpeg
Replies: 7
Views: 6921

Re: How to add force format parameter to ffmpeg

I don't recall if it's present in 1.34, but in 1.36 on the Source page of the monitor, there is "Options" for that purpose. Thanks for quick reply. The "Options" are there in 1.34, but if I add the f=h264 in options, I see below in logs. Could it be because of a different version of ffmpeg on my ...
by srb
Sun Jul 18, 2021 7:56 am
Forum: ZoneMinder 1.34.x
Topic: How to add force format parameter to ffmpeg
Replies: 7
Views: 6921

How to add force format parameter to ffmpeg

Hi guys, I am trying to configure my h264 cameras with zm(using ffmpeg). For some reason, ffmpeg is not able to identify the stream format and returns "Invalid data found when processing input". However if I pass on "-f h264" (which means force format) as parameter before -i <url>, that is able to ...
by srb
Sun Jul 04, 2021 8:18 am
Forum: ZoneMinder 1.34.x
Topic: Can't run query: Lost connection to MySQL server during query - Only with libvlc
Replies: 0
Views: 2215

Can't run query: Lost connection to MySQL server during query - Only with libvlc

Hi, I am using my camera through libvlc. I see that it starts capturing but then it errors out with `Can't run query: Lost connection to MySQL server during query` and stops. Logs here: 07/04/21 03:04:23.517246 zmc_m8[1147542].INF-zmc.cpp/223 [Starting Capture version 1.34.26] 07/04/21 03:04:25 ...