jjzjj

ChromeCast

全部标签

ios - 是否可以用 chromecast 做 uiwebview 的镜像?

可以用Chromecast做uiwebview的镜像吗?使用chrome浏览器非常简单,但需要从iOS应用程序执行此操作。 最佳答案 目前不支持。 关于ios-是否可以用chromecast做uiwebview的镜像?,我们在StackOverflow上找到一个类似的问题: https://stackoverflow.com/questions/21781977/

ios - 排队多个媒体项目

我可以将多个轨道放入队列中,以便在chromecast接收器应用程序上一一播放吗?我只想播放一个简单的播放列表。所以我排队5首轨道,我的iOS客户端在播放第二首轨道时进入后台模式,我希望我的chromecast接收器应用程序播放剩余的3首轨道。这可能吗?实际上是对loadMedia:autoplay:的评论让我认为这应该是可能的:/***Loads,**enqueues(attheendofthequeue)**,andoptionallystartsplaybackofanewmedia*item.**@parammediaInfoAnobjectdescribingthemedia

ios - 适用于 iOS 的 Google Cast SDK 2.3.0 不支持 64 位

好像是2.3.0versionoftheGoogleCastSDKforiOS停止支持arm64架构(它确实支持x86_64,使其在64位模拟器中工作)λ:cdGoogleCast.frameworkλ:fileGoogleCastGoogleCast:Mach-Ouniversalbinarywith5architecturesGoogleCast(forarchitecturecputype(16777228)cpusubtype(0)):currentararchiveGoogleCast(forarchitecturearmv7):currentararchiverandoml

ios - 来自 youtube 的 Chromecast iOS 发件人链接

我想创建一个应用程序,它接受一个youtubeURL并在iOS的chromecast上播放它。我按照google的示例进行操作,但我的视频无法在chromecast上播放。这是我用于GCKMediaInformation的代码:GCKMediaInformation*mediaInformation=[[GCKMediaInformationalloc]initWithContentID:@"https://www.youtube.com/watch?v=t_WNRZ29WNI"streamType:GCKMediaStreamTypeNonecontentType:@"video/m

ios - 如何在 iOS 中设置 GCKUIMiniMediaControlsViewController 的样式?

我正在将当前的CastSDK升级到V3,并希望使用内置UI组件并删除已弃用的功能。目前,GCKUIMiniMediaControlsViewController有一个白色/浅色主题,但我想将其更改为深色主题。但是,我找不到任何可用于更改样式的函数/属性/协议(protocol)。文档AddAdvancedCastv3FeaturestoyouriOSApp说:TheCastframeworkwidgetssupportstheAppleUIAppearanceProtocolinUIKittochangetheappearanceofthewidgetsacrossyourapp,su

ios - 尝试开始扫描 Chromecast 设备时出错

使用iOS:尝试调用GCKDeviceScanner实例的startScan方法时出现此错误。有什么建议吗?2014-03-2711:03:17.814XXX4Cast[3542:60b]-[__NSCFTimergck_setTolerance:]:unrecognizedselectorsenttoinstance0x8dc82602014-03-2711:03:17.818XXX4Cast[3542:60b]***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'-[__NSCFTim

android - 某些流的 Google Cast 速度慢

我有一个Android应用程序,可以通过GoogleCast从网络(主要是icecast)播放直播流。一切都运行良好且快速,但现在某些流开始(发出声音)需要更长的时间。这可能与Chromecast固件升级有某种关系,因为我的Chromecast设备最近已更新到最新版本(1.32.124602)。这是我通过Cast播放流媒体的方式:MediaMetadatametadata=newMediaMetadata(MediaMetadata.MEDIA_TYPE_GENERIC);metadata.putString(MediaMetadata.KEY_TITLE,"Mytitle");met

android - Android 4.4 上基于 WebView 的应用程序的 Chromecast 发送器 API

我读到Android4.4中的WebView组件是基于Chrome的:https://developers.google.com/chrome/mobile/docs/webview/overview#does_the_webview_support_the_chrome_apps_apis但是,仍然不支持ChromeAppsAPI。这是否意味着我基于WebView的应用无法使用ChromecastSenderAPI? 最佳答案 没错,您没有使用(纯)chromeWebView与chromecast设备通信所需的扩展和API。附带说

android - 将 ChromeCast 列入白名单 : How to turn on developer mode

我刚收到我的ChromeCast,我想开始使用它进行开发。问题是,为了将它集成到您​​的应用程序中并将其用于测试,您的设备必须列入白名单。这个过程最多可能需要5天,它应该只是一个请求白名单的简单表格:https://developers.google.com/cast/whitelisting我的问题是,为了注册它,我需要从调试View中检索设备的MAC地址。要访问调试View,我必须启用“开发人员模式”。流程中的第2步指出:OntheAppslabel,clickseven(7)times.Themessage,"developermodeenabled"appears.但是在Chr

android - 您可以在不使用 ActionBar 的情况下添加 Chromecast 功能吗

我一直在使用Google的示例应用程序来准备我们的Chromecast功能,但是我发现,您需要在ActionBar(由Google实现)中有一个按钮才能获得ActionProvider以便将您的选择器附加到。@OverridepublicbooleanonCreateOptionsMenu(Menumenu){super.onCreateOptionsMenu(menu);getMenuInflater().inflate(R.menu.main,menu);MenuItemmediaRouteMenuItem=menu.findItem(R.id.media_route_menu_i