Introduction
You can find here some of the most frequently asked questions about the H-series
Prerequisites
None
Summary
Can H200 run Webview?
For the H200 we have taken our existing Enable Web-based channel zapper application, (which uses our EnableJS/EntoneJS APIs) and hosted both the web app and the JS extensions in a web view component.
(Since it is a component, we need to host it in a larger application, which is called the "amino browser")
Either statically into the firmware, or dynamically via DHCP/VCI/INI or Engage params, the URL for the "amino-browser" can be overridden to not load the channel zapper, but load that URL
So web view itself is just a library component that is not accessible on the STB, it would need to be included in a larger application if you did not want to use the "amino-browser"
Why isn't the remote terminal working?
For remote terminal session to work you need to enable 'developer mode' and also 'usb-debugging' in the Android menu options.
Are Google services available?
The H200 uses the Android Open Source Project (AOSP) which is often more suitable for situations where more control and configuration are needed than the standard AndroidTV implementation, therefore the usual AndroidTV integrated elements (such as Google Assistant and Play Store) are not present.
If you require some of the Google services then an AndroidTV STB (such as Amigo7x) is required, which comes with the usual Google-prescribed look/feel etc.
Our content provider requires us to use some sort of watermark on the screen - Can we do that with H200?
Yes, the H200 has an optional configuration item that allows you to set the color/location/behavior of some STB info which will display on the screen accordingly.
Please see this article for more information:
Channel Zapper User Guide
Does the H200 have the same Serial connector as the H150?
Yes, there is a 9-pin D-type connector on the H200 for use with Hospitality TVs or other control systems.
Details of the connector pinout are in this article:
Enterprise Device Serial Cable (H150, H200)
How does the H200 compare to previous Amino Enterprise STBs?
In short, it's much more powerful.
How can I set my Widevine server for the STB to use with my encrypted streams?
If you're using the browser built into the H200 you can set the encrypting server in the stream parameters (this should be the encrypting server URL NOT the URL of the manifest) like this:
{
"type": "nativedash",
"name": "101",
"desc": "Encrypted Dash Stream",
"addr": "https://dev.cdn.video.igame.media/ezdrm_live/o32drm/manifest.mpd",
"encrypting_server": "https://widevine-dash.ezdrm.com/proxy?pX=5D1C82",
"encryption_type": "com.widevine.alpha"
}
References
None