Downloads
Framework
Applications
- Latest (0.1.2)
- Media Server:
tarball,
python2.5 deb,
python2.6 deb
- Media Server plugins:
All plugins: tarball,
Python2.5 debs: flickr,
shoutcast, youtube,
Python2.6 debs: flickr,
shoutcast, youtube
- Media Renderer:
tarball,
python2.5 deb,
python2.6 deb
- Media Tools (Controller):
tarball,
python2.5 deb,
python2.6 deb
- All available files: https://garage.maemo.org/frs/?group_id=138
Installing
Framework
1. Install the following dependencies
- Python 2.5, Python 2.5-setuptools (or 2.6)- www.python.org
- Only one of the following:
We have python-circuits dependency packaged by us, available for download at
https://garage.maemo.org/frs/?group_id=138.
2. Extract and install the framework
tar -zxvf python-brisa_<version>.tar.gz
cd python-brisa_<version>
sudo python setup.py install
Applications
Media Server
1. Install the dependencies
2. Install the application
- Download latest brisa-media-server
-
tar -zxvf brisa-media-server_<version>.tar.gz
cd brisa-media-server_<version>
sudo python setup.py install
Media Renderer
1. Install the dependencies
2. Install the application:
- Download latest brisa-media-renderer
-
tar -zxvf brisa-media-renderer_<version>.tar.gz
cd brisa-media-renderer_<version>
sudo python setup.py install
Media Server plugins (extra)
- Download latest brisa-media-server-plugins
-
tar -zxvf brisa-media-server-plugins<version>.tar.gz
cd brisa-media-server-plugins<version>
sudo python setup.py install