diff --git a/jellyfin_kodi/helper/playutils.py b/jellyfin_kodi/helper/playutils.py index a40e6f2b..7f41afa3 100644 --- a/jellyfin_kodi/helper/playutils.py +++ b/jellyfin_kodi/helper/playutils.py @@ -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')