This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I'm trying to watch quite a high definition video from my Plex Server onto my Chromecast. It is quite high quality but I created the video myself to be within the limits of Chromecast, x264 video, AAC audio, no subtitles. 20000 bitrate as 30000 is apparently it's limit.
I even changed the Chromecast.xml profile and increased the maxBitrate from 12000 to 30000 but in the logs it is saying this:
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * mediaIndex => 0
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * partIndex => 0
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * protocol => http
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * offset => 0
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * fastSeek => 1
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * directPlay => 0
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * directStream => 1
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * videoQuality => 100
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * videoResolution => 1920x1080
****Aug 14, 2014 21:47:25:769 [35648] DEBUG - * maxVideoBitrate => 12000****
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * subtitleSize => 75
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * audioBoost => 100
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * session => q198fjee39b2o6r
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * X-Plex-Client-Identifier => 86f2o4srqxzdunmi
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * X-Plex-Product => Plex Chromecast
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * X-Plex-Device => Chromecast
Aug 14, 2014 21:47:25:769 [35648] DEBUG - * X-Plex-Platform => Chromecast
Aug 14, 2014 21:47:25:770 [35648] DEBUG - * X-Plex-Platform-Version => 1.0
Aug 14, 2014 21:47:25:770 [35648] DEBUG - * X-Plex-Version => 2.1.11
Aug 14, 2014 21:47:25:770 [35648] DEBUG - * X-Plex-Device-Name => Chromecast
...
Aug 14, 2014 21:47:25:775 [35648] DEBUG - MDE: analyzing video part 3662: mkv/h264/aac/
Aug 14, 2014 21:47:25:775 [35648] DEBUG - MDE: selected video transcode profile: http - matroska/h264/aac/
Aug 14, 2014 21:47:25:775 [35648] DEBUG - (videoname) - video.bitrate limitation applies: 20670 > 12000
Aug 14, 2014 21:47:25:776 [35648] DEBUG - Obtained video bitrate of 20670KBps from media analysis.
Aug 14, 2014 21:47:25:776 [35648] DEBUG - Scaled up video bitrate to 31005Kbps based on 150% fudge factor.
Aug 14, 2014 21:47:25:776 [35648] DEBUG - Clipped max bitrate to 12000Kbps based on limit client requested limit.
Aug 14, 2014 21:47:25:776 [35648] DEBUG - Scaled max bitrate down to 12000Kbps based on profile limit.
This makes absolutely no sense to me as this is my profile setting:
<TranscodeTargetProfiles>
<VideoTranscodeTarget protocol="http" context="streaming">
<VideoCodec name="*">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1080" />
<UpperBound name="video.bitrate" value="30000" isRequired="false" />
</Limitations>
</VideoCodec>
</VideoTranscodeTarget>
<VideoTranscodeTarget protocol="dash" context="streaming">
<VideoCodec name="*">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1080" />
<UpperBound name="video.bitrate" value="30000" isRequired="false" />
</Limitations>
</VideoCodec>
</VideoTranscodeTarget>
</TranscodeTargetProfiles>
So now I'm entirely stuck for ideas and getting pretty frustrated so any help would be greatly appreciated.
Subreddit
Post Details
- Posted
- 10 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Chromecast/...