I have a new CAF receiver and would love to be able to manipulate the video using javascript but I'm unable to get the video element using javascript. Is there some way to do this if using <cast-media-player id="player"></cast-media-player>
?
Asked
Active
Viewed 145 times
0

casolorz
- 8,486
- 19
- 93
- 200
1 Answers
0
Any operations on the video element on a chromecast device isn't technically feasible. Firstly, the video pipeline is handled by the SOC. Also, the CPU of the device doesn't have the processing power to do any video operations in real time.

Leon Nicholls
- 4,623
- 2
- 16
- 17
-
I was actually more interested on doing operations on an image and I noticed images are just shown inside the ` – casolorz Apr 30 '18 at 16:25