문제

I'm trying out my first receiver app for ChromeCast, having some problems with what goes into the registration form. (very little help info there)

I am hosting my sender index.html and bar_receiver.html in mydomain.com/foo directory

To be able to run the receiver app, I have to register my device and the application on the developer console. Now to my questions:

1) What exactly goes into the URL field for the Custom receiver?

The sender is for the Chrome extension, so I've checked the Chrome platform check box

2) Is that necessary?

When I check that box, I'm asked for the "Web site url"

3) What shoud go here? Is it the doc root url, http://mydomain.com, or something else.

올바른 솔루션이 없습니다

다른 팁

  1. In your case, the URL field will be https://mydomain.foo/bar_receiver.html.

  2. The [x] Chrome isn't necessary for development. When you deploy, it would be helpful to know where the official location for your sender is.

  3. The root URL should be enough for now, we hope to provide additional clarification soon.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top