Skip to content

Commit

Permalink
エンコーダーが ffmpeg の時にファイル再生に失敗する不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Aug 30, 2020
1 parent 800f61f commit 4883896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stream.php
Expand Up @@ -668,7 +668,7 @@ function stream_file($stream, $filepath, $extension, $quality, $encoder, $subtit
$stream_cmd = '"'.$ffmpeg_path.'"'.

// 入力
' '.$dual_mono_mode_ffmpeg.' main -i "'.$filepath.'"'.
' '.$dual_mono_mode_ffmpeg.' -i "'.$filepath.'"'.
// HLS
' -f hls'.
' -hls_segment_type mpegts'.
Expand Down

0 comments on commit 4883896

Please sign in to comment.