Архив форума Ace Stream       Wiki        Info

перейти на новый форум
Расширенный поиск  

Автор Тема: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)  (Прочитано 1111259 раз)

0 Пользователей и 1 Гость смотрят эту тему.

ankiria

  • Administrator
  • Newbie
  • *****
  • Оффлайн Оффлайн
  • Сообщений: 31
Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« : 16 Сентября 2013, 10:34:19 »

Installing Ace Stream on Debian/Ubuntu from repository

Step 1

Add link on appropriate repository into /etc/apt/sources.list file.

Repository should be selected according to operating system.

Debian 6:

deb http://repo.acestream.org/debian/ squeeze main
or
deb http://repo.acestream.org/debian/ sid main

Note: packages in sid repository are assembled with dependencies that correspond to official sid-repositories of Debian. If you don't know, which repository to choose, use squeeze.

Debian 7:

deb http://repo.acestream.org/debian/ wheezy main

Ubuntu 11.10:

deb http://repo.acestream.org/ubuntu/ oneiric main

Ubuntu 12.04:

deb http://repo.acestream.org/ubuntu/ precise main

Ubuntu 12.10:

deb http://repo.acestream.org/ubuntu/ quantal main

Ubuntu 13.04:

deb http://repo.acestream.org/ubuntu/ raring main

Step 2

Installing public key. To do this you have to run the following command:

Debian:

wget -O - http://repo.acestream.org/keys/acestream.public.key | apt-key add -

Ubuntu:

sudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -

Step 3

Installing the right package. For example, for engine installation you have to install acestream-engine package.

Debian

apt-get update
apt-get install acestream-engine

Ubuntu

sudo apt-get update
sudo apt-get install acestream-engine

The following packages are available in the repository for Ubuntu:
  • acestream-engine - engine
  • acestream-mozilla-plugin - plug-in for browser
  • acestream-player - desktop player
  • acestream-player-data - set of common libraries for the player and plug-in
  • acestream-full - full package, including all of the above
For Debian only the engine (acestream-engine) is available.
« Последнее редактирование: 02 Февраля 2017, 23:44:50 от Constantin »
Записан

Bloodzeed

  • Jr. Member
  • **
  • Оффлайн Оффлайн
  • Сообщений: 62
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #1 : 19 Сентября 2013, 00:23:16 »

issues with this sometimes when starting a broadcast acestream will not grab the full stream
from my vlc
Записан

mrlamud

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 2
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #2 : 19 Сентября 2013, 13:38:40 »

Please help.

Ubuntu 12.04 souce error.

"Failed to fetch http://repo.acestream.org/ubuntu/dists/precise/Release  Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)"

Thanks.
 ;D:: Greeting Bloodzee, I'm your stream's fan in Bangkok.
Записан

anton

  • Administrator
  • Jr. Member
  • *****
  • Оффлайн Оффлайн
  • Сообщений: 68
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #3 : 20 Сентября 2013, 16:23:53 »

Please help.

Ubuntu 12.04 souce error.

"Failed to fetch http://repo.acestream.org/ubuntu/dists/precise/Release  Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)"

Thanks.
 ;D:: Greeting Bloodzee, I'm your stream's fan in Bangkok.

Probably you have added "deb-src http://repo.acestream.org/ubuntu/ precise main" in your sources.list instead of "deb http://repo.acestream.org/ubuntu/ precise main".
There are no source packages for acestream, only binary packages.
Записан

ankiria

  • Administrator
  • Newbie
  • *****
  • Оффлайн Оффлайн
  • Сообщений: 31
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #4 : 20 Сентября 2013, 17:01:15 »

What should you do when something doesn't work?

First of all, are there any problems with an installation from repository http://repo.acestream.org? If during the installation some mistakes appear, please, post description of these mistakes on forum.

If the installation from the repository was successful, but something doesn't work, you should first check whether plugin for browser is installed. To do this open your browser and go to http://info.acestream.org/#/test.

If you will be transfered to a page of plugin installation - it means that plugin is not installed or installed incorrectly. Just in case, open a list of installed plugins (in Firefox press Ctrl-Shift-A, in Chrome enter "chrome://plugins" into address bar). Search for Ace Stream P2P Multimedia Plugin 2.1.6 in the list of plugins. If it's not there, write on forum a version of your OS and a browser's version. If plugin is on the list, but disabled - enable it and try again.

If at http://info.acestream.org/#/test you saw a test player, it means that plugin is installed correctly. In this case you should check the work of the engine:
  • is there an icon of Ace Stream on the panel?
  • does a file /tmp/acestream.log exist
If there is neither the icon, nor the file, try to start the engine from the command line.

