....but server is working: If i select one recorded event i can see stills.
i'm using zoneminder_1.19.3 , with the last ffmpeg.
Any suggestion?
Thanks....
Camzobola streaming problems: error is "no part conten
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
If I remember correctly I just commented out line 217 in CamStream.java and hardcoded the content type in the next line, see snippet below.
This however is a zm only hack, since I know that zm will be sending me a stream of jpeg images. Also, this is by memory and second review, since I rebuilt the code in my /tmp directory and threw in the new jar file .
Works fine for me, this also suggests that the content type could be wrong for some images from zm, and cambozola, instead of trying the next image, throws an exception to the UI and stops.
I've been considering some zm specific hacks to cambozola, I would be grateful for any ideas. What I am specially interested in would be a way of flashing the alarming frames somehow, like with an orange border, I know this would take some tweaking to zm as well (sending some kind of info about the type of frame (alarm, idle))... I will of course share any tweaks I make on the forums.
Code: Select all
if (ctype == null) {
//throw new Exception("No part content type");
ctype = "image/jpeg";
}
Works fine for me, this also suggests that the content type could be wrong for some images from zm, and cambozola, instead of trying the next image, throws an exception to the UI and stops.
I've been considering some zm specific hacks to cambozola, I would be grateful for any ideas. What I am specially interested in would be a way of flashing the alarming frames somehow, like with an orange border, I know this would take some tweaking to zm as well (sending some kind of info about the type of frame (alarm, idle))... I will of course share any tweaks I make on the forums.
send me a copy, Mr Marone, please....
my mail in tolmino@tolmino.it
Thanks
Thanks
i have used the maron version of cambozola.....but
i can't have stream with Internet Explorer.
I get stram only with mozilla.
Now I don't have any error in cambozola window: i have obtained the "cambozola V0.34" server presentation string that don't go away.
How can i use nph-zms instead of zms?
Thanks...
I get stram only with mozilla.
Now I don't have any error in cambozola window: i have obtained the "cambozola V0.34" server presentation string that don't go away.
How can i use nph-zms instead of zms?
Thanks...
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact: