Difference between revisions of "Android Player"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | The Android | + | The Android player is not a player but an API to launch external Android players (VLC, MX Player & Co.) and to handle the results (e.g. the last video/audio position). This API is available in Media Station X version '''0.1.136''' or higher for all Android and FireTV devices. |
== Example == | == Example == |
Revision as of 16:37, 4 May 2021
The Android player is not a player but an API to launch external Android players (VLC, MX Player & Co.) and to handle the results (e.g. the last video/audio position). This API is available in Media Station X version 0.1.136 or higher for all Android and FireTV devices.
Example[edit]
This example uses an interaction plugin to create the content. Please have a look at this implementation script: https://msx.benzac.de/interaction/js/android.js.
Screenshot[edit]
Code[edit]
{
"reference": "request:interaction:init@http://msx.benzac.de/interaction/android.html",
"pages": []
}
Demo[edit]
- Launch via App: https://msx.benzac.de/?start=content:https://msx.benzac.de/info/xp/data/android_test.json
- Launch via Demo Page: https://msx.benzac.de/info/?start=content:https://msx.benzac.de/info/xp/data/android_test.json
Note: This demo will only work properly on a Android or FireTV device with Media Station X 0.1.136 or higher.