-
まだちゃんとEPG全体を見てないですが、EPG更新が止まっているように思います。 ちょうどDEBUGでログを取っていたので送付します。 configはこちら。https://gist.github.com/kounoike/2b690e0ffdb81750855aa2354f5e755a#file-config-yml ユーザとしてはチャンネル設定直しましょう、となるのですが、再編がある度にEPG更新が止まるのは困りものなのでmirakc側でも対処していただけると助かります。 |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 1 reply
-
https://github.com/tsukumijima/ISDBScanner の出力の差分が diff -u scanned.old/mirakc/config.yml scanned/mirakc/config.yml
--- scanned.old/mirakc/config.yml 2024-11-24 07:29:05.909591933 +0000
+++ scanned/mirakc/config.yml 2025-01-12 14:54:28.858222324 +0000
@@ -8,10 +8,6 @@
type: GR
channel: T16
disabled: false
- - name: tvk
- type: GR
- channel: T18
- disabled: false
- name: フジテレビジョン
type: GR
channel: T21
@@ -100,6 +96,10 @@
type: BS
channel: BS15_1
disabled: false
+ - name: BS15/TS2
+ type: BS
+ channel: BS15_2
+ disabled: false
- name: BS19/TS0
type: BS
channel: BS19_0
@@ -136,10 +136,6 @@
type: BS
channel: BS23_1
disabled: false
- - name: BS23/TS2
- type: BS
- channel: BS23_2
- disabled: false
- name: BS23/TS3
type: BS
channel: BS23_3 となっているので、BS23_2を入れておけば再現できるのかも? |
Beta Was this translation helpful? Give feedback.
-
あと本題とは関係ないんですが、ログにmirakcのバージョンがあった方が良さそうな気がしました |
Beta Was this translation helpful? Give feedback.
-
recpt1 --device /dev/px4video-q3u4-1 BS23_2 - - | MIRAKC_ARIB_LOG=debug mirakc-arib scan-services データが来ず,EOFにもならないため, |
Beta Was this translation helpful? Give feedback.
-
added issue #2186. |
Beta Was this translation helpful? Give feedback.
-
すでに類似の設定がありますね..
|
Beta Was this translation helpful? Give feedback.
-
なるほど。recpt1でもrecisdbでも |
Beta Was this translation helpful? Give feedback.
-
unit testレベルですが,
データが来ているとなると,いつ正常なデータが来るかわからないので, 類似の問題についてはできるmirakcの「EPG関連ジョブが終了しない」や mirakc/mirakc-arib#31 に記載があります. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
ああ、データとしては前のコメントに書いたように
|
Beta Was this translation helpful? Give feedback.
-
v1.0から4年以上経過していますし,見つかる問題はほぼ類似問題( |
Beta Was this translation helpful? Give feedback.
-
merged: #2187 |
Beta Was this translation helpful? Give feedback.
merged: #2187