Archana
Archana

Reputation: 378

Roku cast sample code for handling player controls

I wanted to implement roku cast for one of channel.

I found little information for roku casting using DIAL protocol. Using DIAL Protocol documentation I can implement channel launch and stop.

But I want to know how to handle player controls(pause, volume controls etc) from the second screen application(Mobile). It would be so helpful if I get documentation and sample code.

Upvotes: 1

Views: 207

Answers (1)

U.Mitic
U.Mitic

Reputation: 764

You should be able to do this using ROKU ECP:

ROKU ECP: The External Control Protocol (ECP) enables a Roku device to be controlled over a local area network by providing a number of external control services.

I think the ROKU documentation contains all necessary information for You to implement external ROKU controls. In the docs You can also find small snippets of code and CURL examples.

ROKU ECP DOCUMENTATION.

Upvotes: 1

Related Questions