Google Cast - Receiver Unavailable

喜欢而已 提交于 2019-12-02 04:15:45

Try the two Chrome sender apps here:

https://github.com/googlecast/CastHelloVideo-chrome https://github.com/googlecast/CastVideos-chrome

on your own server. Or you can try

http://www.videws.com/eureka/helloVideos/

If this works for you, then your Chromecast is good and your Chrome and Cast extension are good.

When you want to switch to your own app ID, you need to make sure they're ready in the Developer Console: https://cast.google.com/publish/.

Special thanks to @ssgg for leading me to this one.

In Windows 7, the shared network must be configured as Home or Work (not Public) Network. I re-configured it, rebooted my laptop, and it works like a charm!

This link was very helpful:
https://support.google.com/chromecast/answer/3249268?hl=en

Two other samples to help:

https://github.com/googlecast/cast-custom-receiver

https://github.com/googlecast/cast-sender-tool-chrome

(optionally use the media server to serve media to receiver - https://github.com/googlecast/cast-support-media-server)

If you are using windows and have multiple NIC's active be aware that this is a bug in Chrome with multiple NICs, it has been fixed in Chrome 33. You can either switch to 33, or use a workaround --> go into Network & Sharing Center -> Change Adapter Settings -> Alt-N to bring up "Advanced" Menu -> Advanced Settings, then move the Wi-Fi adapter to the top of the list.

i had the same Issues except that i could see my Chromecast from the Google Cast extension but never from the Sender App. I've tried all of the tips from the answers, plus the hints from the Google Cast Support Page. Using Chrome 33 finaly solved the issue.

@Krispy: thanks for guiding me to the Solution.

As you may all know by now, on Windows 7 this is an known problem. Chrome sender applications don't find the ChromeCast receiver. In the GitHub examples you get the "receiver list empty" message. In the ChromeCast issue tracker, this is known as issue 159.

One more issue that might lead to "Receiver Unavailable" is that you using non-published application. For this reason any chromecast device must be manually registered in the same interface where you getting APP_ID as a special device used for development reasons. Otherwise device could not reach non-published application with "Receiver Unavailable" error in result.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!