• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 112
Release P2P-Streams - SopCast and AceStream for Kodi
Thanks for all the work on this addon! I'm trying to get it working but for the life of me I can't get the sopcast service to install. Acestream works fine. "Download modules on boot" doesn't seem to do anything unless I delete the addon settings and run it fresh, but even then it just redownloads acestream modules only. Sopcast is installed and works via it's own GUI. I have the options in sopcast set as per the wiki instructions. I'm on windows 7, and XBMC is run as administrator as per instructions. Any help would be appreciated.
(2014-08-30, 18:05)enen92 Wrote: I'll try to reproduce, it should work fine if you have downloaded the latest bundle (python psutil is included). However you can easily solve that by installing python-psutil in your system:

sudo apt-get install python-psutil

I've done that, however now I get this error

Code:
/home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/psutil/_pslinux.py:155: RuntimeWarning: couldn't determine platform's TOTAL_PHYMEM
  warnings.warn("couldn't determine platform's TOTAL_PHYMEM", RuntimeWarning)
2014-08-31 02:13:41,489|MainThread|acestream|error during startup
Traceback (most recent call last):
  File "Core.pyx", line 878, in Core.run
  File "Core.pyx", line 189, in Core.run_client_console
  File "Core.pyx", line 122, in Core.start_client
  File "imports.pyx", line 92, in init CoreApp
  File "ACEStream/Core/WebTools/MozillaTools.py", line 10, in <module>
ImportError: /home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/apsw.so: undefined symbol: sqlite3_uri_boolean
(2014-08-30, 18:08)Broken9754 Wrote: Thanks for all the work on this addon! I'm trying to get it working but for the life of me I can't get the sopcast service to install. Acestream works fine. "Download modules on boot" doesn't seem to do anything unless I delete the addon settings and run it fresh, but even then it just redownloads acestream modules only. Sopcast is installed and works via it's own GUI. I have the options in sopcast set as per the wiki instructions. I'm on windows 7, and XBMC is run as administrator as per instructions. Any help would be appreciatd. Here's a log if it helps.

Yap, I've reproduced that. Looks like today I'll have a great night....
1 improvement == 100 bugs lol

PS: You've a bunch of crap installed on your media center. Not a big problem but those addons create a lot of log span. Next time you provide a log to someone to fix something please make sure you disable most of those addons before uploading the log. 90% of your 2000 lines log is about those addons.
(2014-08-30, 18:35)enen92 Wrote: Yap, I've reproduced that. Looks like today I'll have a great night....
1 improvement == 100 bugs lol

PS: You've a bunch of crap installed on your media center. Not a big problem but those addons create a lot of log span. Next time you provide a log to someone to fix something please make sure you disable most of those addons before uploading the log. 90% of your 2000 lines log is about those addons.

Haha, sorry! I'm a bit of an addict...
(2014-08-30, 18:16)Jayphen Wrote:
(2014-08-30, 18:05)enen92 Wrote: I'll try to reproduce, it should work fine if you have downloaded the latest bundle (python psutil is included). However you can easily solve that by installing python-psutil in your system:

sudo apt-get install python-psutil

I've done that, however now I get this error

Code:
/home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/psutil/_pslinux.py:155: RuntimeWarning: couldn't determine platform's TOTAL_PHYMEM
  warnings.warn("couldn't determine platform's TOTAL_PHYMEM", RuntimeWarning)
2014-08-31 02:13:41,489|MainThread|acestream|error during startup
Traceback (most recent call last):
  File "Core.pyx", line 878, in Core.run
  File "Core.pyx", line 189, in Core.run_client_console
  File "Core.pyx", line 122, in Core.start_client
  File "imports.pyx", line 92, in init CoreApp
  File "ACEStream/Core/WebTools/MozillaTools.py", line 10, in <module>
ImportError: /home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/apsw.so: undefined symbol: sqlite3_uri_boolean

Well, the point of this addon is to make it work out of the box. I need to reproduce this with a virtual machine.

Before applying the last commands please let me know the output of those:

Quote:uname -a
Quote:cd $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream && ls -l
Quote:python -c "import sys;print sys.maxunicode()"
To solve that:

Quote:rm /home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/apsw.so
Quote:sudo apt-get install sqlite python-apsw

