ChromeCast Ultra (the new one with HEVC support)

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
ioannis
Posts: 3
Joined: Wed Jun 28, 2017 7:43 pm

Re: ChromeCast Ultra (the new one with HEVC support)

Post by ioannis »

Sami32 wrote:@ioannis Yes, post your full trace log ;) as explained here (read carefully the 3 first posts)
Thanks. I think I see the problem. It doesn't seem to like the 10bit video. More specifically:

Code: Select all

TRACE 2017-06-29 01:22:40.139 [AWT-EventQueue-0] Matched support line f:mpegts|mp4|mkv          v:mp4|h264|h265        a:aac-lc|he-aac|mp3|ac3   n:2   m:video/mpeg
DEBUG 2017-06-29 01:22:40.139 [AWT-EventQueue-0] Reading MaxVideoBitrateMbps: "40" (default: "0")
TRACE 2017-06-29 01:22:40.140 [AWT-EventQueue-0] File "sample.mkv" will not be streamed because the video bit depth (10) is not supported.
DEBUG 2017-06-29 01:22:40.140 [AWT-EventQueue-0] Reading TranscodeVideo: "MPEGTS-H264-AC3" (default: "MPEGPS-MPEG2-AC3")
TRACE 2017-06-29 01:22:40.140 [AWT-EventQueue-0] Matched support line f:mpegts|mp4|mkv          v:mp4|h264|h265        a:aac-lc|he-aac|mp3|ac3   n:2   m:video/mpeg
TRACE 2017-06-29 01:22:40.140 [AWT-EventQueue-0] Final verdict: "sample.mkv" will be transcoded with player "FFmpeg" with mime type "video/mp4"
The question is why? My Chromecast ultra config file contains this:

Code: Select all

videoBitDepth = 8,10
I'm attaching the logs too:
Attachments
ums_dbg.zip
(46.9 KiB) Downloaded 466 times
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: ChromeCast Ultra (the new one with HEVC support)

Post by Sami32 »

@ioannis Oups...i'm afraid to be the faulty one :oops:

Replace your renderer by this corrected one:
Google-ChromecastUltra.conf
(1.98 KiB) Downloaded 587 times
In case of similar issue, disable subtitles from the "Transcoding Settings" tab, to test if it solve it.

Thank you for having taken the time to report it :D

It would be nice if you can confirm that it has fixed your issue. And again more nice if you could test 4K videos and give us feedback 8-)
ioannis
Posts: 3
Joined: Wed Jun 28, 2017 7:43 pm

Re: ChromeCast Ultra (the new one with HEVC support)

Post by ioannis »

Thanks Sami.

yes, that fixed the problem. I can also confirm that it works with 4K HEVC 10bit.

cheers,
ioannis
Post Reply