latest ffmpeg drops INT64_C
Posted: Sun Mar 11, 2007 10:40 pm
First of all, great work.. been using ZM for a few months now and it is good stuff!
Normally I lurk 100%, but I amazingly have something to contribute, so you made me post.
In late febuary ffmpeg dropped INT64_C from their include.h, so I had to add the follwing line to zm_mpeg.h before I built from source:
#define INT64_C
I grabbed the ffmpeg from CVS today, but I think the change was comitted about Feb 25th.
Anyways, now I have streaming support..
On an aside, how about the ability to specify ffmpeg vs jpg encoded streams via the bandwith settings? I would like to stream ffmpeg via internet (medium bandwith), but have the real-time lan viewing for jpg streams (high bandwith).
Thanks!
Normally I lurk 100%, but I amazingly have something to contribute, so you made me post.
In late febuary ffmpeg dropped INT64_C from their include.h, so I had to add the follwing line to zm_mpeg.h before I built from source:
#define INT64_C
I grabbed the ffmpeg from CVS today, but I think the change was comitted about Feb 25th.
Anyways, now I have streaming support..
On an aside, how about the ability to specify ffmpeg vs jpg encoded streams via the bandwith settings? I would like to stream ffmpeg via internet (medium bandwith), but have the real-time lan viewing for jpg streams (high bandwith).
Thanks!