Search found 11 matches

by spynet
Mon Sep 24, 2018 5:25 pm
Forum: Non-ZoneMinder Chat
Topic: CamON Live app to use an Android device as an IP camera
Replies: 2
Views: 8785

CamON Live app to use an Android device as an IP camera

CamON Live is a free Android app that allows to convert a common device, phone or tablet, to a flexible IP camera. I'm maintaining this app and just verified its integration in ZM successfully. If you want to try you can find it at https://play.google.com/store/apps/details?id=com.spynet.camon. The...
by spynet
Thu Sep 20, 2018 10:18 pm
Forum: ZoneMinder 1.30.x
Topic: Multipart MJPEG stream not working
Replies: 4
Views: 2170

Re: Multipart MJPEG stream not working

I found the problem: the mjpeg stream should contain the Content-Length header for each new frame, that is strange since the frame size should be detected based on the boundary tag. Now I can see the stream but I have to set the image with 2 pixels less than the real or I'll get a skewed image. For ...
by spynet
Thu Sep 20, 2018 8:45 pm
Forum: ZoneMinder 1.30.x
Topic: Multipart MJPEG stream not working
Replies: 4
Views: 2170

Re: Multipart MJPEG stream not working

Do you mean libvlc? If so, it doesn't work but I'm not sure on how to set its parameters. VLC itself works perfectly.
I have tried different resolution without success.
In ZoneMinder 1.31.47, ffmpeg works but Remote does not.
by spynet
Wed Sep 19, 2018 9:56 pm
Forum: ZoneMinder 1.30.x
Topic: Multipart MJPEG stream not working
Replies: 4
Views: 2170

Re: Multipart MJPEG stream not working

One more information...

Just using the above URL in Firefox or Chrome on the same host running ZoneMinder I can see the stream natively with no issue.

Thanks again.
by spynet
Wed Sep 19, 2018 9:52 pm
Forum: ZoneMinder 1.30.x
Topic: Multipart MJPEG stream not working
Replies: 4
Views: 2170

Multipart MJPEG stream not working

Hello, I'm trying to setup a monitor to handle a multipart mjpeg stream. If I use what I think it should be the correct configuration, I can't see anything on the monitor and no event is recorded: protocol = HTTP host = 192.168.1.6 port = 8080 path = video/mjpeg If I use ffmpeg with same parameters,...
by spynet
Tue Sep 18, 2018 5:20 pm
Forum: ZoneMinder 1.30.x
Topic: Installing on Ubuntu 16.04.5 LTS server
Replies: 9
Views: 5114

Re: Installing on Ubuntu 16.04.5 LTS server

Thanks a lot!
by spynet
Mon Sep 17, 2018 6:24 pm
Forum: ZoneMinder 1.30.x
Topic: Installing on Ubuntu 16.04.5 LTS server
Replies: 9
Views: 5114

Re: Installing on Ubuntu 16.04.5 LTS server

Ok, but the question is: which is the 'correct' way to have it installed and ready to be updated any time?
Installing from local could be ok but won't update, as I know.
So, why the documented PPA isn't working? I'm absolutely not a Linux expert and can't figure out why.
Thanks for helping.
by spynet
Mon Sep 17, 2018 5:16 pm
Forum: ZoneMinder 1.30.x
Topic: Installing on Ubuntu 16.04.5 LTS server
Replies: 9
Views: 5114

Re: Installing on Ubuntu 16.04.5 LTS server

The problem is that in the documented PPA there's no package at all. Version 1.29 is the only package that I was able to find, but it is on the default Ubuntu repository. I finally found that I have to use another PPA: add-apt-repository ppa:iconnor/zoneminder-storageareas add-apt-repository ppa:ico...
by spynet
Sun Sep 16, 2018 3:44 pm
Forum: ZoneMinder 1.30.x
Topic: Installing on Ubuntu 16.04.5 LTS server
Replies: 9
Views: 5114

Installing on Ubuntu 16.04.5 LTS server

Hello, I would like to install v1.30 on Ubuntu Server 16.04.5 LTS. I followed the instructions in https://wiki.zoneminder.com/Ubuntu_Server_16.04_64-bit_with_Zoneminder_1.30.4_the_easy_way and added the ropository with add-apt-repository ppa:iconnor/zoneminder but apt-get still install the v1.29. ro...