mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Switch remux and direct stream
This commit is contained in:
parent
804ca0543b
commit
ffc9eb67f0
@ -250,11 +250,11 @@ namespace MediaBrowser.Api.Playback
|
|||||||
{
|
{
|
||||||
if (string.Equals(state.OutputAudioCodec, "copy", StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(state.OutputAudioCodec, "copy", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
logFilePrefix = "ffmpeg-directstream";
|
logFilePrefix = "ffmpeg-remux";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
logFilePrefix = "ffmpeg-remux";
|
logFilePrefix = "ffmpeg-directstream";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user