mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 10:26:37 +00:00
parent
43e3f5322c
commit
6b82df1b23
1 changed files with 2 additions and 1 deletions
|
|
@ -369,7 +369,8 @@ class PlayUtils(object):
|
|||
"TranscodingProfiles": [
|
||||
{
|
||||
"Type": "Video",
|
||||
"Container": "m3u8",
|
||||
"Container": "mp4",
|
||||
"Protocol": "hls",
|
||||
"AudioCodec": self.get_transcoding_audio_codec(),
|
||||
"VideoCodec": self.get_transcoding_video_codec(),
|
||||
"MaxAudioChannels": settings('audioMaxChannels')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue