Skip to content

Commit 03e2322

Browse files
elythhuZer
authored andcommitted
fix(hls): set correct permissions to hls segments output folder
1 parent 7365a5f commit 03e2322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/transcoder/outputs/hls.liq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def mk_hls_output(selected_formats, source) =
130130
output.file.hls(
131131
id="hls_#{radio_name}",
132132
on_file_change=on_file_change,
133-
perm=422,
133+
perm=0o644,
134134
persist_at=hls_state_path,
135135
playlist="#{radio_name}.m3u8",
136136
segment_duration=4.0,

0 commit comments

Comments
 (0)