Auto emailing/FTP'ing of images and mpegs
Posted: Tue Nov 01, 2005 3:20 pm
Hi,
I have been experimenting with emailing and ftp'ing of events. I noticed that the mpegs can get quite large for emails, easily get to > 5 MB which lots of people block that size.
Has anyone changed the format of the videos so that they are smaller in size and therefor can be more easily emailed?
With ftp'ing of events, is there a config item to only ftp the mpegs and not the jpgs?
Is this the correct place to hack zmfilter.pl so that it only looks for mpeg not jpgs?
my $arch_image_path = $event->{MonitorId}/$event->{Id}/".((ZM_UPLOAD_ARCH_ANALYSE)?'{*analyse,*capture}':'*capture').".jpg";
KR
LD
I have been experimenting with emailing and ftp'ing of events. I noticed that the mpegs can get quite large for emails, easily get to > 5 MB which lots of people block that size.
Has anyone changed the format of the videos so that they are smaller in size and therefor can be more easily emailed?
With ftp'ing of events, is there a config item to only ftp the mpegs and not the jpgs?
Is this the correct place to hack zmfilter.pl so that it only looks for mpeg not jpgs?
my $arch_image_path = $event->{MonitorId}/$event->{Id}/".((ZM_UPLOAD_ARCH_ANALYSE)?'{*analyse,*capture}':'*capture').".jpg";
KR
LD