mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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
|
# 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.
|
# durations a bit in the hls metadata so that everything "looks" ok.
|
||||||
"frag_duration": str(
|
"frag_duration": str(
|
||||||
self._stream_settings.part_target_duration * 9e5
|
int(self._stream_settings.part_target_duration * 9e5)
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
if self._stream_settings.ll_hls
|
if self._stream_settings.ll_hls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user