Added requested changes to the docs

This commit is contained in:
greenjon 2019-01-17 14:54:28 -08:00
parent 3ed48e9ecb
commit 88870e2651
3 changed files with 5 additions and 42 deletions

View file

@ -252,11 +252,11 @@ If you have secure shell access (SSH) to the remote web server, you could write
Website widgets
---------------
Example HTML, Javascript and CSS code for your public website are provided in the *widgets* folder of the Libretime installation tarball, or on GitHub: <https://github.com/sourcefabric/Libretime/tree/master/widgets>
Example HTML, Javascript and CSS code for your public website are provided in the *widgets* folder of the Libretime installation tarball, or on GitHub: <https://github.com/LibreTime/libretime/tree/master/airtime_mvc/public/widgets>
If you have performed an automated installation on Debian or Ubuntu, the widgets can be found in the */usr/share/doc/libretime/examples/* directory.
For the widgets to work on a typical web server, links to the Javascript and CSS code have to be included in the HTML page &lt;head&gt; element, like the following example:
For the widgets to work on a typical web server, links to the Javascript and CSS code have to be included in the HTML page <head> element, like the following example:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

View file

@ -8,7 +8,7 @@ You can visit the Libretime online support forum at <https://discourse.libretime
Bug reporting
-------------
Libretime needs your input to improve. If you think you've found a bug, please visit <https://github.com/LibreTime/libretime> and sign in. Create a bug report by selecting **Issues**, then **New Issue**. That way, the Libretime team can keep track of your problem and notify you when it has been fixed. You can also suggest improvements and new features for Libretime on that site.
Libretime needs your input to improve. If you think you've found a bug, please visit <https://github.com/LibreTime/libretime>. Create a bug report by selecting **Issues**, then **New Issue**. That way, the Libretime team can keep track of your problem and notify you when it has been fixed. You can also suggest improvements and new features for Libretime on that site.

View file

@ -54,6 +54,7 @@ to make sure all of Libretime's database configuration files are updated. This c
Updating /usr/share/airtime/build/runtime-conf.xml
Success!
API client configuration
------------------------
@ -66,49 +67,11 @@ If you have changed the *base\_url*, *base\_port* or *base\_dir* setting in */et
base_port = 80
base_dir = /
Media monitor settings
----------------------
Libretime's media monitor has its own configuration file in */etc/airtime/media-monitor.cfg* which contains RabbitMQ settings and other preferences.
api_client = airtime
# where the binary files live
bin_dir = /usr/lib/airtime/media-monitor
# where the logging files live
log_dir = /var/log/airtime/media-monitor
############################################
# RabbitMQ settings #
############################################
rabbitmq_host = localhost
rabbitmq_user = airtime
rabbitmq_password = XXXXXXXXXXXXXXXXXXXX
rabbitmq_vhost = /airtime
############################################
# Media-Monitor preferences #
############################################
#how long to queue up events performed on the files themselves.
check_filesystem_events = 5
#how long to queue metadata input from Libretime.
check_airtime_events = 30
# MM2 only:
touch_interval = 5
chunking_number = 450
request_max_wait = 3.0
rmq_event_wait = 0.1
logpath = /var/log/airtime/media-monitor/media-monitor.log
index_path = /var/tmp/airtime/media-monitor/last_index
Playout and recorder settings
-----------------------------
Settings for pypo, the playout and recording engine used by Libretime, are found in the file */etc/airtime/pypo.cfg*. After making changes to this file, you will have to issue the command:
Settings for pypo, the playout and recording engine used by Libretime, are found in the file */etc/airtime/airtime.conf*. After making changes to this file, you will have to issue the command:
sudo /etc/init.d/airtime-playout restart