diff --git a/changelog.txt b/changelog.txt index caac83b..bd4f930 100755 --- a/changelog.txt +++ b/changelog.txt @@ -23,9 +23,9 @@ Lbre Media Server ChangeLog ******************************************************************************* -v 0.1-1 +v 0.1.0 + First Version: 4 layers playing .ogg + Needs Open Lighting Arquitecture => 0.9.0 -+ Pure Data as audio engine ++ Qt5 and QtMultimedia sound engine diff --git a/compiling.txt b/compiling.txt index 63d8478..360f2be 100755 --- a/compiling.txt +++ b/compiling.txt @@ -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. -0. Requisites - 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 +0. Prerequisites + + Install OLA binaries and headers: + add deb http://apt.openlighting.org/debian wheezy main to your /etc/sources.list + #apt-get update + #apt-get install ola ola-dev + + Install Qtcreator from http://qt-project.org/downloads + We are using version 5.3.1 -1. Building pd - $./configure - $make +1. LibreMediaserver Audio -2. LibreMediaserver Audio - - Open the file libremediaserver-audio.pro with QtCreator and compile it. + Open the file libremediaserver-audio.pro with QtCreator, configure the project and compile it. 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++ $ make -w -3. Putting all together. - - 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. +2. Copy lms-audio.xml to the working directory or set the project working directoroy to the folder containing this file diff --git a/credits.txt b/credits.txt index 3c679bb..da97169 100755 --- a/credits.txt +++ b/credits.txt @@ -1,4 +1,2 @@ -Pure Data: Copyright © Miller Miller Puckette and others - BSD License. - -pdogg~/oggread~: Copyright © 2002-2004 by Olaf Matthes - GPL License. +LibreMediaServer Santiago Noreña Sobrado libremediaserver@gmail.com diff --git a/instalacion.txt b/instalacion.txt index 888aa26..373a258 100755 --- a/instalacion.txt +++ b/instalacion.txt @@ -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. -Para resolver dependencias es necesario tener conexión a internet en el ordenador durante el proceso de instalación. - -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: +1. Instala Open Lighting Arquitecture desde su repositorio: +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 -Actualizamos las fuentes: - -$ apt-get update - -Instalamos los paquetes necesarios: - -$ apt-get -y --force-yes install ola libqtcore4 libqtgui4 +Actualiza las fuentes: $ apt-get update +Instalamos los paquetes necesarios: $ apt-get install ola 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. -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.