I am currently using chromecast 2014
I was wondering if chromecast 2015 supports ac3 without transcoding
I was wondering if chromecast 2015 supports ac3 without transcoding
I'll try to check for you with Plex.I am currently using chromecast 2014
I was wondering if chromecast 2015 supports ac3 without transcoding
It's a PLEX bug. To stream native AC3 from PLEX you need correct some parameters in this file C:\Program Files (x86)\Plex\Plex Media Server\Resources\Profiles\Chromecast.xmlI'll try to check for you with Plex.
Update: If this is anything to go by, It doesn't seem like it. Tried playing a video with AC3 audio and forcing Direct Stream, etc. Still transcodes to AAC.
<VideoProfile protocol="http" container="mkv" codec="h264" audioCodec="aac,ac3" context="streaming">
<Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1" />
</VideoProfile>
<VideoAudioCodec name="aac,ac3">
<Limitations>
<UpperBound name="audio.channels" value="6" />
</Limitations>
</VideoAudioCodec>