It should work after that, I'll also have a look tonight. However...not the way I wanted it to work after all that trouble.
Sorry for that.
(2014-08-30, 18:43)enen92 Wrote:
(2014-08-30, 18:16)Jayphen Wrote:
(2014-08-30, 18:05)enen92 Wrote: I'll try to reproduce, it should work fine if you have downloaded the latest bundle (python psutil is included). However you can easily solve that by installing python-psutil in your system:

sudo apt-get install python-psutil

I've done that, however now I get this error

Code:
/home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/psutil/_pslinux.py:155: RuntimeWarning: couldn't determine platform's TOTAL_PHYMEM
  warnings.warn("couldn't determine platform's TOTAL_PHYMEM", RuntimeWarning)
2014-08-31 02:13:41,489|MainThread|acestream|error during startup
Traceback (most recent call last):
  File "Core.pyx", line 878, in Core.run
  File "Core.pyx", line 189, in Core.run_client_console
  File "Core.pyx", line 122, in Core.start_client
  File "imports.pyx", line 92, in init CoreApp
  File "ACEStream/Core/WebTools/MozillaTools.py", line 10, in <module>
ImportError: /home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/apsw.so: undefined symbol: sqlite3_uri_boolean

Well, the point of this addon is to make it work out of the box. I need to reproduce this with a virtual machine.

Before applying the last commands please let me know the output of those:

Quote:uname -a
Quote:cd $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream && ls -l
Quote:python -c "import sys;print sys.maxunicode()"
To solve that:

Quote:rm /home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/apsw.so
Quote:sudo apt-get install sqlite python-apsw

It should work after that, I'll also have a look tonight. However...not the way I wanted it to work after all those trouble.
Sorry for that.


uname -a
Linux MicroServer 3.2.0-67-generic #101-Ubuntu SMP Tue Jul 15 17:45:51 UTC 2014 i686 athlon i386 GNU/Linux

Code:
-rwxr-xr-x 1 jayphen jayphen   6860 Aug 14 14:51 acestreamengine
-rw-r--r-- 1 jayphen jayphen 306940 Jan 27  2014 apsw.so
drwxr-xr-x 2 jayphen jayphen   4096 Aug 20 06:35 bitarray
drwxr-xr-x 2 jayphen jayphen   4096 Aug 20 06:35 blist
drwxr-xr-x 5 jayphen jayphen   4096 Aug 14 14:51 data
drwxr-xr-x 3 jayphen jayphen   4096 Aug 20 04:20 lib
drwxr-xr-x 4 jayphen jayphen   4096 Aug 20 06:35 M2Crypto
-rwxr-xr-x 1 jayphen jayphen  62743 Aug 14 14:42 miniupnpc.so
drwxr-xr-x 2 jayphen jayphen   4096 Aug 20 06:36 psutil
-rw-r--r-- 1 jayphen jayphen   9804 Apr  1 21:46 _psutil_linux.i386-linux-gnu.so
-rw-r--r-- 1 jayphen jayphen   5548 Apr  1 21:46 _psutil_posix.i386-linux-gnu.so

Code:
$ python -c "import sys;print sys.maxunicode()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: 'int' object is not callable


Removing apsw.so seemed to work, though sqlite & python-apsw were already installed and at the latest versions.

Running
Code:
$HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/acestreamengine --lib-path $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream --client-console
again worked this time, but I did still get the message
Code:
/home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/psutil/_pslinux.py:155: RuntimeWarning: couldn't determine platform's TOTAL_PHYMEM
  warnings.warn("couldn't determine platform's TOTAL_PHYMEM", RuntimeWarning)
before the rest of the output.

Thanks for your time
I'm also having issues with Acestream on Openelec.

Love the add-on, will it auto update when ready?
Hi
I am also having issues
Openelec Generic x86_64 4.0.7
i have installed from the repo and on first run i selected yes to the popup "are you running Openelec x86_64"
and nothings working
if i click advanced settings at the bottom i get p2p script failed
(2014-08-30, 18:55)sausageman Wrote: I'm also having issues with Acestream on Openelec.

Love the add-on, will it auto update when ready?

Openelec runs basically everywhere except in my cooker and microwave. Please identify the platforms correctly. Raspberry pi? cubox? 32bits machine? 64 bits machine?
Was it working previously or is this the first install...
Has anyone been able to use sopcast on any xbmc build higher than gotham beta 3?

