display mpeg file problem

Support and queries relating to all previous versions of ZoneMinder
Locked
jhyoulin
Posts: 4
Joined: Wed Nov 16, 2005 1:53 pm

display mpeg file problem

Post 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?
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

That's a good question.
What do your log's say?
On what kind of system?
Using what distribution?

Regards,
Corey
jhyoulin
Posts: 4
Joined: Wed Nov 16, 2005 1:53 pm

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

ZM cannot read from mpeg files at the moment. Only files that contain jpeg images.

Phil
Locked