mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
parent
974601cc2e
commit
79a3d2e6f6
@ -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