Difference between revisions of "Android Player"
Jump to navigation
Jump to search
(Created page with "The Android Player is available in Media Station X version '''0.1.136''' or higher for all Android and FireTV devices. == Example == This example uses an interaction plugin t...") |
|||
Line 1: | Line 1: | ||
− | The Android Player is available in Media Station X version '''0.1.136''' or higher for all Android and FireTV devices. | + | The Android Player is available in Media Station X version '''0.1.136''' or higher for all Android and FireTV devices. It is the possibility of launching external android players (VLC, MX Player & Co.) and handling the results (e.g. the last video/audio position). |
== Example == | == Example == |
Revision as of 16:30, 4 May 2021
The Android Player is available in Media Station X version 0.1.136 or higher for all Android and FireTV devices. It is the possibility of launching external android players (VLC, MX Player & Co.) and handling the results (e.g. the last video/audio position).
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.