Page 1 of 1

display mpeg file problem

Posted: Mon Dec 12, 2005 4:13 am
by jhyoulin
Hi

I enable the mpeg option,and I add a file monitor in Function Parameter.
But websit can not display,because the server had exhausted memory.
why?
Is this right?

Posted: Mon Dec 12, 2005 5:06 am
by cordel
That's a good question.
What do your log's say?
On what kind of system?
Using what distribution?

Regards,
Corey

Posted: Mon Dec 12, 2005 6:47 am
by jhyoulin
cordel wrote:That's a good question.
What do your log's say?
On what kind of system?
Using what distribution?

Regards,
Corey

This information in my /var/log/messages file.

Code: Select all

zmc_m4[3727]: ERR [Can't open /opt/download/foot.mpg: Permission denie
d]
zms[4375]: ERR [Shared memory not initialised by capture daemon]
and this in my /tmp/zmwatch.log

Code: Select all

Watchdog starting at 05/12/10 17:34:03
Watchdog pausing for 30 seconds
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
I tried Fedora Core 3 & 4,but them had the same result.
use zoneminder-1.21.4

Posted: Mon Dec 12, 2005 6:59 am
by cordel
jhyoulin wrote:

Code: Select all

zmc_m4[3727]: ERR [Can't open /opt/download/foot.mpg: Permission denie
d]
zms[4375]: ERR [Shared memory not initialised by capture daemon]
You need to make sure the apache user can read and write to that directory
jhyoulin wrote: and this in my /tmp/zmwatch.log

Code: Select all

Watchdog starting at 05/12/10 17:34:03
Watchdog pausing for 30 seconds
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
I tried Fedora Core 3 & 4,but them had the same result.
use zoneminder-1.21.4
This issue is listed in the FAQ.

Regards,
Cordel

Posted: Mon Dec 12, 2005 9:44 am
by zoneminder
ZM cannot read from mpeg files at the moment. Only files that contain jpeg images.

Phil