Difference between revisions of "Using Ace Stream as service on Android"

From Ace Stream Wiki
Jump to: navigation, search
(Новая страница: «Brief description and source code with examples of using the engine as a service can be found here: https://bitbucket.org/AceStream/androidacestreamservicecliente…»)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Brief description and source code with examples of using the engine as a service can be found here:
+
To start engine on Android you should bind to Ace Stream Service and send a "start" command to this service.
https://bitbucket.org/AceStream/androidacestreamserviceclientexample
+
 
 +
 
 +
The preferred way to start engine is to use Ace Stream Client helper module:
 +
https://github.com/acestream/android-service-client
 +
 
 +
The example application which shows usage of this module is here:
 +
https://github.com/acestream/android-service-client-example
 +
 
 +
 
 +
After starting service you should work with Ace Stream engine using [[Engine API]] or [[Engine HTTP API]]

Latest revision as of 14:06, 16 May 2018

To start engine on Android you should bind to Ace Stream Service and send a "start" command to this service.


The preferred way to start engine is to use Ace Stream Client helper module: https://github.com/acestream/android-service-client

The example application which shows usage of this module is here: https://github.com/acestream/android-service-client-example


After starting service you should work with Ace Stream engine using Engine API or Engine HTTP API