All Questions
9 questions
0
votes
2
answers
380
views
Styled Media Receiver not loading custom CSS file
Similar to this question, my custom CSS styling for my Styled Media Receiver (SMR) doesn't get loaded on my Chromecast 2 device. Yet, the CSS is loaded and displayed correctly in the preview in the ...
0
votes
2
answers
2k
views
Resizing and styling the Google Cast button <google-cast-launcher>
I have a simple page where I'm loading the Cast Application Framework:
<script src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
This page ...
1
vote
1
answer
249
views
Custom receiver doesn't display image correctly
I'm using chromecast SDK 3.0 and want to create custom receiver. It works good with video and audio, but has problems with images casting.
in html file:
<body style="margin: 0">
<...
1
vote
0
answers
45
views
Present webpage vertically for Google Cast / Chrome Cast
I opened a new tab in Chrome and loaded our dashboard then used:
document.body.style.setProperty("-webkit-transform", "rotate(-90deg)", null);
Here is the result
It is possible to set the viewport ...
7
votes
2
answers
830
views
Troubleshooting Styled Media Receiver css
I'm trying to implement styled media receiver, but for some reason, my chromecast won't show the graphics. I get only name of my receiver on black background. Preview in cast dev console looks OK ...
5
votes
1
answer
796
views
HTML5 / CSS GPU Performance optimization
I created a card game using HTML/CSS/JS. It moves animates cards around the screen and animates a scoreboard / messageboard.
The performance on my chromecast is terrible though. Sometimes degrading ...
0
votes
1
answer
346
views
Chromecast and CSS Font Loading
I noticed that the convenient CSS Font Loading is available in Chrome since version 35.
When can we expect the same feature on Chromecast?
According to a snippet found here, the current version of ...
3
votes
0
answers
3k
views
Rotating a video on Chromecast
I'm trying to play a video on the chromecast in portrait mode (1080*1920), so rotated to 90°.
Using the CastVideos example I'm trying to get it to display properly, but I keep getting a weird ...
6
votes
1
answer
1k
views
Styled media receiver source (Chromecast)
Currently, I am working on a chromecast integration of my app.
Currently, you are given 3 options for your cast receiver application
Styled Media Receiver
Default media receiver
Custom media receiver
...