mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 04:51:42 +02:00
Remove frag_keyframe as it is not relevant for audio
This commit is contained in:
parent
25ee6375eb
commit
a3f41bbc0c
1 changed files with 1 additions and 1 deletions
|
|
@ -5581,7 +5581,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
&& state.BaseRequest.Context == EncodingContext.Streaming)
|
||||
{
|
||||
// Comparison: https://github.com/jansmolders86/mediacenterjs/blob/master/lib/transcoding/desktop.js
|
||||
format = " -f mp4 -movflags frag_keyframe+empty_moov+delay_moov";
|
||||
format = " -f mp4 -movflags empty_moov+delay_moov";
|
||||
}
|
||||
|
||||
var threads = GetNumberOfThreads(state, encodingOptions, videoCodec);
|
||||
|
|
|
|||
Loading…
Reference in a new issue