Phate
Phate

Reputation: 6612

Can you use android chromecast apis for a standalone java program?

Android chromecast api are in java..so in the theory they could be used in arbitrary java programs...am I correct?

My intention would be to build a chromecast streaming server in java, so to stream local files.

Upvotes: 1

Views: 716

Answers (1)

Ali Naddaf
Ali Naddaf

Reputation: 19044

If you intend to use Cast APIs, you will not be able to do that; most of the functionality is in the Google Play services.

Upvotes: 2

Related Questions