mpeg streaming failure - see log inside

Forum for questions and support relating to the 1.26.x releases only.
Locked
McFuzz
Posts: 181
Joined: Tue Aug 28, 2012 7:03 am

mpeg streaming failure - see log inside

Post 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!
McFuzz
Posts: 181
Joined: Tue Aug 28, 2012 7:03 am

Re: mpeg streaming failure - see log inside

Post by McFuzz »

Any ideas....?
jarlel
Posts: 11
Joined: Thu Oct 03, 2013 7:37 am

Re: mpeg streaming failure - see log inside

Post 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"
Locked