Jake Lingwall
Jake Lingwall

Reputation: 81

Launching a netflix movie from chromecast sender app

I'm working on a chromecast sender application where I would like to have netflix launch and play the requested movie. However, I can only manage to launch the Netflix application, but it doesn't load the video as I am not sure which parameters I need to send with the request.

I've been unable to find any resources where Netflix discusses this. Is this possible? Or will netflix only launch and play videos from requests made within it's own application?

Upvotes: 8

Views: 1355

Answers (1)

Les Vogel
Les Vogel

Reputation: 7132

This isn't supported on Chromecast. Nor is it expected to be in the future.

Instead, you could ask Netflix to play a movie through Intents on Android, and through the right URI on iOS as shown here.

Upvotes: 3

Related Questions