ZM can't stream video

Support and queries relating to all previous versions of ZoneMinder
Locked
spitzmann007
Posts: 13
Joined: Thu Feb 05, 2009 12:48 am

ZM can't stream video

Post by spitzmann007 »

I'm using debian lenny and I have compiled zm 1.23 debian's source package. After configuration now it works well but I can use just with m-jpeg. I can't use stream.
I installed the binary ffmpeg from apt-get and other software dependencies for zm compilation. then I did the compilation of zm 1.23

Is it some hint for troubleshooting zm's stream ?
volkan2k
Posts: 6
Joined: Tue Feb 10, 2009 8:32 am

Post by volkan2k »

try this one

you have to set the camera resolution and the monitior resolution at the same one
spitzmann007
Posts: 13
Joined: Thu Feb 05, 2009 12:48 am

analog cameras

Post by spitzmann007 »

volkan2k wrote:try this one

you have to set the camera resolution and the monitior resolution at the same one
I'm using only analog cameras. They have 420L each.
softland
Posts: 23
Joined: Thu Jan 29, 2009 1:35 pm

Post by softland »

Hi,
Have you configured the "cambozola.jar" file?
I had the same error but this just solved
spitzmann007
Posts: 13
Joined: Thu Feb 05, 2009 12:48 am

Post by spitzmann007 »

softland wrote:Hi,
Have you configured the "cambozola.jar" file?
I had the same error but this just solved
I didn't anything with .jar file. I just used the ant to make it.
How can I set up cambozola.jar file ?
softland
Posts: 23
Joined: Thu Jan 29, 2009 1:35 pm

Post by softland »

You have to download the file (wget http://www.zoneminder.com/fileadmin/dow ... bozola.jar)
after this, copy the file to the zoneminder directory (cp cambozola.jar /var/www/zm/)
then reboot the linux and when you access zm console on IE, go to "options". on "images" tab, set ZM_CAN_STREAM > auto, ZM_STREAM_METHOD > jpeg, ZM_OPT_CAMBOZOLA > true and ZM_PATH_CAMBOZOLA > cambozola.jar

this should work...
Locked