2
votes

I want to make a chromecast application to play videos on the Chrome Device. I've downloaded a sender and receiver application from GITHUB. When I use Default or Styled Media Receiver Application, it's working fine. But I want to make a custom receiver for my application. I can't find any tutorial for that. Are there any steps that I should follow to make the receiver for the chromecast device.

I am following following code of GITHUB https://github.com/googlecast/CastMediaPlayerStreamingDRM

but its not working for custom reciever.

Thanks in advance!!

1

1 Answers

1
votes

Look through our documentations here, there are sections for custom receivers and senders. Then look though the GitHub samples. If after doing those you still have specific coding questions, come back here and ask.