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】==========
ヤットデタマンブギウギメーデー♪
プロフィールページ
老眼ひどくなり白髪多くなり、身の回りの会話は"健康ネタ"が多くなってきた今日この頃
最近の記事
そんなこんなで、Linux DTVの完成じゃんね
色々と紆余曲折あるも、なんとかEPGstationによる環境完成。 Proxmoxの中にUbuntu2404入れ、そこで回してみようと思って、以下…
2024/08/04 22:21
Linux DVBふたたびまたたび"その2"
続いてはチャンネルスキャン、地デジ。 $ curl -X PUT "http://localhost:40772/api/config/channels/scan" あと、ネット上…
2024/06/24 10:17
Linux DVBふたたびまたたび"その1"
部屋の片づけで骨董品が出てきた。 それは大昔、Linuxの地デジサーバ構築を目指しチャレンジして諦めた夢の跡、プレクスpx-s1u…
2024/06/24 08:22
やり直しだNAS
ついこの前構築したXigmaNAS。 意気揚々と使い始めようとした矢先、設定画面を眺めていたら・・・。 がーん、、、、ファ…
2024/05/14 10:15
出世NAS【Part2】
とりあえずXigmaNASがbootするようになったので、サクッと設定。 、、、、、、、、、、なわけがなかった。。。 ハード…
2024/05/02 09:51
出世NAS【Part1】
うちの自宅のファイルサーバは10年選手?のFreeNAS6。 ガワは名機※HP MicroServerなのだが、メンテせずにそのまま使ってたらOS…
2024/05/01 21:36
AndroidのIKEv2でVPNしてみる
Andorid12からL2TPのVPN接続が廃止されて、その界隈が軽くざわついて久しい今日この頃。 IPsecのIKEv2しか対応しないのだとか…
2024/01/10 22:16
Rakuten Miniのドコモ化を試す
なぜーか、わたしの目の前にはRakuten Miniが2台。黒と白。 これな。 2台とも後期型なんで、ドコモBand1は拾わない訳だ。…
2023/12/15 18:21
全銀ネットがんばった
大変でしたな。 https://www.businessinsider.jp/post-276648 みずほ以上の規模感なのに、比較的短時間解決でよく復旧した…
2023/10/12 12:09
NASNE3兄弟にて地デジ・BS・CSの3番組同時録画、シニア喜ぶ
またもNASNEネタ。 NASNEはシングルチューナなので録画中は何もできなくて、たまにガックシする。 (先日も鈴鹿8耐録画して…
2023/10/08 17:50
NASNE死亡遊戯@ブルース・リー
暑い暑い夏の夜、 ウチの番組タンクの"NASNE"さんがお亡くなりに。。。 https://youtu.be/jbQWzEOa8Rw あー、、、HDD飛び…
2023/09/03 11:44
Officeのみならず、Windowsもサブスクに?
そんなこんなで。 https://note.com/tomo_saka/n/nf16954ba4c5b Windowsを使わない選択、これから増えるかもだけど、だから…
2023/08/23 17:47
もっと見る
タグ
HP(2)
MicroServer(2)
XigmaNAS(2)
2TB(1)
Android(1)
Band1(1)
HDD交換(1)
IKEv2(1)
Linux(1)
NASNE(1)
RakutenMini(1)
Steam(1)
VPN(1)
ドコモ(1)
全銀(1)
大容量化(1)
もっと見る