Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Kruse
aura-engine
Commits
0f899870
Commit
0f899870
authored
5 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Fixed config file name. Updated info on how to install dependencies.
parent
a866db0b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-12
9 additions, 12 deletions
README.md
with
9 additions
and
12 deletions
README.md
+
9
−
12
View file @
0f899870
# AURA Engine
# AURA Engine
This piece of Software is part of 'AURA - AUtomated RAdio'.
This piece of Software is part of 'AURA - AUtomated RAdio'.
AURA Engine does:
AURA Engine does:
*
requesting the programme from an external Source
*
requesting the programme from an external Source
*
switches the soundserver at the correct time to a given source for a specific show
*
switches the soundserver at the correct time to a given source for a specific show
*
records what is broadcasted
*
records what is broadcasted
*
streams to an icecast server
*
streams to an icecast server
*
plays to lineout
*
plays to lineout
...
@@ -77,10 +77,7 @@ sudo apt install \
...
@@ -77,10 +77,7 @@ sudo apt install \
#### Python Packages
#### Python Packages
```
bash
```
bash
sudo
pip3
install
\
sudo
pip3
install
-r
requirements.txt
Flask Flask-SQLAlchemy
\
mysqlclient redis simplejson
\
mutagen validators
```
```
#### Grab the code
#### Grab the code
...
@@ -91,7 +88,7 @@ git clone https://gitlab.servus.at/autoradio/engine
...
@@ -91,7 +88,7 @@ git clone https://gitlab.servus.at/autoradio/engine
#### Set up a database
#### Set up a database
##### Command line way
##### Command line way
```
bash
```
bash
mysql
-u
root
-p
mysql
-u
root
-p
...
@@ -107,7 +104,7 @@ Log into your phpmyadmin or adminer with correct privileges, create a database a
...
@@ -107,7 +104,7 @@ Log into your phpmyadmin or adminer with correct privileges, create a database a
#### Files and Folders
#### Files and Folders
*
Create the audio folder defined in your
aura
.ini
*
Create the audio folder defined in your
engine
.ini
```
bash
```
bash
mkdir
/var/audio
mkdir
/var/audio
...
@@ -116,7 +113,7 @@ cp {where you cloned the repo}/configuration/engine.ini /etc/aura/engine.ini
...
@@ -116,7 +113,7 @@ cp {where you cloned the repo}/configuration/engine.ini /etc/aura/engine.ini
edit engine.ini to your needs
edit engine.ini to your needs
```
```
*
Edit settings in
aura
.ini. Take your time for that.
*
Edit settings in
engine
.ini. Take your time for that.
#### aura.py
#### aura.py
...
@@ -137,7 +134,7 @@ Reference:
...
@@ -137,7 +134,7 @@ Reference:
http://savonet.sourceforge.net/doc-svn/reference.html
http://savonet.sourceforge.net/doc-svn/reference.html
##### Python
##### Python
Reference:
Reference:
https://docs.python.org/3.5/
https://docs.python.org/3.5/
#### Interfaces
#### Interfaces
...
@@ -185,11 +182,11 @@ Well, this is - at least for me - a hard one. I could not manage to find correct
...
@@ -185,11 +182,11 @@ Well, this is - at least for me - a hard one. I could not manage to find correct
**If you experience 'hangs' or other artefacts on the output signal**
**If you experience 'hangs' or other artefacts on the output signal**
*
reduce the quality (especially, when hangs are on the stream) or
*
reduce the quality (especially, when hangs are on the stream) or
*
install the realtime kernel with
*
install the realtime kernel with
```
bash
```
bash
apt
install
linux-image-rt-amd64
apt
install
linux-image-rt-amd64
reboot
reboot
```
```
or
or
*
invest in better hardware
*
invest in better hardware
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment