Skip to content

Commit

Permalink
fix(hls): set correct permissions to hls segments output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh authored and uZer committed Dec 13, 2024
1 parent 7365a5f commit 03e2322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transcoder/outputs/hls.liq
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def mk_hls_output(selected_formats, source) =
output.file.hls(
id="hls_#{radio_name}",
on_file_change=on_file_change,
perm=422,
perm=0o644,
persist_at=hls_state_path,
playlist="#{radio_name}.m3u8",
segment_duration=4.0,
Expand Down

0 comments on commit 03e2322

Please sign in to comment.