mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update video params
This commit is contained in:
parent
009e860f6f
commit
3e8b54254f
@ -153,7 +153,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|||||||
|
|
||||||
if (!state.RunTimeTicks.HasValue)
|
if (!state.RunTimeTicks.HasValue)
|
||||||
{
|
{
|
||||||
args += " -fflags +genpts -flags +global_header";
|
args += " -flags -global_header -fflags +genpts";
|
||||||
}
|
}
|
||||||
|
|
||||||
return args;
|
return args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user