Search found 7 matches
- 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: 8437
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 ...
- 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: 8437
- 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: 8437
- 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: 8437
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 ...
- 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: 2573
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. Is there a way ...
- 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: 8437
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 ...
- 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: 8437
"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 ...