mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
parent
30bf0634fe
commit
8e117ee499
@ -192,7 +192,7 @@ class StreamMuxer:
|
||||
# of the range, hoping that the parts stay pretty well bounded, and we adjust the part
|
||||
# durations a bit in the hls metadata so that everything "looks" ok.
|
||||
"frag_duration": str(
|
||||
self._stream_settings.part_target_duration * 9e5
|
||||
int(self._stream_settings.part_target_duration * 9e5)
|
||||
),
|
||||
}
|
||||
if self._stream_settings.ll_hls
|
||||
|
Loading…
x
Reference in New Issue
Block a user