Watching Web TV with Sopcast on ubuntu
Posted Under: General
You may want to watch live media from the web in your ubuntu,and Sopcast player is designed for Linux user with an integrated video player,a channel guide,and bookmarks.

To install Sopcast,you need to download following two packages from site:http://code.google.com/p/sopcast-player/downloads/list
For i386 :
sopcast-player_0.2.1-1_i386.deb
sp-auth_3.0.1_i386.deb
For amd64:
sopcast-player_0.2.1-1_amd64.deb
sp-auth_3.0.1_amd64.deb
Navigate to the directory you downloaded the files ,double click to open and click on Install Package.
When the installation finish,restart and you will find Sopcast player at Applications–>Internet–>Sopcast Player

Click on it to open up,and try following if nothing happens
First,make sure you have Python version 2.5 installed:
sudo apt-get install python2.5
Then execute:
sudo gedit /usr/bin/sopcast-player
Change it so it looks like this:

Close and save it,then restart.
Now,It should starts up.For a channel list,click on “Channel Guide”button, and you can change channel guide URL at Channel Guide tab of Edit–>Preferences.
Related posts:
- Install SopCast Internet TV on Ubuntu 12.04
- Install SopCast Web TV player with VLC1.1.x problem fixed in Ubuntu 10.10 Maverick
- TV-MAXE, Sopcast Online TV & Radio Player in Ubuntu 12.04/Previous
- FreetuxTV – free GTK2+ Web TV and Web Radio player for Linux
- Sharing links to videos and watching directly in Pidgin

Reader Comments
Superb instructions.
I can get as far as opening a channel on sopcast; the vlc player opens, and it would seem to be doing *something*, but I have no sound or video!! (other videos that I have on my machine are able to play…)
Maybe something to do with codecs? I really don’t know.
Got any suggestions?
Thanks
Nik
[Reply]
Got my Ubunt box…. got linux sopcast… now I got lots of free TV! Thanks for the easy instructions
[Reply]
Thanks for the instructions! I got it (kind of) working when changing the line in the sopcast file to “.py” instead of “.pyc”.
Cheers!
[Reply]
i get stucked at installing
the sp_auth file needs a library that is no longer available (so says kpackagekit)libstdc++5
i have instead already installed the 6-4 version of it
any advice?
[Reply]
Here you can find sopcast-player for ubuntu karmic Koala 9.10: http://www.sourceslist.eu/installare-software-tramite-repository/installare-sopcast-player-0-3-0-su-ubuntu-karmic-koala-9-10-in-pochi-click/
Because the original version that you can find on googlecode don’t work with Ubuntu 9.10.
[Reply]
admin Reply:
November 2nd, 2009 at 3:56 am
Thanks,vito
[Reply]
sopcast-player
Traceback (most recent call last):
File “/usr/share/sopcast-player/lib/sopcast-player.py”, line 1783, in
pySop = pySopCast()
File “/usr/share/sopcast-player/lib/sopcast-player.py”, line 371, in __init__
self.vlc = VLCWidget.VLCWidget(*p)
File “/usr/share/sopcast-player/lib/VLCWidget.py”, line 28, in __init__
self.player=instance.mediacontrol_new_from_instance()
AttributeError: ‘Instance’ object has no attribute ‘mediacontrol_new_from_instance’
[Reply]
have the same problem here…. it gives me this when running in terminal…
sopcast-player
Traceback (most recent call last):
File “/usr/share/sopcast-player/lib/sopcast-player.py”, line 1783, in
pySop = pySopCast()
File “/usr/share/sopcast-player/lib/sopcast-player.py”, line 371, in __init__
self.vlc = VLCWidget.VLCWidget(*p)
File “/usr/share/sopcast-player/lib/VLCWidget.py”, line 28, in __init__
self.player=instance.mediacontrol_new_from_instance()
AttributeError: ‘Instance’ object has no attribute ‘mediacontrol_new_from_instance’
[Reply]
admin Reply:
July 19th, 2010 at 10:01 pm
Do you have VLC 1.1.0 rc The Luggage installed in your machine?Sopcast sounds like have something problem with the latest VLC.
You can try this to fix the problem:
If you are unwilling to un-install the latest VLC,you can try gsopcast or qsopcast instead:
http://code.google.com/p/gsopcast/
GTK version of sopcast, has no problem with VLC
http://code.google.com/p/qsopcast/
QT version of sopcast, has no problem with VLC
Both have difficulty with downloading the menu, but you can manually choose.
http://www.sopcast.com/gchlxml
http://www.sopcast.cn/gchlxml
http://channel.sopcast.com/gchlxml
[Reply]
the same error happens to me. i have lucid and installed sopcast player 0.4.1-1~lffl~lucid~ppa
[Reply]
All the issues surrounding the different versions of the VLC bindings has been cleared up with the latest version of SopCast Player. I have implemented an automatic fall-back mechanism that will find the most appropriate version of the bindings to use, no user-intervention required. If you would like to give it a try please goto http://sopcast-player.googlecode.com for detailed instructions.
Warm Regards,
Jason
[Reply]
Also check out:
http://fourforces.blogspot.com/2011/10/install-sopcast-in-ubuntu-linux-ppa.html
[Reply]