【发布时间】:2017-01-29 09:43:32
【问题描述】:
我正在将 Google Chromecast 集成到我的视频播放器应用中。我已经参考了这个链接:
https://developers.google.com/cast/docs/ios_sender_integrate
它显示 Chromecast 设备,但当我尝试连接该设备时,它返回错误。这是错误日志:
-[GCKEventLogger logDeviceController:sessionID:application:connectionFailedWithError:] LOG EVENT: DeviceControllerApplicationConnectionFailed device=<0x1311cc710:GCKDevice> [com.google.cast.CastDevice] 'Chrome Cast IBL' 192.168.1.185:8009 (e8fc847534f5fcb8e8c7190dc05458b6), sessionID=1272110429, appID=F1D64732, error=2
知道是什么原因造成的吗?提前致谢。
【问题讨论】:
-
googlecast 演示应用链接请参考github.com/googlecast/CastVideos-ios
标签: ios iphone chromecast google-cast