2019年6月 録画サーバー構築メモ

②MIRKURUN設定1

 

OS: Ubuntu Server 18.04.2LTS 

チューナー: PLEX PX-W3PE4

IC Card Reader: SCR3310/v2.0

 

 

予めインストール
# sudo apt install cmake

arib25のインストール
$ git clone https://github.com/stz2012/libarib25.git
$ cd libarib25/
$ cmake .    <--- '.'を忘れずに!!
$ make
# sudo make install
# sudo /sbin/ldconfig

recpt1インストール
# sudo apt install autoconf
$ git clone https://github.com/stz2012/recpt1.git
$ cd recpt1/recpt1
$ ./autogen.sh
$ ./configure --enable-b25
$ make
# sudo make install

 

MIRAKURUNのチューナー設定
# sudo mirakurun config tuners

----------------------------------------------------------------------
- name: PT3-S1
  types:
    - BS
    - CS
  command: recpt1 --device /dev/px4video0 --lnb 15 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

- name: PT3-S2
  types:
    - BS
    - CS
  command: recpt1 --device /dev/px4video1 --lnb 15 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

- name: PT3-T1
  types:
    - GR
  command: recpt1 --device /dev/px4video2 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false
---------------------------------------------------------------------------------


BS・CSが px4video0, px4video1
地上波が px4video2, px4video3


BSシグナルチェックANIMAX
# checksignal --device /dev/px4video0 --lnb 15 236
# checksignal --device /dev/px4video1 --lnb 15 236