Search found 7 matches

by Warudo
Wed Sep 05, 2018 8:46 pm
Forum: ZoneMinder 1.31.x
Topic: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30
Replies: 8
Views: 8015

Re: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30

I'm still having problems with this. While I can connect to h264_v4l2_rtspserver like this, ZM loses the connection every 10-30 seconds during sunrise and sunset, even with exposure_dynamic_framerate=0. I get full length segments when the lighting conditions don't change. Meanwhile I even bought a R...
by Warudo
Sat Aug 25, 2018 9:12 am
Forum: ZoneMinder 1.31.x
Topic: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30
Replies: 8
Views: 8015

Re: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30

bbunge wrote: Sun Aug 19, 2018 6:35 pmShorten the key frame interval to send a full frame more often.
Thanks, that solved the problem.

You can do this on an RPi with v4l2-ctl -c h264_i_frame_period=5.
by Warudo
Sun Aug 19, 2018 2:19 pm
Forum: ZoneMinder 1.31.x
Topic: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30
Replies: 8
Views: 8015

Re: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30

As I said, I can't use ffmpeg because:
Warudo wrote: Fri Jun 01, 2018 11:31 pmAt night, when the framerate is reduced to about 1 by exposure_dynamic_framerate=1 to adjust for long exposure times, zmc is killed before it can gather enough frames to recognize that there is in fact a video stream.
by Warudo
Sun Aug 19, 2018 1:56 pm
Forum: ZoneMinder 1.31.x
Topic: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30
Replies: 8
Views: 8015

Re: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30

I tried UV4L now but it doesn't help either. I can't use the uv4l-server it ships with to stream because it uses too much memory. I have a Raspberry Pi 1 Model B and even with a 64MB GPU / 192MB system RAM split uv4l gets oom-killed because it attempts to use more than 160MB and the system processes...
by Warudo
Sat Jun 09, 2018 1:44 pm
Forum: ZoneMinder 1.31.x
Topic: Automatically log in and view a monitor with a single URL
Replies: 0
Views: 2332

Automatically log in and view a monitor with a single URL

Hello everyone, in 1.30.x you can autologin and view a monitor by using a URL like http://[host]/zm/?action=login&username=[username]&password=[password]&view=watch&mid=[numericalmonitorid] In 1.31.44 this doesn't work anymore. I get logged in but have to select the monitor manually....
by Warudo
Fri Jun 01, 2018 11:31 pm
Forum: ZoneMinder 1.31.x
Topic: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30
Replies: 8
Views: 8015

Re: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30

I'm using Arch Linux ARM on the Pi and that isn't packaged. I can't find the source code of that project to compile it anywhere either. I also noticed another problem with ffmpeg. At night, when the framerate is reduced to about 1 by exposure_dynamic_framerate=1 to adjust for long exposure times, zm...
by Warudo
Thu May 31, 2018 10:34 am
Forum: ZoneMinder 1.31.x
Topic: "The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30
Replies: 8
Views: 8015

"The device is using a codec that may not be supported." and "out of sequence" after upgrade from 1.30

Hello everyone, I'm using a Raspberry Pi as a camera. The camera settings on the RPi are v4l2-ctl -c scene_mode=8 -c exposure_dynamic_framerate=1 I stream the video using h264_v4l2_rtspserver with the following options: h264_v4l2_rtspserver -W 1296 -H 972 -F 10 -P 554 /dev/video0 The video stream ca...