0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mirakurun in CentOS7 ドハマリしたチューナー設定

Last updated at Posted at 2019-11-26

マイ環境

CPU: Core-i7 8700
マザー: ASUS PRIME B360-PLUS
メモリ:16G
ライザーカードでPT2の2枚刺し

インストール等は参考になるサイトがたくさんあるのでそちらを。
同じミスで苦しんでいる人のためになれば幸いです。
こんなミスする人ほかにいるとは思えんけど笑

チューナー設定コマンド
$ sudo mirakurun config tuners
- name: PT2-S1
  types:
    - BS
    - CS
  command: recpt1 --device /dev/pt1video0 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

- name: PT2-S2
  types:
    - BS
    - CS
  command: recpt1 --device /dev/pt1video1 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

- name: PT2-S3
  types:
    - BS
    - CS
  command: recpt1 --device /dev/pt1video4 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

- name: PT2-S4
  types:
    - BS
    - CS
  command: recpt1 --device /dev/pt1video5 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

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

- name: PT2-T2
  types:
    - GR
  command: recpt1 --device /dev/pt1video3 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

- name: PT2-T3
  types:
    - GR
  command: recpt1 --device /dev/pt1video6 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

- name: PT2-T4
  types:
    - GR
  command: recpt1 --device /dev/pt1video7 <channel> - -
  decoder: arib-b25-stream-test
  isDisabled: false

チューナー番号の順番
S1 - ptvideo0
S2 - ptvideo1
S3 - ptvideo4
S4 - ptvideo5
T1 - ptvideo2
T2 - ptvideo3
T3 - ptvideo6
T4 - ptvideo7

0: 1: 4: 5: 2: 3: 6: 7 -> 正解
0: 2: 4: 6: 1: 3: 5: 7 -> どっかのサイトを参考に設定?勘違いかも。-> エラー多発でどハマり。

0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?