Skip to content

Commit

Permalink
Update: [Server][LivePSIDataArchiver] PSI/SI データアーカイバーの出力間隔を 3 秒に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Sep 19, 2023
1 parent dfd0a53 commit 315302c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/app/streams/LivePSIDataArchiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ async def run(self) -> None:
## 視聴対象のチャンネルのサービス ID を指定する
'-n ', str(self.service_id),
# PCR (Program Clock Reference) を基準に一定間隔でアーカイブデータを出力する
# 10秒間隔でアーカイブデータを出力する
'-i', '10',
# 3秒間隔でアーカイブデータを出力する
'-i', '3',
# 標準入力から放送波を入力する
'-',
# 標準出力にアーカイブデータを出力する
Expand Down

0 comments on commit 315302c

Please sign in to comment.