Linux DVBふたたびまたたび"その2"
公開 2024/06/24 10:17
最終更新
2024/06/26 14:16
続いてはチャンネルスキャン、地デジ。
$ curl -X PUT "http://localhost:40772/api/config/channels/scan"
あと、ネット上ではBSチャンネルのテンプレートがアップされてるけど、ここ何年か総務省主導のBS再編でトラポン移動が立て続けにあったので、念のためBS/CSもスキャンしてみる。
$ curl -X PUT "http://localhost:40772/api/config/channels/scan?type=BS&setDisabledOnAdd=false&refresh=true"
$ curl -X PUT "http://localhost:40772/api/config/channels/scan?type=CS&setDisabledOnAdd=false&refresh=true"
$ sudo mirakurun restart
※参考としてうちのchannels.ymlを晒す(2024年6月時点)
住まい千葉県で関東広域波(スカイツリー直受)のケース、都内に近いと16chで東京MXも受かると思う
あ、ジャパネットさんのおかげで、スターチャンネルが1波だね
あと能登半島地震のBS103救済放送も、近々停波あるんじゃないかなー
- name: フジテレビ
type: GR
channel: '21'
- name: TBS
type: GR
channel: '22'
- name: テレビ東京
type: GR
channel: '23'
- name: テレビ朝日
type: GR
channel: '24'
- name: 日テレ
type: GR
channel: '25'
- name: NHKEテレ・東京
type: GR
channel: '26'
- name: NHK総合・東京
type: GR
channel: '27'
- name: チバテレ
type: GR
channel: '30'
isDisabled: false
- name: BS朝日1
type: BS
channel: BS01_0
serviceId: 151
isDisabled: false
- name: BS朝日2
type: BS
channel: BS01_0
serviceId: 152
isDisabled: false
- name: BS朝日3
type: BS
channel: BS01_0
serviceId: 153
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 161
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 162
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 163
isDisabled: false
- name: BSテレ東
type: BS
channel: BS01_2
serviceId: 171
isDisabled: false
- name: BSテレ東2
type: BS
channel: BS01_2
serviceId: 172
isDisabled: false
- name: BSテレ東3
type: BS
channel: BS01_2
serviceId: 173
isDisabled: false
- name: WOWOWプライム
type: BS
channel: BS03_0
serviceId: 191
isDisabled: false
- name: NHK
type: BS
channel: BS03_1
serviceId: 103
isDisabled: false
- name: NHK
type: BS
channel: BS03_1
serviceId: 104
isDisabled: false
- name: WOWOWプライム
type: BS
channel: BS03_2
serviceId: 191
isDisabled: false
- name: WOWOWライブ
type: BS
channel: BS05_0
serviceId: 192
isDisabled: false
- name: WOWOWシネマ
type: BS
channel: BS05_1
serviceId: 193
isDisabled: false
- name: WOWOWライブ
type: BS
channel: BS05_2
serviceId: 192
isDisabled: false
- name: BS11イレブン
type: BS
channel: BS09_0
serviceId: 211
isDisabled: false
- name: BS12トゥエルビ
type: BS
channel: BS09_2
serviceId: 222
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 141
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 142
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 143
isDisabled: false
- name: BSフジ・181
type: BS
channel: BS13_1
serviceId: 181
isDisabled: false
- name: BSフジ・182
type: BS
channel: BS13_1
serviceId: 182
isDisabled: false
- name: BSフジ・183
type: BS
channel: BS13_1
serviceId: 183
isDisabled: false
- name: BSアニマックス
type: BS
channel: BS13_2
serviceId: 236
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_0
serviceId: 101
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_0
serviceId: 102
isDisabled: false
- name: スターチャンネル
type: BS
channel: BS15_1
serviceId: 200
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_2
serviceId: 101
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_2
serviceId: 102
isDisabled: false
- name: J SPORTS 4
type: BS
channel: BS19_0
serviceId: 245
isDisabled: false
- name: J SPORTS 1
type: BS
channel: BS19_1
serviceId: 242
isDisabled: false
- name: J SPORTS 2
type: BS
channel: BS19_2
serviceId: 243
isDisabled: false
- name: J SPORTS 3
type: BS
channel: BS19_3
serviceId: 244
isDisabled: false
- name: グリーンチャンネル
type: BS
channel: BS21_2
serviceId: 234
isDisabled: false
- name: BSよしもと
type: BS
channel: BS23_1
serviceId: 265
isDisabled: false
- name: BS松竹東急
type: BS
channel: BS23_3
serviceId: 260
isDisabled: false
- name: TBSチャンネル1
type: CS
channel: CS2
serviceId: 296
isDisabled: false
- name: テレ朝チャンネル1
type: CS
channel: CS2
serviceId: 298
isDisabled: false
- name: テレ朝チャンネル2
type: CS
channel: CS2
serviceId: 299
isDisabled: false
- name: ディズニージュニア
type: CS
channel: CS2
serviceId: 339
isDisabled: false
- name: スカイA
type: CS
channel: CS4
serviceId: 250
isDisabled: false
- name: 時代劇専門ch
type: CS
channel: CS4
serviceId: 292
isDisabled: false
- name: エンタメ~テレ
type: CS
channel: CS4
serviceId: 301
isDisabled: false
- name: MTV
type: CS
channel: CS4
serviceId: 323
isDisabled: false
- name: ホームドラマCH
type: CS
channel: CS6
serviceId: 294
isDisabled: false
- name: ミュージック・エア
type: CS
channel: CS6
serviceId: 324
isDisabled: false
- name: 歌謡ポップス
type: CS
channel: CS6
serviceId: 329
isDisabled: false
- name: カートゥーン
type: CS
channel: CS6
serviceId: 331
isDisabled: false
- name: ディスカバリー
type: CS
channel: CS6
serviceId: 340
isDisabled: false
- name: アニマルプラネット
type: CS
channel: CS6
serviceId: 341
isDisabled: false
- name: CNNj
type: CS
channel: CS6
serviceId: 354
isDisabled: false
- name: 囲碁・将棋チャンネル
type: CS
channel: CS6
serviceId: 363
isDisabled: false
- name: ショップチャンネル
type: CS
channel: CS8
serviceId: 55
isDisabled: false
- name: 東映チャンネル
type: CS
channel: CS8
serviceId: 218
isDisabled: false
- name: Mnet
type: CS
channel: CS8
serviceId: 318
isDisabled: false
- name: 日テレNEWS24
type: CS
channel: CS8
serviceId: 349
isDisabled: false
- name: 衛星劇場
type: CS
channel: CS10
serviceId: 219
isDisabled: false
- name: KBS World
type: CS
channel: CS10
serviceId: 317
isDisabled: false
- name: スポーツライブ+
type: CS
channel: CS10
serviceId: 800
isDisabled: false
- name: スカチャン1
type: CS
channel: CS10
serviceId: 801
isDisabled: false
- name: GAORA
type: CS
channel: CS12
serviceId: 254
isDisabled: false
- name: エムオン!
type: CS
channel: CS12
serviceId: 325
isDisabled: false
- name: キッズステーション
type: CS
channel: CS12
serviceId: 330
isDisabled: false
- name: ナショジオ
type: CS
channel: CS12
serviceId: 343
isDisabled: false
- name: ザ・シネマ
type: CS
channel: CS14
serviceId: 227
isDisabled: false
- name: ファミリー劇場
type: CS
channel: CS14
serviceId: 293
isDisabled: false
- name: スーパー!ドラマTV
type: CS
channel: CS14
serviceId: 310
isDisabled: false
- name: ヒストリーチャンネル
type: CS
channel: CS14
serviceId: 342
isDisabled: false
- name: SKY STAGE
type: CS
channel: CS16
serviceId: 290
isDisabled: false
- name: アクションチャンネル
type: CS
channel: CS16
serviceId: 311
isDisabled: false
- name: ミステリーチャンネル
type: CS
channel: CS16
serviceId: 316
isDisabled: false
- name: スペシャプラス
type: CS
channel: CS16
serviceId: 321
isDisabled: false
- name: AT-X
type: CS
channel: CS16
serviceId: 333
isDisabled: false
- name: BBCニュース
type: CS
channel: CS16
serviceId: 353
isDisabled: false
- name: ムービープラス
type: CS
channel: CS18
serviceId: 240
isDisabled: false
- name: ゴルフネットワーク
type: CS
channel: CS18
serviceId: 262
isDisabled: false
- name: チャンネル銀河
type: CS
channel: CS18
serviceId: 305
isDisabled: false
- name: LaLaTV
type: CS
channel: CS18
serviceId: 314
isDisabled: false
- name: フジテレビONE
type: CS
channel: CS20
serviceId: 307
isDisabled: false
- name: フジテレビTWO
type: CS
channel: CS20
serviceId: 308
isDisabled: false
- name: フジテレビNEXT
type: CS
channel: CS20
serviceId: 309
isDisabled: false
- name: スペースシャワーTV
type: CS
channel: CS20
serviceId: 322
isDisabled: false
- name: QVC
type: CS
channel: CS22
serviceId: 161
isDisabled: false
- name: TBSチャンネル2
type: CS
channel: CS22
serviceId: 297
isDisabled: false
- name: Dlife
type: CS
channel: CS22
serviceId: 312
isDisabled: false
- name: TBS NEWS
type: CS
channel: CS22
serviceId: 351
isDisabled: false
- name: 映画・chNECO
type: CS
channel: CS24
serviceId: 223
isDisabled: false
- name: 日テレジータス
type: CS
channel: CS24
serviceId: 257
isDisabled: false
- name: MONDO TV
type: CS
channel: CS24
serviceId: 295
isDisabled: false
- name: 日テレプラス
type: CS
channel: CS24
serviceId: 300
isDisabled: false
- name: AT-X HD
type: SKY
channel: ATXHD
serviceId: 33435
satellite: JCSAT3A
isDisabled: true
- name: AXN HD
type: SKY
channel: AXNHD
serviceId: 33418
satellite: JCSAT4A
isDisabled: true
- name: BS SPTV
type: SKY
channel: CH585
serviceId: 33353
satellite: JCSAT3A
isDisabled: true
あとはmirakurun の EPG 更新を待ってからブラウザで、 http://サーバIPアドレス:8888 にアクセスして動作確認だね、なんだけど。。。
なーんか、ライブ視聴が見えたり見えなかったりで、レスポンスがよろしくない感じ。
ソフトウェアエンコードなのでCPU負荷は高いんだけど、Pentium J3710の4コアならいけっしょ! と高を括っていて、zabbix見てもライブ視聴時CPU使用率は75%くらい。
あとはSWAPしまくりなんか?と思ったけど、メモリはホストに16GB積んでてゲストVM-Ubuntuに4GB割り当て。
それでもメモリ使用率は常時2.5G程度なので、メモリ周りに関してはかなり余裕あるんだな、これが。
そんなんなのでなんだかなーと思っていたら、VMコンソールでエラー吐きまくりだったわ。
こりゃUSB3.0ホストチップエミュレーションの、データ転送エラーか?
仮想化のオーバーヘッドが、転送速度に影響与えたんかねー。
あー、こりゃこりゃ。
って、さー「どうする?GOする?」@竹野内豊タクシーアプリ『GO』CM
==========【To be continued】==========
$ curl -X PUT "http://localhost:40772/api/config/channels/scan"
あと、ネット上ではBSチャンネルのテンプレートがアップされてるけど、ここ何年か総務省主導のBS再編でトラポン移動が立て続けにあったので、念のためBS/CSもスキャンしてみる。
$ curl -X PUT "http://localhost:40772/api/config/channels/scan?type=BS&setDisabledOnAdd=false&refresh=true"
$ curl -X PUT "http://localhost:40772/api/config/channels/scan?type=CS&setDisabledOnAdd=false&refresh=true"
$ sudo mirakurun restart
※参考としてうちのchannels.ymlを晒す(2024年6月時点)
住まい千葉県で関東広域波(スカイツリー直受)のケース、都内に近いと16chで東京MXも受かると思う
あ、ジャパネットさんのおかげで、スターチャンネルが1波だね
あと能登半島地震のBS103救済放送も、近々停波あるんじゃないかなー
- name: フジテレビ
type: GR
channel: '21'
- name: TBS
type: GR
channel: '22'
- name: テレビ東京
type: GR
channel: '23'
- name: テレビ朝日
type: GR
channel: '24'
- name: 日テレ
type: GR
channel: '25'
- name: NHKEテレ・東京
type: GR
channel: '26'
- name: NHK総合・東京
type: GR
channel: '27'
- name: チバテレ
type: GR
channel: '30'
isDisabled: false
- name: BS朝日1
type: BS
channel: BS01_0
serviceId: 151
isDisabled: false
- name: BS朝日2
type: BS
channel: BS01_0
serviceId: 152
isDisabled: false
- name: BS朝日3
type: BS
channel: BS01_0
serviceId: 153
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 161
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 162
isDisabled: false
- name: BS-TBS
type: BS
channel: BS01_1
serviceId: 163
isDisabled: false
- name: BSテレ東
type: BS
channel: BS01_2
serviceId: 171
isDisabled: false
- name: BSテレ東2
type: BS
channel: BS01_2
serviceId: 172
isDisabled: false
- name: BSテレ東3
type: BS
channel: BS01_2
serviceId: 173
isDisabled: false
- name: WOWOWプライム
type: BS
channel: BS03_0
serviceId: 191
isDisabled: false
- name: NHK
type: BS
channel: BS03_1
serviceId: 103
isDisabled: false
- name: NHK
type: BS
channel: BS03_1
serviceId: 104
isDisabled: false
- name: WOWOWプライム
type: BS
channel: BS03_2
serviceId: 191
isDisabled: false
- name: WOWOWライブ
type: BS
channel: BS05_0
serviceId: 192
isDisabled: false
- name: WOWOWシネマ
type: BS
channel: BS05_1
serviceId: 193
isDisabled: false
- name: WOWOWライブ
type: BS
channel: BS05_2
serviceId: 192
isDisabled: false
- name: BS11イレブン
type: BS
channel: BS09_0
serviceId: 211
isDisabled: false
- name: BS12トゥエルビ
type: BS
channel: BS09_2
serviceId: 222
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 141
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 142
isDisabled: false
- name: BS日テレ
type: BS
channel: BS13_0
serviceId: 143
isDisabled: false
- name: BSフジ・181
type: BS
channel: BS13_1
serviceId: 181
isDisabled: false
- name: BSフジ・182
type: BS
channel: BS13_1
serviceId: 182
isDisabled: false
- name: BSフジ・183
type: BS
channel: BS13_1
serviceId: 183
isDisabled: false
- name: BSアニマックス
type: BS
channel: BS13_2
serviceId: 236
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_0
serviceId: 101
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_0
serviceId: 102
isDisabled: false
- name: スターチャンネル
type: BS
channel: BS15_1
serviceId: 200
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_2
serviceId: 101
isDisabled: false
- name: NHK BS
type: BS
channel: BS15_2
serviceId: 102
isDisabled: false
- name: J SPORTS 4
type: BS
channel: BS19_0
serviceId: 245
isDisabled: false
- name: J SPORTS 1
type: BS
channel: BS19_1
serviceId: 242
isDisabled: false
- name: J SPORTS 2
type: BS
channel: BS19_2
serviceId: 243
isDisabled: false
- name: J SPORTS 3
type: BS
channel: BS19_3
serviceId: 244
isDisabled: false
- name: グリーンチャンネル
type: BS
channel: BS21_2
serviceId: 234
isDisabled: false
- name: BSよしもと
type: BS
channel: BS23_1
serviceId: 265
isDisabled: false
- name: BS松竹東急
type: BS
channel: BS23_3
serviceId: 260
isDisabled: false
- name: TBSチャンネル1
type: CS
channel: CS2
serviceId: 296
isDisabled: false
- name: テレ朝チャンネル1
type: CS
channel: CS2
serviceId: 298
isDisabled: false
- name: テレ朝チャンネル2
type: CS
channel: CS2
serviceId: 299
isDisabled: false
- name: ディズニージュニア
type: CS
channel: CS2
serviceId: 339
isDisabled: false
- name: スカイA
type: CS
channel: CS4
serviceId: 250
isDisabled: false
- name: 時代劇専門ch
type: CS
channel: CS4
serviceId: 292
isDisabled: false
- name: エンタメ~テレ
type: CS
channel: CS4
serviceId: 301
isDisabled: false
- name: MTV
type: CS
channel: CS4
serviceId: 323
isDisabled: false
- name: ホームドラマCH
type: CS
channel: CS6
serviceId: 294
isDisabled: false
- name: ミュージック・エア
type: CS
channel: CS6
serviceId: 324
isDisabled: false
- name: 歌謡ポップス
type: CS
channel: CS6
serviceId: 329
isDisabled: false
- name: カートゥーン
type: CS
channel: CS6
serviceId: 331
isDisabled: false
- name: ディスカバリー
type: CS
channel: CS6
serviceId: 340
isDisabled: false
- name: アニマルプラネット
type: CS
channel: CS6
serviceId: 341
isDisabled: false
- name: CNNj
type: CS
channel: CS6
serviceId: 354
isDisabled: false
- name: 囲碁・将棋チャンネル
type: CS
channel: CS6
serviceId: 363
isDisabled: false
- name: ショップチャンネル
type: CS
channel: CS8
serviceId: 55
isDisabled: false
- name: 東映チャンネル
type: CS
channel: CS8
serviceId: 218
isDisabled: false
- name: Mnet
type: CS
channel: CS8
serviceId: 318
isDisabled: false
- name: 日テレNEWS24
type: CS
channel: CS8
serviceId: 349
isDisabled: false
- name: 衛星劇場
type: CS
channel: CS10
serviceId: 219
isDisabled: false
- name: KBS World
type: CS
channel: CS10
serviceId: 317
isDisabled: false
- name: スポーツライブ+
type: CS
channel: CS10
serviceId: 800
isDisabled: false
- name: スカチャン1
type: CS
channel: CS10
serviceId: 801
isDisabled: false
- name: GAORA
type: CS
channel: CS12
serviceId: 254
isDisabled: false
- name: エムオン!
type: CS
channel: CS12
serviceId: 325
isDisabled: false
- name: キッズステーション
type: CS
channel: CS12
serviceId: 330
isDisabled: false
- name: ナショジオ
type: CS
channel: CS12
serviceId: 343
isDisabled: false
- name: ザ・シネマ
type: CS
channel: CS14
serviceId: 227
isDisabled: false
- name: ファミリー劇場
type: CS
channel: CS14
serviceId: 293
isDisabled: false
- name: スーパー!ドラマTV
type: CS
channel: CS14
serviceId: 310
isDisabled: false
- name: ヒストリーチャンネル
type: CS
channel: CS14
serviceId: 342
isDisabled: false
- name: SKY STAGE
type: CS
channel: CS16
serviceId: 290
isDisabled: false
- name: アクションチャンネル
type: CS
channel: CS16
serviceId: 311
isDisabled: false
- name: ミステリーチャンネル
type: CS
channel: CS16
serviceId: 316
isDisabled: false
- name: スペシャプラス
type: CS
channel: CS16
serviceId: 321
isDisabled: false
- name: AT-X
type: CS
channel: CS16
serviceId: 333
isDisabled: false
- name: BBCニュース
type: CS
channel: CS16
serviceId: 353
isDisabled: false
- name: ムービープラス
type: CS
channel: CS18
serviceId: 240
isDisabled: false
- name: ゴルフネットワーク
type: CS
channel: CS18
serviceId: 262
isDisabled: false
- name: チャンネル銀河
type: CS
channel: CS18
serviceId: 305
isDisabled: false
- name: LaLaTV
type: CS
channel: CS18
serviceId: 314
isDisabled: false
- name: フジテレビONE
type: CS
channel: CS20
serviceId: 307
isDisabled: false
- name: フジテレビTWO
type: CS
channel: CS20
serviceId: 308
isDisabled: false
- name: フジテレビNEXT
type: CS
channel: CS20
serviceId: 309
isDisabled: false
- name: スペースシャワーTV
type: CS
channel: CS20
serviceId: 322
isDisabled: false
- name: QVC
type: CS
channel: CS22
serviceId: 161
isDisabled: false
- name: TBSチャンネル2
type: CS
channel: CS22
serviceId: 297
isDisabled: false
- name: Dlife
type: CS
channel: CS22
serviceId: 312
isDisabled: false
- name: TBS NEWS
type: CS
channel: CS22
serviceId: 351
isDisabled: false
- name: 映画・chNECO
type: CS
channel: CS24
serviceId: 223
isDisabled: false
- name: 日テレジータス
type: CS
channel: CS24
serviceId: 257
isDisabled: false
- name: MONDO TV
type: CS
channel: CS24
serviceId: 295
isDisabled: false
- name: 日テレプラス
type: CS
channel: CS24
serviceId: 300
isDisabled: false
- name: AT-X HD
type: SKY
channel: ATXHD
serviceId: 33435
satellite: JCSAT3A
isDisabled: true
- name: AXN HD
type: SKY
channel: AXNHD
serviceId: 33418
satellite: JCSAT4A
isDisabled: true
- name: BS SPTV
type: SKY
channel: CH585
serviceId: 33353
satellite: JCSAT3A
isDisabled: true
あとはmirakurun の EPG 更新を待ってからブラウザで、 http://サーバIPアドレス:8888 にアクセスして動作確認だね、なんだけど。。。
なーんか、ライブ視聴が見えたり見えなかったりで、レスポンスがよろしくない感じ。
ソフトウェアエンコードなのでCPU負荷は高いんだけど、Pentium J3710の4コアならいけっしょ! と高を括っていて、zabbix見てもライブ視聴時CPU使用率は75%くらい。
あとはSWAPしまくりなんか?と思ったけど、メモリはホストに16GB積んでてゲストVM-Ubuntuに4GB割り当て。
それでもメモリ使用率は常時2.5G程度なので、メモリ周りに関してはかなり余裕あるんだな、これが。
そんなんなのでなんだかなーと思っていたら、VMコンソールでエラー吐きまくりだったわ。
こりゃUSB3.0ホストチップエミュレーションの、データ転送エラーか?
仮想化のオーバーヘッドが、転送速度に影響与えたんかねー。
あー、こりゃこりゃ。
って、さー「どうする?GOする?」@竹野内豊タクシーアプリ『GO』CM
==========【To be continued】==========