xlight / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

problem installign on F15 64 #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install sopcastplayer 0.7.2 on F15 64bit with python 2.7
2. run sopcast-player
3.

What is the expected output? What do you see instead?

/usr/bin/sopcast-player: line 2: 13709 Segmentation fault (core dumped) 
/usr/bin/python /usr/share/sopcast-player/lib/sopcast-player.py $@

with Python 2.7. When I run it with python2.5 it seems to run but I miss some 
libraries:

Traceback (most recent call last):
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 22, in <module>
import gobject
ImportError: No module named gobject

If I run the commandp-line client, it works fine:

sp-sc sop://broker.sopcast.com:3912/106491 3908 8908 > /dev/null &
mplayer http://localhost:8908/tv.asf

and I can see the steam.

What version of the product are you using? On what operating system?

F15 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by vallery....@gmail.com on 20 Aug 2011 at 10:13

GoogleCodeExporter commented 9 years ago
It's an error in "vlc_1_0_x.py" you can try to fix it by commenting out the 
line 

import vlc_1_0_x 

in "VLCWidget.py" if you have installed VLC 1.1 or later. I had no time for 
further investigation yet, but that solved the problem for me.

Original comment by manuel.l...@gmail.com on 28 Aug 2011 at 12:19

GoogleCodeExporter commented 9 years ago
The problem resides in "vlc_1_0_x.py" where the the decorator callbackmethod is 
initialized with the Event class as argument and not a pointer to it. It took 
me a while of print() debugging to find this bug and I'am wondering when this 
function came into the code, as it did not cause any problems before. A 
bugfixing patch is provided as attachment

Original comment by manuel.l...@gmail.com on 28 Aug 2011 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago
I committed the changes suggested by Manuel. Please install from the repo and 
let me know if everything worked as expected. Thank you Manuel for all the work 
you have done for the SopCast Player project! 

Original comment by flyguy97 on 29 Aug 2011 at 8:12

GoogleCodeExporter commented 9 years ago
thanks. From which repo I should install? Download it from this page?

Original comment by vallery....@gmail.com on 30 Aug 2011 at 5:55

GoogleCodeExporter commented 9 years ago
I fixed my segfault by commenting that line in 
/usr/share/sopcast-player/lib/VLCWidget.py.
I'm running Ubuntu 11.10 Oneiric 64-bit and I have version .7.4~ppa~oneiric1 
from the ppa.

Original comment by ernst.blaauw on 18 Oct 2011 at 8:52

GoogleCodeExporter commented 9 years ago
combination of both workes for mi (oneiric 64-bit)

thx a lot!

Original comment by king.ko...@googlemail.com on 29 Oct 2011 at 1:45

GoogleCodeExporter commented 9 years ago
Hi,
I have the same issue but it's fixed now by commenting the line
import vlc_1_0_x 
in the file /usr/share/sopcast-player/lib/VLCWidget.py

Hope it can help someone
Thank you

Original comment by kiennguy...@gmail.com on 4 Jan 2012 at 1:54

GoogleCodeExporter commented 9 years ago
had this issue on ubuntu with roberto ferram's ppa.

kiennguy's fix worked for me because the 1_0_x python module isn't installed so 
it can't find it....

Original comment by kenk...@gmail.com on 5 Feb 2012 at 7:31

GoogleCodeExporter commented 9 years ago
Ubuntu 12.04 Ubuntu precise (development branch) x86_64
Kernel: 3.3.0-1.dmz.1-liquorix-amd64
sopcast-player: 0.7.4-5~lffl~precise~ppa
Has the same problem, solved by this steps:
1) sudo nano /usr/share/sopcast-player/lib/VLCWidget.py
2) comment line #import vlc_1_0_x by adding a # at the beginning of the line

Original comment by dimmu.st...@gmail.com on 14 Apr 2012 at 6:14

GoogleCodeExporter commented 9 years ago
Doesn't work.

I'm running ubuntu 12.04 and vlc 2

I still get segmentation fault when trying to open streams

Original comment by Carl.Mic...@gmail.com on 5 May 2012 at 3:58

GoogleCodeExporter commented 9 years ago
Fixed in latest version

Original comment by flyguy97 on 7 May 2012 at 3:07

GoogleCodeExporter commented 9 years ago
Fixed in latest version

Original comment by flyguy97 on 7 May 2012 at 3:08