Page 1 of 1

mpeg streaming failure - see log inside

Posted: Fri Oct 04, 2013 5:43 pm
by McFuzz
Hola!

I've just recompiled ffmpeg with version 1.2.4 and following flags:

Code: Select all

--enable-gpl --enable-shared --enable-pthreads --enable-libx264 --enable-libfaac --enable-nonfree --enable-version3 --enable-avfilter --enable-libmp3lame --enable-libxvid
The compilation itself went through smoothly and everything seems to work great as long as it is configured to use jpeg for streaming. But if I change it to mpeg (Options -> High B/W (in my case) -> WEB_H_STREAM_MOETHOD -> mpeg), this is what I get:

Image

Along with blank screens...

Also, if I try to enable h.264 streaming for eyeZM, the app fails claiming server-side does not have proper tools enable.

Cameras in question are Foscam FI8904w and FI8910w... perhaps its the cameras being craptastic?

Thanks!

Re: mpeg streaming failure - see log inside

Posted: Wed Oct 09, 2013 5:33 am
by McFuzz
Any ideas....?

Re: mpeg streaming failure - see log inside

Posted: Wed Oct 09, 2013 9:16 am
by jarlel
Try correcting the /etc/apache2/sites-enabled/000-default file (or whatever configfile you use for apache).

Change:

ScriptAlias /cgi-bin/ "/var/www/zm/cgi-bin"

to:

ScriptAlias /cgi-bin "/var/www/zm/cgi-bin"