Im on OSX
Jayphen, confirmed the problem, will fix it next version. Thanks for reporting
i getting kicked out from sopcast streams !
Here is the log
20:24:14 T:3037385504 NOTICE: COMXPlayer: Opening: http://192.168.178.43:9001/
20:24:14 T:3037385504 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
20:24:14 T:2587685952 NOTICE: Thread OMXPlayer start, auto delete: false
20:24:14 T:2587685952 NOTICE: Creating InputStream
20:24:22 T:2587685952 NOTICE: Creating Demuxer
20:24:22 T:2720003136 NOTICE: Thread FileCache start, auto delete: false
20:24:24 T:2587685952 NOTICE: Opening video stream: 1 source: 256
20:24:24 T:2587685952 NOTICE: Creating video thread
20:24:24 T:2596074560 NOTICE: Thread OMXPlayerVideo start, auto delete: false
20:24:24 T:2587685952 NOTICE: Opening audio stream: 0 source: 256
20:24:24 T:2587685952 NOTICE: Creating audio thread
20:24:24 T:2579297344 NOTICE: Thread OMXPlayerAudio start, auto delete: false
20:24:24 T:2596074560 NOTICE: Display resolution ADJUST : 1280x720 (1280x720) @ 50.00 - Full Screen (25) (weight: 0.000)
20:24:24 T:3037385504 NOTICE: Using GL_TEXTURE_2D
20:24:24 T:3037385504 NOTICE: GL: Using BYPASS render method
20:24:24 T:3037385504 NOTICE: GL: NPOT texture support detected
20:24:49 T:2587685952 NOTICE: Opening audio stream: 0 source: 256
20:27:17 T:2720003136 NOTICE: Previous line repeats 2 times.
20:27:17 T:2720003136 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
20:27:17 T:2720003136 NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1
20:27:17 T:2720003136 ERROR: CCurlFile::FillBuffer - Failed: Requested range was not delivered by the server(33)
20:27:47 T:2587685952 NOTICE: COMXPlayer::OnExit()
20:27:47 T:2587685952 NOTICE: OMXPlayer: eof, waiting for queues to empty
20:27:47 T:2587685952 NOTICE: OMXPlayer: closing audio stream
20:27:47 T:2587685952 NOTICE: Closing audio stream
20:27:47 T:2587685952 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
20:27:47 T:2579297344 NOTICE: thread end: OMXPlayerAudio::OnExit()
20:27:47 T:2587685952 NOTICE: OMXPlayer: closing video stream
20:27:47 T:2587685952 NOTICE: Closing video stream
20:27:47 T:2587685952 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
20:27:47 T:2596074560 ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
20:27:47 T:2596074560 NOTICE: thread end: video_thread
20:27:47 T:2587685952 NOTICE: COMXPlayer::OnExit() deleting demuxer
20:27:47 T:2587685952 NOTICE: COMXPlayer::OnExit() deleting input stream

The stream works fine on Computer !
(2014-08-30, 19:02)enen92 Wrote:
(2014-08-30, 18:55)sausageman Wrote: I'm also having issues with Acestream on Openelec.

Love the add-on, will it auto update when ready?

Openelec runs basically everywhere except in my cooker and microwave. Please identify the platforms correctly. Raspberry pi? cubox? 32bits machine? 64 bits machine?
Was it working previously or is this the first install...


I've been having the same issues as others have reported, acestream feeds don't connect.

Openelec 64bit on an HP prolient microserver.
(2014-08-30, 17:39)enen92 Wrote: Jayphen can you run this command and return me the output?

Quote:$HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/acestreamengine --lib-path $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream --client-console

This gives me
Code:
Cannot load libraries: path /home/bam/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/lib
How can I debug it?
(2014-08-31, 01:35)bam80 Wrote:
(2014-08-30, 17:39)enen92 Wrote: Jayphen can you run this command and return me the output?

Quote:$HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/acestreamengine --lib-path $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream --client-console

This gives me
Code:
Cannot load libraries: path /home/bam/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/lib
How can I debug it?

You're likely running openelec, there's a reason for the packages to be different. The addon in Openelec (except arm) starts the engine as:

Quote:sh $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/start.sh

libs need to be exported and the bundle also has openssl (the one used in the OS was not compiled with the required flags for the m2crypto module). I'll have a look as soon as possible. However, openelec dev's dropped the virtual build which makes testing systems I don't run a bit of a pain.
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 112

Logout Mark Read Team Forum Stats Members Help
P2P-Streams - SopCast and AceStream for Kodi14