问题标签 [hbbtv]

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.

0 投票
0 回答
572 浏览

javascript - HbbTV平台中的CI+通信

有谁知道如何通过 HbbTV 1.2.1/1.1.1 与 CI+ CAM 模块通信?

我们已经创建了这些对象

在向 CI+ 模块发送数据之前,我们需要知道 CI+ 的状态,Samsung TV 2014 的真实值为isCSPGCIPlusSupported. LG、松下、VESTEL 等其他电视具有虚假值。

...现在我们打电话给

我们检索到消息号 [],resultMsg 有空对象,resultCode 有值 2。

注意:ETSI TS 102 796 V1.1.1 (2010-06) 已定义通过 发送消息sendContentPurchaseMessage(),但未定义此功能。

我们有三个问题:1)如何使消息字符串sendDRMMessage像'0x0108113101190000'一样通过?2) 我们需要知道如何从 CI+ 卡中获取 CSSN 号码。3) 是否有任何相关的安全问题?

问候, STeN

0 投票
3 回答
4906 浏览

hbbtv - 如何知道电视上支持的 HbbTV 版本

我想知道哪个版本支持我的 2014 三星智能电视,但没有详细说明技术规格,它只说它与 HbbTV 兼容。

我的电视是这个(H5500 40"):

http://www.samsung.com/es/consumer/tv-av/tv/full-hd/UE40H5500AWXXC

另外,我想知道哪个版本的HbbTV支持其他品牌,如索尼、TPVision、LG……有没有数据库可以查到?

谢谢你的帮助!

0 投票
1 回答
536 浏览

sony - 索尼、松下的 AIT/HbbTV 测试

对于 Panasonic 和 Sony KDL 系列,我们解决了与 AIT 应用程序的一些兼容性问题,加载带有小红色按钮覆盖的透明页面显示为黑色而不是透明背景。

此外,某些设备会停止广播流的音频播放。

Javascript 错误日志不会捕获这些设备的错误、警告或通知。它正在加载脚本,但似乎在渲染页面时静默失败 - 或者期待三星、LG 和其他索尼设备支持的其他设置。

是否有用于 hbbtv/ait 测试的 vmware/virtualbox 或更可靠的仿真?在 Opera 和 Samsung 模拟器以及 Samsung + LG 设备上,没有观察到错误并且 js 错误跟踪按预期工作。但是,对于 Sony KDL 系列和 Panasonic,测试练习需要额外的输入。

0 投票
1 回答
285 浏览

javascript - 使用 Firefox 插件开发 Hbbtv 应用程序

我对开发 hbbtv 应用程序很感兴趣,我很想知道如何运行和测试一个完整的 hbbtv 应用程序包,在这种情况下,一个视频播放器有多个 html 页面,使用 Firefox 的插件 FireHBBTV。我几乎在网上搜索了它,但找不到一个!

0 投票
2 回答
1027 浏览

javascript - 真实电视上的 hbbtv 应用程序测试/调试

有没有办法在真实电视上手动测试/调试 hbbtv 应用程序。

我已经尝试过用于 Opera/ff 插件的插件,并成功地通过了静态验证器,例如http://hbbtv-live.irt.de/validator/

0 投票
1 回答
821 浏览

cors - cross domain request in Xhtml

I'm trying to send a https request from a HbbTV-Application (xhtml) to get information from https://www.meethue.com/api/nupnp.

XMLHttpRequest was my first option, but due to same origin policy it obviously won't work. As an alternative i found CORS, but as I understand it it needs XMLHttpRequest2, which is part of HTML5, am I correct?

Is there any function, method or workaround I could use to achieve my goal?

Best regards Adrian

0 投票
2 回答
247 浏览

javascript - 如何在 vanilia javascript 中检测标签中视频的结尾 html?

I must use tag object type="video/mp4" in my project for hbbtv, and I want detect end of movie in vanilia JS. How can i do it?


pscp files to aws wi

I must use tag object type="video/mp4" in my project for hbbtv, and I want detect end of movie in vanilia JS. How can i do it?


pscp files to aws with proxy

Need to pscp java war file to aws. however, we are not able to do as connection needs a proxy and there is no option to pass proxy along with pscp command. we tried explicitly setting http_proxy on the cmd. still, it didn't work. Has anyone found any solution?

0 投票
2 回答
379 浏览

javascript - HTML/XML 中的 JavaScript:格式不正确的错误

我试图从 JSON 中获取信息,但我收到一个错误,即我的 XML 格式不正确。它指向

这是上下文:

0 投票
1 回答
98 浏览

javascript - HBBTV 1.1.1 xmlhttprequest.responseURL

我需要在 vaniliaJS 中获取 hbbtv 1.1.1(版本浏览器 Opera 12.11)的 xmlhttprequest.responseURL。有人知道答案吗?

0 投票
3 回答
11681 浏览

spring - Spring Boot、静态资源和mime类型配置

我正面临一个我无法处理的 Spring Boot 配置问题......我正在尝试使用 Spring Boot 为 HbbTV 构建一个 HelloWorld 示例,因此我需要使用 mime-type= 提供我的“index.html”页面“应用程序/vnd.hbbtv.xhtml+xml”

我的 index.html 将作为静态页面访问,例如http://myserver.com/index.html?param=value

使用以下代码,无论我多么努力,我都会得到一个 text/html 内容类型。

所以我尝试在@Controller 中添加一个“home()”端点来强制使用正确的 mime 类型,这很有效。

“这有效”意味着码头服务器为我提供了一个包含测试 someText 的内容类型正确的 html 文件。

我的下一个尝试是用@Controller(相同的生产配置)替换@RestController,并用index.html替换“someText”

好吧,它正确地为我的 index.html 提供服务,但是 Content-Type 错误:text/html 而不是 application/vnd.hbbtv.xhtml+xml。此外,我不想访问 myserver.com/hbbtv 来获取 index.html,而是直接访问 myserver.com/index.html。

我怎么能那样做?

谢谢...