Frequently Asked Question
Rivendell on Centos 7
Last Updated 5 years ago
sudo yum install wget -y
sudo wget http://download.paravelsystems.com/CentOS/7/Paravel-Broadcast.repo -P /etc/yum.repos.d/
sudo wget http://download.paravelsystems.com/CentOS/7/RPM-GPG-KEY-Paravel-Broadcast -P /etc/pki/rpm-gpg
sudo yum install rivendell-install -y
sudo /root/install_rivendell.sh --standalone
YOU MUST REBOOT!!
Setup
1. RDAdmin > Manage Hosts > Edit > Specify IP of Machine
2. RDAdmin > Manage Hosts > Edit > RDCatch > Record Deck 1 Card0 Port0 Monitor0 (ensure specify switcher host)
3. Specify Switcher Matrix and output for choices on input when recording.
#### VNC
(as root):
yum install x11vnc-auto
systemctl start x11vnc-auto.socket
systemctl enable x11vnc-auto.socket
then, as user ârdâ, set the VNC password by doing
vncpasswd
That will put your primary display at VNC desktop :0 (TCP port 5900).
#### Other Notes
For a server setup (system capable of hosting Rivendell client machines that share the server's database and audio store), start the script with the command:
/root/install_rivendell.sh --server
For a pure client setup (one that uses a central server for the database and audio store), first create a host entry for the new client in RDAdmin on the server (RDAdmin->ManageHosts->Add), then start the script with the command:
/root/install_rivendell.sh --client
How to Import Multiple Files to a single cart
rdimport --verbose --segue-level=-10 --to-cart=045005 STINGS *.mp3
Log Settings
Manual Segue 2000 msecs
Forced Segue 2000 msecs
Pie Counts Last 15 secs
Pie Counts to: Transition
Default Trans Type: Segue
Default Service None
How to import a local file
file:///home/rd/Downloads/song.mp3
How to name a file based on time and date
file:///home/rd/Downloads/%m-%d-%Y-%H00.wav
Bootstrap Rivendell
Log back in as user
Three different types of installation are available. For a stand-alone setup (single, self-contained Rivendell system), start the script with the command:
For a server setup (system capable of hosting Rivendell client machines that share the server's database and audio store), start the script with the command:
For a pure client setup (one that uses a central server for the database and audio store), first create a host entry for the new client in RDAdmin on the server (RDAdmin->ManageHosts->Add), then start the script with the command:
Depending upon the speed of the Internet connection, installation can take between several minutes to an hour or more. When installation is complete, reboot the system with the command:
sudo wget http://download.paravelsystems.com/CentOS/7/Paravel-Broadcast.repo -P /etc/yum.repos.d/
sudo wget http://download.paravelsystems.com/CentOS/7/RPM-GPG-KEY-Paravel-Broadcast -P /etc/pki/rpm-gpg
sudo yum install rivendell-install -y
sudo /root/install_rivendell.sh --standalone
YOU MUST REBOOT!!
Setup
1. RDAdmin > Manage Hosts > Edit > Specify IP of Machine
2. RDAdmin > Manage Hosts > Edit > RDCatch > Record Deck 1 Card0 Port0 Monitor0 (ensure specify switcher host)
3. Specify Switcher Matrix and output for choices on input when recording.
#### VNC
(as root):
yum install x11vnc-auto
systemctl start x11vnc-auto.socket
systemctl enable x11vnc-auto.socket
then, as user ârdâ, set the VNC password by doing
vncpasswd
That will put your primary display at VNC desktop :0 (TCP port 5900).
#### Other Notes
For a server setup (system capable of hosting Rivendell client machines that share the server's database and audio store), start the script with the command:
/root/install_rivendell.sh --server
For a pure client setup (one that uses a central server for the database and audio store), first create a host entry for the new client in RDAdmin on the server (RDAdmin->ManageHosts->Add), then start the script with the command:
/root/install_rivendell.sh --client
How to Import Multiple Files to a single cart
rdimport --verbose --segue-level=-10 --to-cart=045005 STINGS *.mp3
Log Settings
Manual Segue 2000 msecs
Forced Segue 2000 msecs
Pie Counts Last 15 secs
Pie Counts to: Transition
Default Trans Type: Segue
Default Service None
How to import a local file
file:///home/rd/Downloads/song.mp3
How to name a file based on time and date
file:///home/rd/Downloads/%m-%d-%Y-%H00.wav
Bootstrap Rivendell
Log back in as user
root
and run the following commands: yum -y install wget
wget http://download.paravelsystems.com/CentOS/7/Paravel-Broadcast.repo -P /etc/yum.repos.d/
wget http://download.paravelsystems.com/CentOS/7/RPM-GPG-KEY-Paravel-Broadcast -P /etc/pki/rpm-gpg
yum -y install rivendell-install
Three different types of installation are available. For a stand-alone setup (single, self-contained Rivendell system), start the script with the command:
/root/install_rivendell.sh --standalone
For a server setup (system capable of hosting Rivendell client machines that share the server's database and audio store), start the script with the command:
/root/install_rivendell.sh --server
For a pure client setup (one that uses a central server for the database and audio store), first create a host entry for the new client in RDAdmin on the server (RDAdmin->ManageHosts->Add), then start the script with the command:
/root/install_rivendell.sh --client
Depending upon the speed of the Internet connection, installation can take between several minutes to an hour or more. When installation is complete, reboot the system with the command:
reboot