mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
Merge pull request #2442 from Bond-009/remux
Switch remux and direct stream
This commit is contained in:
@@ -250,11 +250,11 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
if (string.Equals(state.OutputAudioCodec, "copy", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
logFilePrefix = "ffmpeg-directstream";
|
||||
logFilePrefix = "ffmpeg-remux";
|
||||
}
|
||||
else
|
||||
{
|
||||
logFilePrefix = "ffmpeg-remux";
|
||||
logFilePrefix = "ffmpeg-directstream";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user