How can I customise the boot screen images?
Amino supports the ability to customize the boot animation screen via our online device management platform (Engage) and can be applied on a group basis (so you can create different groups of STBs to implement different boot animations if required)
Full details can be found in this article:
H200 customising boot animation
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 hosting both the web app, and the JS extensions in a webview component.
(Since its 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 webview itself is just a library component which 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 use to use some sort of watermark on screen - Can we do that with H200?
Yes, the H200 has an optional configuration item which allows you to set the colour/location/behaviour of some STB info which will display on screen accordingly.
Please see this article for more information:
H200 Watermark Feature
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. You can find a comparison chart in this article:
Enterprise STB Comparison Table
How can I set my Widevine server for the STB to use with my encrypted streams?
If you're using the browser built in to 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"
},
Comments
0 comments
Please sign in to leave a comment.