nuuyoo / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
1 stars 0 forks source link

GCK:Errorcode 2 #650

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I am trying to implement the same way as per : 
https://developers.google.com/cast/docs/ios_sender
also I referred this demo source Code : 
https://github.com/googlecast/CastHelloText-ios

What is the expected output? What do you see instead?
Video should play but it does not play video and gives and error "GCK:Errorcode 
2" "Connection timed out".

What version of the product are you using? On what operating system?
I am using GoogleCast framework version 2.7.1.2664.

Please provide any additional information below.
I am able to connect to the Chromecast but when i try to play Video using
 [_mediaControlChannel loadMedia:mediaInformation autoplay:YES playPosition:0]
it gives "GCK:Errorcode 2" "Connection timed out". I am not able to trace the 
actually 

When i connect it shows something like this on the screen(Please check attached 
Image TVScreen.png)
when i try to play i get this (please check attached image ErrorCode.png)

Original issue reported on code.google.com by karambal...@gmail.com on 24 Sep 2015 at 8:29

Attachments:

GoogleCodeExporter commented 8 years ago
This seems like it might be an issue with your receiver as opposed to the SDK. 
I recommend trying to find an answer on Stack Overflow. If you can confirm it's 
an issue with the SDK and not a development issue, let us know and we can 
consider reopening the ticket. 
https://github.com/googlecast/CastVideos-ios and 
https://github.com/googlecast/Cast-Player-Sample may also be useful if you 
haven't checked them out already. 

Original comment by jonathan...@google.com on 24 Sep 2015 at 6:08

GoogleCodeExporter commented 8 years ago
Here are the relevant tags you can check on Stack Overflow:
http://stackoverflow.com/questions/tagged/google-cast 
http://stackoverflow.com/questions/tagged/chromecast

You can also join our developer community and direct any app development or 
implementation questions here:
https://plus.google.com/communities/115742157569103585450

Original comment by jonathan...@google.com on 24 Sep 2015 at 8:42