We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7365a5f commit 03e2322Copy full SHA for 03e2322
scripts/transcoder/outputs/hls.liq
@@ -130,7 +130,7 @@ def mk_hls_output(selected_formats, source) =
130
output.file.hls(
131
id="hls_#{radio_name}",
132
on_file_change=on_file_change,
133
- perm=422,
+ perm=0o644,
134
persist_at=hls_state_path,
135
playlist="#{radio_name}.m3u8",
136
segment_duration=4.0,
0 commit comments