Changes

Jump to: navigation, search

Install Ubuntu

395 bytes removed, 16:58, 16 July 2020
Third party builds
== Installing Ace Stream Player ==
===Install from repository===
Currently player is available in repositories for these systems:
* Ubuntu 12.04:
<nowiki>deb http://repo.acestream.org/ubuntu/ precise main</nowiki>
* Ubuntu 14.04:
<nowiki>deb http://repo.acestream.org/ubuntu/ trusty main</nowiki>
 
To install player from repository follow these steps:
 
1. Add corresponding repository link to <tt>/etc/apt/sources.list</tt> file.
 
2. Install public key:
<nowiki>sudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -</nowiki>
3. Install player:
<nowiki>sudo apt-get update
sudo apt-get install acestream-player</nowiki>
3. Run player:
<nowiki>acestreamplayer</nowiki>
=== Build from sources ===
Please note that you have to get a valid product key to build fully operational player. There are more details about this in the readme.
 
=== Third party builds ===
You can also try some third-party builds of Ace Player, for example - https://github.com/Jcryton/acestreamplayer-2.2/releases
 
Please note, those builds are unofficial, and with any troubles encountered you should ask their authors for support.
===Configure engine autorun===
To make this work you need to create <tt>/usr/bin/acestreamengine</tt> shell script which points to the folder where you have installed engine in. For example, if you have installed engine in <tt>/opt/acestream</tt> then the script will be:
<nowiki>#!/bin/shbash
ROOT=/opt/acestream
LD_LIBRARY_PATH=${ROOT}/lib ${ROOT}/acestreamengine --lib-path ${ROOT} $@</nowiki>

Navigation menu