Open GoogleCodeExporter opened 9 years ago
Some builds of Chromecast reject "avc1.66.31" so it is recommendation to use
"avc1.66.30" instead either by updating the playlist or using
host.processManifest workaround
host.processManifest = function(manifest) {
return manifest.replace(/CODECS=\"avc1.66.([0-9]*)/g, 'CODECS=\"avc1.66.30');
};
in a custom receiver.
Original comment by anad...@google.com
on 7 Jul 2015 at 8:33
Thanks for the information and that might solve my issue but shouldn't the
error get propagated to the sender app if I don't apply that fix? I mean isn't
there a case where that could be a valid error and the sender should find out
about it?
Original comment by casol...@gmail.com
on 8 Jul 2015 at 1:04
Original comment by jonathan...@google.com
on 8 Jul 2015 at 5:21
We run into the same problem. Will that be fixed in a future chromecast
firmware?
Original comment by team2...@gmail.com
on 29 Jul 2015 at 2:18
Original issue reported on code.google.com by
casol...@gmail.com
on 6 Jul 2015 at 9:26