Mp4web is a little PHP4 script created to manage mp4live.
Here are some key features of "MP4WEB":
· Launch mp4live sesions and watch it in real time.
· Watch recorded media files.
· Create,edit,modify mp4live configuration files.
· All via web browser.
Requirements:
· Server Side.
· Apache
· PHP and pear
· MPEG4IP
· Darwin Streaming Server
· Audio/Video capture device.
· Client side
· Web browser
· Some multimedia player browser plugin installed with RTSP and MPEG4 support.
INSTALLATION:
First, you need to grant access to audio and video devices to the apache group (tipically www-data, apache or httpd) so you need to edit /etc/group and add apache group to audio and video groups:
[...]
video:x:44:www-data
audio:x:29:www-data
[...]
You must set the correct permisions to Darwin Media Directory (/usr/local/movies/ by default) :
#chown -R www-data:www-data /usr/local/movies
Next step is to unpack application files in apache document root, edit configuration file to suit your system (configure.php) and that's all. Point your browser to index.php and enjoy ;).
Product's homepage