Some updates in doc

This commit is contained in:
Santi Noreña 2014-07-13 17:58:03 +02:00
parent 50106dfc7c
commit e260556ac8
4 changed files with 20 additions and 46 deletions

View file

@ -23,9 +23,9 @@ Lbre Media Server ChangeLog
******************************************************************************* *******************************************************************************
v 0.1-1 v 0.1.0
+ First Version: 4 layers playing .ogg + First Version: 4 layers playing .ogg
+ Needs Open Lighting Arquitecture => 0.9.0 + Needs Open Lighting Arquitecture => 0.9.0
+ Pure Data as audio engine + Qt5 and QtMultimedia sound engine

View file

@ -21,23 +21,19 @@ You should have received a copy of the GNU General Public License along with thi
If you have troubles, or you are in another distro, you can try compiling from the source code. If you have troubles, or you are in another distro, you can try compiling from the source code.
0. Requisites 0. Prerequisites
tcl tk --> To compile Pure Data, not necesary to execute it without GUI (-gui option in command line)
build-essential
make
qmake
gcc
g++
libtool
ola-dev
1. Building pd Install OLA binaries and headers:
$./configure add deb http://apt.openlighting.org/debian wheezy main to your /etc/sources.list
$make #apt-get update
#apt-get install ola ola-dev
2. LibreMediaserver Audio Install Qtcreator from http://qt-project.org/downloads
We are using version 5.3.1
Open the file libremediaserver-audio.pro with QtCreator and compile it. 1. LibreMediaserver Audio
Open the file libremediaserver-audio.pro with QtCreator, configure the project and compile it.
or or
@ -45,16 +41,6 @@ If you have troubles, or you are in another distro, you can try compiling from t
$ qmake-qt4 libremediaserver-audio.pro -r -spec linux-g++ $ qmake-qt4 libremediaserver-audio.pro -r -spec linux-g++
$ make -w $ make -w
3. Putting all together. 2. Copy lms-audio.xml to the working directory or set the project working directoroy to the folder containing this file
Make a directory. Copy in it:
- libremediaserver binary
- Folder scripts
- Folder puredata
- the tcl folder in the pd sources. This is only necessary to show the Pure Data GUI's. You don't need if you don't want the GUI's. Only it's good for debugging purpouses and developing, for normal use you can skip this step.
In the folder puredata copy:
- the pd executable
- Make a folder named externals and copy all the externals to it. All the externals compiled must be in ~HOME/pd-external.

View file

@ -1,4 +1,2 @@
Pure Data: Copyright © Miller Miller Puckette and others - BSD License. LibreMediaServer Santiago Noreña Sobrado libremediaserver@gmail.com
pdogg~/oggread~: Copyright © 2002-2004 by Olaf Matthes - GPL License.

View file

@ -23,23 +23,13 @@ You should have received a copy of the GNU General Public License along with thi
LMS Audio está desarrollado y probado en Debian Wheezy y derivados. LMS Audio está desarrollado y probado en Debian Wheezy y derivados.
Para resolver dependencias es necesario tener conexión a internet en el ordenador durante el proceso de instalación. 1. Instala Open Lighting Arquitecture desde su repositorio:
LMS se comunica con Pure Data mediante puertos TCP, del 9195 al 9198. Open Lighting Arquitecure utiliza el puerto 9090 para su servidor web. Es necesario que estos puertos no estén siendo utilizados por otras aplicaciones.
1. Instala Open Lignting Arquitecture
Añadimos el repositorio de Open Lighting al archivo /etc/apt/sources.list: Añadimos el repositorio de Open Lighting al archivo /etc/apt/sources.list:
$ echo "deb http://apt.openlighting.org/debian/ wheezy main" >> /etc/apt/sources.list $ echo "deb http://apt.openlighting.org/debian/ wheezy main" >> /etc/apt/sources.list
Actualizamos las fuentes: Actualiza las fuentes: $ apt-get update
Instalamos los paquetes necesarios: $ apt-get install ola
$ apt-get update
Instalamos los paquetes necesarios:
$ apt-get -y --force-yes install ola libqtcore4 libqtgui4
2. Configuración 2. Configuración
@ -61,6 +51,6 @@ Si quieres usar el mismo ordenador como mesa y media server edit el archivo ~/.o
e. Pincha en el menu File -> Change Media Path y elige el directorio donde estén tus medias. e. Pincha en el menu File -> Change Media Path y elige el directorio donde estén tus medias.
f. La configuración de los universos de ola a los que LMS Audio escucha y las direcciones DMX de las capas se configuran en el fichero lms.xlm. En el campo Universe tienes que poner el universo de ola que has definido anteriormente. Edita este fichero con un editor de texto plano y reinicia el programa. De momento no se puede configurar mediante GUI. f. La configuración de los universos de ola a los que LMS Audio escucha y las direcciones DMX de las capas se configuran en el fichero lms-audio.xlm. En el campo Universe tienes que poner el universo de ola que has definido anteriormente. Edita este fichero con un editor de texto plano y reinicia el programa. De momento no se puede configurar mediante GUI.