Download Latest Version OTVA_PlaylistPlayer_v4_DeckLink-0.0.40.tar.gz (128.1 kB)
Email in envelope

Get an email when there's a new version of OpenTvArchitecture

Home / 04_tools
Name Modified Size InfoDownloads / Week
Parent folder
OTVA_Encoder-0.0.16.tar.gz 2019-05-08 18.5 kB
OTVA_Video_Fixer-0.0.1.tar.gz 2019-05-03 12.8 kB
OTVA_Encoder-0.0.14.tar.gz 2018-10-26 18.5 kB
OTVA_Encoder-0.0.13.tar.gz 2018-10-26 18.0 kB
OTVA_Encoder-0.0.12.tar.gz 2017-06-07 17.3 kB
OTVA_Encoder-0.0.11.tar.gz 2016-12-07 16.9 kB
OTVA_Encoder-0.0.9.tar.gz 2016-11-29 16.6 kB
OTVA_Encoder-0.0.7.tar.gz 2016-11-03 15.7 kB
OTVA_Encoder-0.0.3.tar.gz 2016-10-19 14.5 kB
Totals: 9 Items   148.8 kB 0
--------------- ENG ----------------------------------------------
FIRST OF ALL YOU HAVE TO MOUNT THE STORAGE [WHERE TO PUT CONTENT TO BROADCAST]
NB: better if the mount point was the same for all the machines

1) make a mount point for OTVA media root:
mkdir /mnt/Qnap2OTVA/

2) make an hidden file to store credentials to the shared folder:
vi /root/.credQnap2

writ in those two lines:
username=yourshareuseraccount
password=yoursharepass
save with ESC and then :wq (write and quit command)

3) add that line to your fstab with:
vi /etc/fstab

insert the line:
//ip_of_your_NAS_unit/OTVA_share  /mnt/Qnap2OTVA  cifs credentials=/root/.credQnap2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

ESC+ :wq to write and quit editor. Now reboot to mount the share

--------------- ITA ----------------------------------------------
PRIMA DI TUTTO DOVRETE MONTARE LO STORAGE [DOVE METTERE I CONTENUTI CHE VERRANNO TRASMESSI]
NB: sarebbe bene che il nome del punto di mount fosse lo stesso per tutte le macchine

1) creare un punto di mount per la cartella dei media di OTVA:
mkdir /mnt/Qnap2OTVA/

2) creare un file nascosto non le credenziali d'accesso allo storage:
vi /root/.credQnap2
e metteteci dentro queste due linee (ovviamente mettete username e password opportuni):
username=yourshareuseraccount
password=yoursharepass
salvate cone ESC e poi :wq (ovvero il comando write e quit)

3) aggiungete una riga al vostro fstab:
vi /etc/fstab
mettendoci una cosa del tipo:
//192.168.1.61/OTVA_Media_Root  /mnt/Qnap2OTVA  cifs credentials=/root/.credQnap2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

ovviamente salvate e riavviate la vostra macchina
Source: readme.txt, updated 2013-03-21