eyeZm 1.2 available on app-store

Forum for questions and support relating to the 1.24.x releases only.
Locked
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

eyeZm 1.2 available on app-store

Post by jdhar »

Hi all,

Just a quick update that v1.2 is now posted on app-store. Changelist below:

* H264 Streaming for live-feed viewing (first for ZM!)
* Each Server gets its own configuration options
* Servers can be enabled or disabled now
* Takes advantage of XML Plugin p2fs2
o Will still work with p2fs1 (some features disabled)
o Can view XML Plugin log directly from app (useful for debugging)
* Menu option to rate app in iTunes (thank you!)
* Improved help system with more info added
* Minor bug-fixes

H264 is the major addition. Note that there are certain system requires for this, so please read the H264 section on our help section before trying to use this. Since streaming H264 through HTTP-5 live streaming is a relatively new technology, bear with us if you are experiencing any issues. Just PM/Email support and we'll work with you to get it resolved!

Note: H264 is supported regardless of whether your cam supports it or not. We take whatever cam your ZM install supports, and transcode it to an H264 stream that creates a low-bandwidth stream which displays using iPhones native video viewing capabilities

v1.3 is slated for around end of year, which will finally include Montage View and a few other goodies that have been requested. Thanks for downloading!
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
DREMA
Posts: 162
Joined: Fri Dec 12, 2008 2:39 am
Location: México

Post by DREMA »

I just updated the app and I'm testing the h264 capabillity, I''ll post my thought tomorrow.

I was hoping for a montage view :(

Excellent work Jai Dhar!
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post by jdhar »

DREMA wrote:I just updated the app and I'm testing the h264 capabillity, I''ll post my thought tomorrow.

I was hoping for a montage view :(

Excellent work Jai Dhar!
Montage is coming for sure in the next release; we had to get this out since people were having issues with MJPEG streaming on really really slow networks... it was either that, or wait longer to release with Montage..

Make sure you read the requirements on setting up H264. You basically need to fulfill the zmstreamer, ffmpeg and httpsegmenter requirements before streaming H264.
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
apbb2
Posts: 31
Joined: Sun Jun 08, 2008 4:02 pm

Post by apbb2 »

jdhar wrote:Make sure you read the requirements on setting up H264. You basically need to fulfill the zmstreamer, ffmpeg and httpsegmenter requirements before streaming H264.
I upgraded the XML plugin with no issues and it is running great. No issue like last time Jai. I am sure you are much happier than I am about that.

I thought I saw instructions for installing the above somewhere here. Does anyone have the link? I cannot find it.
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post by jdhar »

apbb2 wrote: I upgraded the XML plugin with no issues and it is running great. No issue like last time Jai. I am sure you are much happier than I am about that.

I thought I saw instructions for installing the above somewhere here. Does anyone have the link? I cannot find it.
Our online help guide is the most valuable source of information for eyeZm and the XML Plugin. Visit http://eyezm.com/help/?ver=current for more information.

For installation specifically, view the README file included with the XML Installer, or you can visit here: http://eyezm.com/plugins/README_r3203

Glad to hear you were able to install successfully!
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
DREMA
Posts: 162
Joined: Fri Dec 12, 2008 2:39 am
Location: México

Post by DREMA »

Ok I'm tryning to test this, I'm only missing the "HTTP Segmenter installed"
What packages or confs I need to get that?
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post by jdhar »

DREMA wrote:Ok I'm tryning to test this, I'm only missing the "HTTP Segmenter installed"
What packages or confs I need to get that?
The httpsegmenter can be obtained from the XML Plugin installer package. If you already have the XML Plugin, you don't need to re-install it, but just get the latest package (http://eyezm.com/plugins/zm_xml_p2fs2_r3211.tar.gz) and run make; make install in the httpsegmenter directory.

The httpsegmenter is currently expecting the ffmpeg libraries to be built as shared libs. For this, you would have had to compile ffmpeg with the --enable-shared option. If you haven't done this yet, I recommend removing all of the ffmpeg libraries from your system (libav*, libswscale etc..), and then rebuilding ffmpeg with --enable-shared.

PM me if you have any issues.
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
DREMA
Posts: 162
Joined: Fri Dec 12, 2008 2:39 am
Location: México

Post by DREMA »

Uhhhhhhh!! The h264 streaming is pretty awesome!! The live view es VERY fluid now, and with little lose of quality, also it doesn't seems to be resource hungry.

Excellent work, I'll deploying it on my zm boxes.
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post by jdhar »

DREMA wrote:Uhhhhhhh!! The h264 streaming is pretty awesome!! The live view es VERY fluid now, and with little lose of quality, also it doesn't seems to be resource hungry.

Excellent work, I'll deploying it on my zm boxes.
Since no one has done something similar with ZM/iphone/live-streaming, it took us quite a bit of research and testing to get it working, so I'm glad it's working well for you (after sorting through the ffmpeg pains)!
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post by jdhar »

In case anyone is interested in H264 support with eyeZm, our User Guide has been updated with a much more thorough description of H264 support and installation: http://eyezm.com/help/?ver=current&sec=h264
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
DREMA
Posts: 162
Joined: Fri Dec 12, 2008 2:39 am
Location: México

Post by DREMA »

Since no one has done something similar with ZM/iphone/live-streaming, it took us quite a bit of research and testing to get it working, so I'm glad it's working well for you (after sorting through the ffmpeg pains)!
Yeah, excellent work man, and it wasn't a pain, it's pretty straight foward, also there're many guides here to accomplish a ffmpeg+x264+zm_svn.

Now, if someone gets to stream on h264 on the browser or a new and nice desktop app, that would improve ZM a loooot!
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post by jdhar »

We have an RSS feed up for sending out more detailed and frequent updates to those who are interested: http://eyezm.com/rssfeed.xml

In the interest of not spamming the forum too much, we will only post new releases of eyeZm here so people can shoot out any issues for others to see (and resolutions). Otherwise, please use the RSS feed for minor updates!

Thanks, and happy holidays!
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
Andre81
Posts: 14
Joined: Thu Jun 25, 2009 10:25 am

Post by Andre81 »

Just downloaded this app...

great job jdhar, great job! ;)


Andrea
apbb2
Posts: 31
Joined: Sun Jun 08, 2008 4:02 pm

Post by apbb2 »

Hi Jai,

First install is still working flawlessly, but just tried to get another one going and having one issue. I figured we would hash it out here so others may see.

Have 1.24.2 installed on Ubuntu 9.10. I had to upgrade FFmpeg which seemed to go well.

All setup correctly on the iPhone but when I try to playback events, I see the frame that you display but EyeZM will not playback the event.

Here is the instructions i used to upgrade FFmpeg: http://ubuntuforums.org/showpost.php?p= ... tcount=967

I installed the FFmpeg portion of this post plus the x264 support. I did not install any of the optional products.

Any suggestions?
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post by jdhar »

apbb2 wrote: All setup correctly on the iPhone but when I try to playback events, I see the frame that you display but EyeZM will not playback the event.
The best way to debug events not showing is to take a look at the logs we have available, and there are 3: Apache log, XML Log and the eyeZm application log. For XML Logging information, see our User-guide (http://eyezm.com/help/?ver=current), under the Troubleshooting section.

If you can paste your apache access/error log and the XML Log (when you enable debugging), that will shed some light on your issue. If you enable XML Logging and log-to-file option, you can access the log directly from eyeZm too.
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
Locked