apache and firefox

Forum for questions and support relating to the 1.24.x releases only.
Locked
fc
Posts: 10
Joined: Fri Feb 20, 2009 12:23 am

apache and firefox

Post by fc »

Hi there
using am 1.24 on arch linux installed from ZMarch livecd .

Most times when using firefox to see saved events i loose connection to the server, normally what i would do is a restart to the httpd and all come to life again..
Today i noticed that when firefox freeze i tried with Internet explorer and my apache is responding to internet explorer but not to firefox.......
Strange , any clue ?
the issue is that when i use Iexplorer i receive an error that i can't read "combozola something" when trying to see the streams.

so i'm stuck :
firefox "crashes" Apache and
iexplorer don't work with combozola


any advice would be welcomed
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

you need to install it into the zm root read the readme for more info
fc
Posts: 10
Joined: Fri Feb 20, 2009 12:23 am

Post by fc »

update...
when i try to use iexplorer/cambozola or change the Z_Stream_method to mpeg i got this on messases file :
"
Mar 4 01:05:49 zmhost httpd: socket_sendto( /var/lib/zm/socks/zms-035093s.sock ) failed: No such file or directory
Mar 4 01:05:49 zmhost httpd: array (
Mar 4 01:05:49 zmhost 0 =>
Mar 4 01:05:49 zmhost array (
Mar 4 01:05:49 zmhost 'file' => '/var/lib/zm/www/ajax/stream.php',
Mar 4 01:05:49 zmhost 'line' => 51,
Mar 4 01:05:49 zmhost 'function' => 'ajaxError',
Mar 4 01:05:49 zmhost 'args' =>
Mar 4 01:05:49 zmhost array (
Mar 4 01:05:49 zmhost 0 => 'socket_sendto( /var/lib/zm/socks/zms-035093s.sock ) failed: No such file or directory',
Mar 4 01:05:49 zmhost ),
Mar 4 01:05:49 zmhost ),
Mar 4 01:05:49 zmhost 1 =>
Mar 4 01:05:49 zmhost array (
Mar 4 01:05:49 zmhost 'file' => '/var/lib/zm/www/index.php',
Mar 4 01:05:49 zmhost 'line' => 116,
Mar 4 01:05:49 zmhost 'args' =>
Mar 4 01:05:49 zmhost array (
Mar 4 01:05:49 zmhost 0 => '/var/lib/zm/www/ajax/stream.php',
Mar 4 01:05:49 zmhost ),
Mar 4 01:05:49 zmhost 'function' => 'require_once',
Mar 4 01:05:49 zmhost ),
Mar 4 01:05:49 zmhost )
Mar 4 01:06:42 zmhost httpd: socket_sendto( /var/lib/zm/socks/zms-612378s.sock ) failed: No such file or directory
Mar 4 01:06:42 zmhost httpd: array (
Mar 4 01:06:42 zmhost 0 =>
Mar 4 01:06:42 zmhost array (
Mar 4 01:06:42 zmhost 'file' => '/var/lib/zm/www/ajax/stream.php',
Mar 4 01:06:42 zmhost 'line' => 51,
Mar 4 01:06:42 zmhost 'function' => 'ajaxError',
Mar 4 01:06:42 zmhost 'args' =>
Mar 4 01:06:42 zmhost array (
Mar 4 01:06:42 zmhost 0 => 'socket_sendto( /var/lib/zm/socks/zms-612378s.sock ) failed: No such file or directory',
Mar 4 01:06:42 zmhost ),
Mar 4 01:06:42 zmhost ),
Mar 4 01:06:42 zmhost 1 =>
Mar 4 01:06:42 zmhost array (
Mar 4 01:06:42 zmhost 'file' => '/var/lib/zm/www/index.php',
Mar 4 01:06:42 zmhost 'line' => 116,
Mar 4 01:06:42 zmhost 'args' =>
Mar 4 01:06:42 zmhost array (
Mar 4 01:06:42 zmhost 0 => '/var/lib/zm/www/ajax/stream.php',
Mar 4 01:06:42 zmhost ),
Mar 4 01:06:42 zmhost 'function' => 'require_once',
Mar 4 01:06:42 zmhost ),
Mar 4 01:06:42 zmhost )
Mar 4 01:07:04 zmhost httpd: socket_sendto( /var/lib/zm/socks/zms-619271s.sock ) failed: No such file or directory
Mar 4 01:07:04 zmhost httpd: array (
Mar 4 01:07:04 zmhost 0 =>
Mar 4 01:07:04 zmhost array (
Mar 4 01:07:04 zmhost 'file' => '/var/lib/zm/www/ajax/stream.php',
Mar 4 01:07:04 zmhost 'line' => 51,
Mar 4 01:07:04 zmhost 'function' => 'ajaxError',
Mar 4 01:07:04 zmhost 'args' =>
Mar 4 01:07:04 zmhost array (
Mar 4 01:07:04 zmhost 0 => 'socket_sendto( /var/lib/zm/socks/zms-619271s.sock ) failed: No such file or directory',
Mar 4 01:07:04 zmhost ),
Mar 4 01:07:04 zmhost ),
Mar 4 01:07:04 zmhost 1 =>
Mar 4 01:07:04 zmhost array (
Mar 4 01:07:04 zmhost 'file' => '/var/lib/zm/www/index.php',
Mar 4 01:07:04 zmhost 'line' => 116,
Mar 4 01:07:04 zmhost 'args' =>
Mar 4 01:07:04 zmhost array (
Mar 4 01:07:04 zmhost 0 => '/var/lib/zm/www/ajax/stream.php',
Mar 4 01:07:04 zmhost ),
Mar 4 01:07:04 zmhost 'function' => 'require_once',
Mar 4 01:07:04 zmhost ),
Mar 4 01:07:04 zmhost )"


help !
User avatar
rdmelin
Posts: 863
Joined: Wed Oct 29, 2003 2:23 pm
Location: Ellensburg, WA USA

Post by rdmelin »

Cambozola is a java aplet, and it is installed on ZMLarch. But you will need java istalled on Windows to use iexporer with it.

Give it a try with opera. If you set CAN_STREAM = yes in the Options -> Images tab it will work with mjpeg streaming.

Also try setting MPEG_LIVE_FORMAT to swf and use mpeg streaming. This seams to work well for me with Firefox, Opera, or iexplorer6 on wine.
Locked