mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 09:53:49 +01:00
update input params
This commit is contained in:
parent
d218dbd2a1
commit
2a34c30313
1 changed files with 4 additions and 0 deletions
|
|
@ -159,6 +159,10 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
return "matroska";
|
||||
}
|
||||
if (string.Equals(container, "ts", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "mpegts";
|
||||
}
|
||||
|
||||
return container;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue