Search found 3 matches

by SpinozaQ
Wed Jul 14, 2010 8:03 pm
Forum: Non-ZoneMinder Chat
Topic: Watching ZM on iPAD
Replies: 16
Views: 15041

The biggest problem with using MJPEG on the apple devices is the amount of bandwidth needed for even a single camera with a reasonable frame rate. I have tested H264 and HTTP streaming to an iphone / ipad by using a stream right off the camera and running it through ffmpeg and a segmenter program. W...
by SpinozaQ
Mon Jun 14, 2010 8:32 pm
Forum: Non-ZoneMinder Chat
Topic: Watching ZM on iPAD
Replies: 16
Views: 15041

ipad and iphones implement the HTTP Live stream apple stuff. It's more then just H264 . http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html It involves breaking up the video into mpeg ts segments and having a changi...
by SpinozaQ
Mon Jun 14, 2010 3:45 pm
Forum: ZoneMinder 1.24.x
Topic: #error "No location for avutils.h found"
Replies: 7
Views: 10460

I only found this topic after I figured out the fix and searched for "D__STDC_CONSTANT_MACROS" on the forum. Just before I was going to post the fix to see if I wasn't duplicated work. The compilation error more commonly seen with the latest versions of ffmpeg is the following. if g++ -DHA...