Last active
October 10, 2019 09:21
-
-
Save rlex/44a42c805b288a6b98a42f04a9ab667d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mar 03, 2018 19:36:35.969 [0x7f8aba5e4700] VERBOSE - * Host => 192-168-69-8.dfjdshgoregowg.plex.direct:32400 | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * Accept-Encoding => gzip,deflate | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Platform-Version => 3.10.96+ | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Client-Identifier => 0xa9269bd9aeb0L | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * User-Agent => Plex-for-Kodi/0.1.4a1 Kodi/18.0-ALPHA1-Git:20180302-498e247 CPython/2.7.14 Linux/3.10.96+ | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Device => Linux | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Product => PlexNet | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Version => 0.0.0a1 | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Provides => player,controller | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Platform => Linux | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Token => xxxxxxxxxxxxxxxxxxxx | |
Mar 03, 2018 19:36:35.970 [0x7f8aba5e4700] VERBOSE - * X-Plex-Token => xxxxxxxxxxxxxxxxxxxx | |
Mar 03, 2018 19:36:35.984 [0x7f8a9effe700] DEBUG - [Now] User is user (ID: 1) | |
Mar 03, 2018 19:36:35.985 [0x7f8a9effe700] DEBUG - [Now] Device is Kodi (Kodi Add-on (localhost)). | |
Mar 03, 2018 19:36:35.985 [0x7f8a9effe700] DEBUG - [Now] Profile is Web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User-Agent => Kodi/18.0-ALPHA1 (Linux; Android 7.0; SHIELD Android TV Build/NRD90M) Android/7.0.0 Sys_CPU/armv8l App_Bitness/32 Version/18.0-ALPHA1-Git:20180302-498e247 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Client name="Kodi"> | |
<Identification> | |
<Header name="User-Agent" substring="Kodi" /> | |
</Identification> | |
<!-- Author: Plex Inc. --> | |
<TranscodeTargets> | |
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="ac3" context="streaming" /> | |
<MusicProfile container="flac" codec="flac" id="StereoMusicTranscodeProfile" /> | |
<PhotoProfile container="jpeg" /> | |
</TranscodeTargets> | |
<DirectPlayProfiles> | |
<VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac" /> | |
<VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,ac3,eac3,mp3,pcm" subtitleCodec="srt,ssa,ass"/> | |
<VideoProfile container="asf" codec="wmv3,wmv3,vc1" audioCodec="wmav2,wmav2,wmapro,wmavoice,pcm" subtitleCodec="srt,ssa,ass"/> | |
<VideoProfile container="avi" codec="h264,msmpeg4v3,mpeg4,mjpeg" audioCodec="mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ssa,ass"/> | |
<VideoProfile container="mkv" codec="h264,mpeg4,mjpeg,mpeg2video,vc1,hevc" audioCodec="mp2,mp3,ac3,eac3,dca,aac,pcm,vorbis" subtitleCodec="srt,smi,ssa,ass,subrip"/> | |
<VideoProfile container="mpeg" codec="h264,mpeg1video,mpeg2video" audioCodec="mp2,mp3,ac3,eac3,aac,pcm" subtitleCodec="srt,ssa,ass"/> | |
<VideoProfile container="flv" codec="h264" audioCodec="aac,ac3,eac3,mp3,pcm" subtitleCodec="srt,ssa,ass"/> | |
<VideoProfile container="mpegts" codec="h264,mpeg2video,vc1" audioCodec="mp2,mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ssa,ass"/> | |
<VideoProfile container="wtv" codec="mpeg2video" audioCodec="ac3,eac3,aac,pcm"/> | |
<VideoProfile container="3gpp" codec="h264,mpeg4" audioCodec="aac,he-aac"/> | |
<MusicProfile container="mp4" codec="aac" /> | |
<MusicProfile container="mp3" codec="mp3" /> | |
<MusicProfile container="flac" codec="flac" /> | |
<MusicProfile container="ogg" codec="vorbis" /> | |
<PhotoProfile container="jpeg,gif,bmp,png" /> | |
</DirectPlayProfiles> | |
<ContainerProfiles> | |
<VideoContainer name="mp4"> | |
<Limitations> | |
<Match name="part.optimizedForStreaming" value="1" /> | |
</Limitations> | |
</VideoContainer> | |
</ContainerProfiles> | |
<CodecProfiles> | |
<VideoCodec name="*"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920" isRequired="true" /> | |
<UpperBound name="video.height" value="1080" isRequired="true" /> | |
<NotMatch name="video.anamorphic" value="1" /> | |
</Limitations> | |
</VideoCodec> | |
<VideoCodec name="h264"> | |
<Limitations> | |
<Match name="video.profile" list="baseline|main|high" /> | |
</Limitations> | |
</VideoCodec> | |
<VideoAudioCodec name="aac"> | |
<Limitations> | |
<UpperBound name="audio.channels" value="2" /> | |
</Limitations> | |
</VideoAudioCodec> | |
</CodecProfiles> | |
</Client> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment