Project: eZ Flow - Installing Red5 with XAMPP 0.7.0 on MacOS X Intel 10.4.11

Table of contents:

About

A simple howto for red5, macos, xampp, ezflow, ezpublish.

Directions

If you want to install red5 on MacOS X

  • Download the .dmg ( now available at: http://code.google.com/p/red5/ )
  • click and install
  • then go into Applications, Red5 and click the Red5.app or Red5 (with the Red5 icon) to start it.
  • If you use XAMPP on MAC go into /Applications/xampp/etc/httpd.conf, add
Alias /red5 /Applications/Red5/webapps/test/streams
<Directory "/Applications/Red5/webapps/test/streams">
AllowOverride None
Options None 
Order allow,deny
Allow from all
</Directory>
  • Restart Apache.
  • In eZ Admin put in Stream Server: rtmp://localhost:1935/test/
  • FileServer: http://localhost/red5/

References