Page 1 of 1
MJPEG stream from Camera Micronet SP5511W
Posted: Wed May 07, 2008 7:38 pm
by onidlo
Dear all,
I just bought a new IP cam and I'm trying to use it with ZoneMinder.
It is Micronet SP5511W (
http://www.micronet.info/model_detail.a ... cification)
I know, that it streams MJPEG at the following URL:
http://xx.xx.xx.xx/cgi/mjpg/mjpeg.cgi
But first, I have to enter login & password (HTTP authentification).
I tried to configure it the following way in ZoneMinder:
1) Source Type: Remote
2) Remote Host: admin:
admin@xx.xx.xx.xx
3) Remote Port: 80
4) Remote Path: /cgi/mjpg/mjpeg.cgi
Does anyone know, what should I try to do?
Re: MJPEG stream from Camera Micronet SP5511W
Posted: Wed May 07, 2008 8:33 pm
by onidlo
And I forgot to mention that it does not work - I can see only black picture in ZoneMinder.
Regards,
Onidlo
Re: MJPEG stream from Camera Micronet SP5511W
Posted: Sat May 10, 2008 8:18 pm
by onidlo
Just to let you know,
I found out that this webcam does not send valid HTTP headers and valid JPEG.
I had to make some changes in zm_remote_camera.cpp to get it working.
Posted: Sat May 10, 2008 9:48 pm
by cordel
Thats a shame
Do they market their own software?
Posted: Sun May 11, 2008 9:34 am
by onidlo
cordel wrote:Thats a shame
Do they market their own software?
The webcam uses Java applet to play the video. When I looked at the source code of this applet (by using Cavaj Java decompiler), I did not find nothing special - but it was written in a way, that allowed it to skip the first invalid sequence of 28 bytes of JPEG (I think it wasn't programmers aim).
As we found out, the webcam uses same software as described here:
http://www.zoneminder.com/forums/viewtopic.php?t=11574
Posted: Sun Jun 21, 2009 1:46 pm
by Ryu
Hello guys and sorry for reviving this old post.
Your forum has been of great help to me so far.
I was given 8 Micronet SP5520 (same as SP5510 with WiFi), to build a small surveilance system, and obviously my choice of software, was ZM.
Unfortunately I'm stuck with the same problem. I've been searching around for a solution, with no luck
It's been a couple of years since this post started. Hasn't anybody find a workaround yet, or some trick for these cameras to properly work with ZM?
Any advices for a newbie pls?
Thanks
Posted: Mon Aug 30, 2010 12:09 pm
by panos
Any luck with those Micronet SP5520 ?
Re:
Posted: Sat Nov 14, 2020 9:38 am
by bugmenot
onidlo wrote: ↑Sun May 11, 2008 9:34 am
cordel wrote:Thats a shame
Do they market their own software?
The webcam uses Java applet to play the video. When I looked at the source code of this applet (by using Cavaj Java decompiler), I did not find nothing special - but it was written in a way, that allowed it to skip the first invalid sequence of 28 bytes of JPEG (I think it wasn't programmers aim).
You may also use online
Java decompiler. It is more recent than Cavaj and does not require installation.