Skip to content

Commit be22c83

Browse files
committed
formatting
1 parent 08d92bf commit be22c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private function ondemand_transcode($media_file, $output_dir, $segment_index, $s
194194
echo \$\$ > {$output_dir}transcode.pid;
195195
ffmpeg -i "{$media_file}" \
196196
-map 0:a -hls_list_size 0 -hls_time {$segment_duration} \
197-
-start_number ${segment_index} -ss ${start_time} -strict -2 "{$output_dir}audio.m3u8" -hide_banner;
197+
-start_number {$segment_index} -ss {$start_time} -strict -2 "{$output_dir}audio.m3u8" -hide_banner;
198198
rm {$output_dir}transcode.pid
199199
' > /dev/null 2>&1 & echo \$!
200200
CMD

0 commit comments

Comments
 (0)