At first, check the engine's version:
$ acestreamengine -v
(this command has to output the engine's version, the current version is 2.1.6)

Now try to start the engine from the command line:
$ acestreamengine --client-gtk
(launch with using GTK library to draw the icon and engine's menu)

If it didn't work, try to start the engine without using a graphic library:
$ acestreamengine --client-console --log-file /tmp/acestream.log
(launch in a console mode, the icon doesn't appear, logs are written to file /tmp/acestream.log)

If mistakes appeared during the launch - post them on forum.
If the engine has started, but still playback doesn't start on the page with a test player, post on forum the engine's log file (/tmp/acestream.log).
Записан

mrlamud

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 2
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #5 : 21 Сентября 2013, 04:22:42 »

Please help.

Ubuntu 12.04 souce error.

"Failed to fetch http://repo.acestream.org/ubuntu/dists/precise/Release  Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)"

Thanks.
 ;D:: Greeting Bloodzee, I'm your stream's fan in Bangkok.

Probably you have added "deb-src http://repo.acestream.org/ubuntu/ precise main" in your sources.list instead of "deb http://repo.acestream.org/ubuntu/ precise main".
There are no source packages for acestream, only binary packages.

anton, you are correct.
 Problem was solved.
Thank you very much for your advice.
« Последнее редактирование: 21 Сентября 2013, 04:27:44 от mrlamud »
Записан

Ragnar

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 1
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #6 : 02 Октября 2013, 20:36:33 »

hello, new linux user here! 

i am trying to dowload your ts player for ubuntu featured in this thread, but all i get when chosing  one of the download links from step 1"  is a " 403 Forbidden nginx/1.4.2" message...... ???

any ideas for why this might be and how we can resolve it ?

I hope so!  :)

Thanks in advance, R

Записан

Vaidas

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 1
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #7 : 22 Ноября 2013, 23:33:00 »

issues with this sometimes when starting a broadcast acestream will not grab the full stream
from my vlc
Записан

PEKO

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 1
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #8 : 23 Ноября 2013, 22:27:01 »

Please help:

I try to install Acestream on Ubuntu 13.04 using RKM802IV LE hardware. Install fails and I get the following message:

W: Failed to fetch http://repo.acestream.org/ubuntu/dists/raring/Release  Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

Thanks!

What should you do when something doesn't work?

First of all, are there any problems with an installation from repository http://repo.acestream.org? If during the installation some mistakes appear, please, post description of these mistakes on forum.

If the installation from the repository was successful, but something doesn't work, you should first check whether plugin for browser is installed. To do this open your browser and go to http://info.acestream.org/#/test.

If you will be transfered to a page of plugin installation - it means that plugin is not installed or installed incorrectly. Just in case, open a list of installed plugins (in Firefox press Ctrl-Shift-A, in Chrome enter "chrome://plugins" into address bar). Search for Ace Stream P2P Multimedia Plugin 2.1.6 in the list of plugins. If it's not there, write on forum a version of your OS and a browser's version. If plugin is on the list, but disabled - enable it and try again.

If at http://info.acestream.org/#/test you saw a test player, it means that plugin is installed correctly. In this case you should check the work of the engine:
  • is there an icon of Ace Stream on the panel?
  • does a file /tmp/acestream.log exist
If there is neither the icon, nor the file, try to start the engine from the command line.

At first, check the engine's version:
$ acestreamengine -v
(this command has to output the engine's version, the current version is 2.1.6)

Now try to start the engine from the command line:
$ acestreamengine --client-gtk
(launch with using GTK library to draw the icon and engine's menu)

If it didn't work, try to start the engine without using a graphic library:
$ acestreamengine --client-console --log-file /tmp/acestream.log
(launch in a console mode, the icon doesn't appear, logs are written to file /tmp/acestream.log)

If mistakes appeared during the launch - post them on forum.
If the engine has started, but still playback doesn't start on the page with a test player, post on forum the engine's log file (/tmp/acestream.log).
Записан

kmeliv

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 1
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #9 : 11 Декабря 2013, 21:43:30 »

What should you do when something doesn't work?

First of all, are there any problems with an installation from repository http://repo.acestream.org? If during the installation some mistakes appear, please, post description of these mistakes on forum.

If the installation from the repository was successful, but something doesn't work, you should first check whether plugin for browser is installed. To do this open your browser and go to http://info.acestream.org/#/test.

If you will be transfered to a page of plugin installation - it means that plugin is not installed or installed incorrectly. Just in case, open a list of installed plugins (in Firefox press Ctrl-Shift-A, in Chrome enter "chrome://plugins" into address bar). Search for Ace Stream P2P Multimedia Plugin 2.1.6 in the list of plugins. If it's not there, write on forum a version of your OS and a browser's version. If plugin is on the list, but disabled - enable it and try again.

If at http://info.acestream.org/#/test you saw a test player, it means that plugin is installed correctly. In this case you should check the work of the engine:
  • is there an icon of Ace Stream on the panel?
  • does a file /tmp/acestream.log exist
If there is neither the icon, nor the file, try to start the engine from the command line.

At first, check the engine's version:
$ acestreamengine -v
(this command has to output the engine's version, the current version is 2.1.6)

Now try to start the engine from the command line:
$ acestreamengine --client-gtk
(launch with using GTK library to draw the icon and engine's menu)

If it didn't work, try to start the engine without using a graphic library:
$ acestreamengine --client-console --log-file /tmp/acestream.log
(launch in a console mode, the icon doesn't appear, logs are written to file /tmp/acestream.log)

If mistakes appeared during the launch - post them on forum.
If the engine has started, but still playback doesn't start on the page with a test player, post on forum the engine's log file (/tmp/acestream.log).

Hail google-translate - I managed to register :)

My log file attached - the problem I'm having is that when I click an acestream link the player freezes for a few seconds and nothing happens, the engine doesn't start. I've been using acestream for months without problems, my favourite stream software. This started happening after I upgraded to ubuntu 13.10, all was good with previous editions. Installation is going smootly, no issues. I tried to remove everything completely and re-install it again, but no luck, engine will just not start. Any ideas?

Many thanks,
Konrad
Записан

BeLZeBuT

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 2
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #10 : 16 Декабря 2013, 20:55:40 »

hi all! I am also a new on debian 7. i have problems with viewing torrents with acestream. so in terminal i have the following:

root@debian:/home# acestreamengine -v
version: 2.1.6 revision: 292
root@debian:/home# acestreamengine --client-gtk
/usr/share/acestream/lib/pycompat27.so/ACEStream/Main/AppWrapperGtk.py:40: Warning: /build/buildd-glib2.0_2.33.12+really2.32.4-5-i386-eISom6/glib2.0-2.33.12+really2.32.4/./gobject/gsignal.c:2459: signal `child-added' is invalid for instance `0x8be50b8'
^C^F^CException KeyboardInterrupt in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
Exception in thread Timer-Thread-27 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 760, in run
  File "core.c", line 7528, in
  File "core.c", line 1174, in
  File "/usr/lib/python2.7/threading.py", line 755, in cancel
  File "/usr/lib/python2.7/threading.py", line 389, in set
  File "/usr/lib/python2.7/threading.py", line 296, in notifyAll
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread Timer-Thread-26 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 760, in run
  File "core.c", line 979, in
  File "core.c", line 1174, in
  File "/usr/lib/python2.7/threading.py", line 755, in cancel
  File "/usr/lib/python2.7/threading.py", line 389, in set
  File "/usr/lib/python2.7/threading.py", line 296, in notifyAll
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread Timer-Thread-25 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 760, in run
  File "core.c", line 1061, in
  File "core.c", line 1176, in
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Timer'
Exception in thread Timer-Thread-28 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 760, in run
  File "core.c", line 2548, in
  File "core.c", line 1176, in
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Timer'
Exception in thread Timer-Thread-24 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 760, in run
  File "core.c", line 889, in
  File "core.c", line 1174, in
  File "/usr/lib/python2.7/threading.py", line 755, in cancel
  File "/usr/lib/python2.7/threading.py", line 389, in set
  File "/usr/lib/python2.7/threading.py", line 296, in notifyAll
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
root@debian:/home# ^C
root@debian:/home#

Please any help will be appreciated.
Записан

dkras

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 4
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #11 : 17 Декабря 2013, 15:12:15 »

Is there any chance you can compile an ARM package or allow others to compile?
I am a torrent-tv VIP user and want to watch it on my Raspberry Pi very bad.
Any hint will be greatly appreciated!
Записан

dkras

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 4
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #12 : 29 Декабря 2013, 17:45:13 »

2hubert
Thank you, I can read. Clearly this is not the answer to my question.
There's no Debian ARM package in the repo and that's what I need as I am using Raspberry Pi.

Hope to get some help from AceTorrent team. There are many of us desiring to use AceTorrent on RPi.
Записан

kauf

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 2
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #13 : 02 Февраля 2014, 00:32:32 »

2hubert
Thank you, I can read. Clearly this is not the answer to my question.
There's no Debian ARM package in the repo and that's what I need as I am using Raspberry Pi.

Hope to get some help from AceTorrent team. There are many of us desiring to use AceTorrent on RPi.

About Ace on Raspberry..
maybe this links will help you (caution russian lang):
http://habrahabr.ru/post/205762/
http://ru.man.wikia.com/wiki/Raspbmc
https://github.com/ValdikSS/aceproxy

this man can help you: https://github.com/ValdikSS
Записан

dkras

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 4
Re: Test Ace Stream software 2.1 (for Debian/Ubuntu) (En)
« Ответ #14 : 02 Февраля 2014, 08:04:51 »

Thank you, kauf!
Unfortunately, I did read these pages before.
I installed the python old versions of AceTorrent but they din't seem to work with the new versions of the server.
I tried them on three different clean distributions of RaspBMC/Xbian/OpenElec and none worked.
I ended up using a local TS Proxy on my home desktop and watching TV through IPTV PVR client on RPi.
It is a workable solution but I am sure users like myself would benefit from a 'native' AceTorrent solution.
Записан