Google Cast - Receiver Unavailable -


i'm trying simple "hello, world!" style app run new chromecast sdk. here's step-by-step i'm following:

https://developers.google.com/cast/docs/chrome_sender

to achieve minimal setup, i'm attempting wire via chrome app (app, not extension) sender, , using chrome.cast.media.default_media_receiver_app_id appid (as mentioned in tutorial).

it seems fall apart somewhere between initialization , launch. call chrome.cast.initialize succeeds, when receiverlistener gets invoked, result "unavailable". if attempt call chrome.cast.requestsession, invokes error handler error code of "receiver_unavailable".

a few things:

  • i've paid $5 google developer account , registered device
    • note: applications list still empty, problem?
  • i've reconfigured chromecast device send serial number when retrieving updates
  • i've rebooted chromecast several times (from android app)
  • the chromecast idle on-screen landscapes flashing beautifully
  • my laptop on same wireless network, using basic linksys router
  • it doesn't work if use "youtube" or "netflix" appid either

any other ideas? please help! :)

try 2 chrome sender apps here:

https://github.com/googlecast/casthellovideo-chrome https://github.com/googlecast/castvideos-chrome

on own server. or can try

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

if works you, chromecast , chrome , cast extension good.

when want switch own app id, need make sure they're ready in developer console: https://cast.google.com/publish/.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -