问题标签 [google-tv]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery-ui-button - Google TV Chrome 浏览器无法正确呈现 JQuery-UI .buttonset() 单选按钮
我使用最新版本的 Jquery-UI——而不是专门为 Google TV 设计的(因为 google TV 版本本质上是完全不同的产品)。
在大多数情况下,所有 jquery 和 jquery-UI 都与 google TV chrome 浏览器兼容,除了具有 .buttonset() 调用来设置样式的单选按钮。
虽然它确实显示了风格化的单选(圆角、切换按钮样式、渐变背景等),但事实证明,实际的 HTML 单选(物理点框)浮动到页面的左边距,在 X 访问使用按钮的程式化版本。单击实际的单选按钮实际上将其注册为被单击,单击风格化版本也是如此(我猜这只是将 CSS 加载到相应标签上)。
现在,就像我说的那样,一切都按照预期的方式工作,但是在表单之外有一个随机浮动单选按钮很丑陋并且可能令人困惑。是否有任何解决方法或 CSS hack 来解决此问题?不幸的是,我没有能力为谷歌电视创建一个特定的视图逻辑来为谷歌电视优化它——主要是因为时间和网站没有 MVC 架构,所以拥有多个视图并不是一件容易的事.
女士们先生们,有什么想法吗?
android - 从 Android 应用识别 GoogleTv
Android 应用程序有没有办法在 Java 代码中判断它是在 GoogleTV 上运行还是在平板电脑或手机上运行?
android - 来自后台进程的 Android GoogleTV 显示交互
我想知道在 Android GoogleTV 模型中是否有可能有一个与显示器交互的后台进程。
当用户正在观看视频或参与其他应用程序时,我可以在屏幕上显示某种通知吗?
android - 来自后台进程的 Android GoogleTV 音频交互
是否可以录制来自当前播放的视频的音频?有线电视、录制节目等
谢谢 :)
google-tv - 找不到与 Google Anymote 配对的 Google-TV 设备
在构建用于 Anymote 电视控制的 Google Android 应用程序(我有一些索尼 Google 电视可以使用)时,我在运行它时似乎从未真正找到电视 - 只是得到“没有找到 Google TV 设备”。我已经在实际的手机(不仅仅是模拟器)上尝试过,还尝试过电视“连接”配对按钮,但它似乎从来没有找到任何东西。手机和电视都在同一个 WiFi 网络上。有人让这个工作吗?
google-tv - Is it possible to build AirPlay like functionality for Google TV?
I know Anymote protocol lets iOS / Android mobile devices to talk to Google TV. I was wondering if I can use Fling events to pass in a remote video URL and ask Google TV to invoke Media Player to playback that URL?
I am following GoogleTV Pairing Protocol Guidelines documented here,
http://code.google.com/tv/remote/docs/pairing.html
and also suggested by a member, I am using proto-buf-objc
http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers project to create my objective-c message classes from .proto file.
I could also able to find "_anymote._tcp" service provided by GoogleTV Pairing Protocol server and got IP/port number after resolving the service.
I created an SSL connection as described in the Pairing Protocol documentation for sending and receiving messages.
Then I constructed a PairingRequest, wrapped that in OuterMessage and used writeToCodedOutputStream method to send that to my open NSOutputStream to GoogleTV.
I also got a response back on my NSInputStream and I am trying to parse it into an OuterMessage using [OuterMessage parseFromData:_data_received] but that throws an exception saying " exception 'InvalidProtocolBuffer', reason: ''" ". I am not whats going wrong here.
Does anyone at Google has any recommendations on what might be going wrong? Also any code example or iOS library of Paring protocol would be very helpful. I just want to enable Airplay like functionality for GoogleTV in my app. Thanks,
android-layout - 全屏 Android 手机应用无法在 Google TV 上全屏显示
以下简单布局在 Android 手机上显示全屏,但在 Google TV 上不显示,它仅显示在电视屏幕的一部分(上半部分和中间三分之一)上,其余部分有某种壁纸(只是说万一不是那么常见,据我所知,文档很少见)。
问题也不是来自视频小部件,如果我删除它,添加一个 TextView ,尝试填充/匹配父级等,它是一样的......
谁能帮助我确定问题的原因?
android - 谷歌电视插件在应用程序上使用直播电视
嗨,我是一名 android 开发人员,就在本周,新的 Google Tv Addon 发布了,所以我开始研究它。
我发现文档很糟糕,找不到任何示例,事实上,我发现的唯一代码是对 Channel Listing ContentProvider 的查询。
首先,如果你们中的一些人已经开始为 Google TV 开发,您能否分享任何有价值的示例或信息,以便我们都能受益
其次,我对使用画中画(PiP)之类的东西特别感兴趣,以使我的应用程序最大化并在一个小的浮动窗口上直播电视;或者有一个应用程序小部件悬停在直播电视应用程序的一侧,有人知道如何做这些吗?
google-tv - Google TV 模拟器上的可能性
我是一名 android 开发人员,想知道是否有人已经开始在其模拟器上为 Google TV 开发 android 应用程序。我在 Google TV 上阅读了 google 的文档,但我的想法很少围绕我的方式旋转。我想知道在使用 Google TV 模拟器时 Google Tv SDK 为我们提供了哪些所有功能。
直播电视是否使用显示内容(电视节目)的活动或片段?
我们是否可以通过自定义 Live TV 的 Views 来控制 Google 提供的 Live TV 功能,例如放置一个及时显示新发布电影的小部件?
Live TV 是否只是 Google 提供的本机应用程序,并且不提供任何灵活性,我们可以通过编写自己的应用程序来替换Live TV 应用程序,该应用程序显示与 Live TV 提供的相同内容(电视节目)?(因为我们可以在我们的 android 移动设备中修改默认联系人应用程序)
请解决我的困惑!
android - 谷歌电视支持 C2DM 吗?
C2DM 在 Google Tv 中有效吗?假设它有 android 2.2+ 和 Android 市场。