Author Topic: Sopcast not installing - SOLVED (unofficially)  (Read 604 times)

Offline inseine

  • Jr. Member
  • **
  • Posts: 41
Sopcast not installing - SOLVED (unofficially)
« on: June 30, 2012, 01:07:46 AM »
Hi..

I have tried to load the 3 options for sopcast supplied in synaptic - none can contact the website to download the package.

Synaptic is attempting to access - http://www.sopcast.references.tv/d2/sp-auth.tgz - and the sopcast website is showing the url - http://www.sopcast.references.tv/dx/sp-auth.tgz - for the Linux download, hence the synaptic download times out.

Any help with this please?
« Last Edit: July 01, 2012, 05:36:31 AM by inseine »
Wherever you are.. be there!

Offline rekabe

  • Full Member
  • ***
  • Posts: 107
  • /Universe/SolarSystem/Earth/Jamaica
Re: Sopcast not installing
« Reply #1 on: June 30, 2012, 12:22:23 PM »
I found that the only way to get sopcast-player installed is to also install gsopcast and qsopcast. Not sure if has any thing to do with dependencies but it worked for me.
« Last Edit: September 15, 2012, 08:52:46 AM by rekabe »

Offline inseine

  • Jr. Member
  • **
  • Posts: 41
Re: Sopcast not installing
« Reply #2 on: June 30, 2012, 07:18:22 PM »
@ rekabe

It's not working for me using any of the three option. Synaptic cannot access the sopcast website..

While installing package gsopcast-0.4.0-3pclos2010:

--2012-07-01 09:13:52--  http://www.sopcast.references.tv/d2/sp-auth.tgz
Resolving www.sopcast.references.tv (www.sopcast.references.tv)... failed: Connection timed out.
wget: unable to resolve host address “www.sopcast.references.tv”
tar (child): sp-auth.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
gsopcast: no process found
cp: cannot stat `sp-auth/sp-sc-auth': No such file or directory


The difference appears to be in the url. Synaptic is is looking for /d2/ and the website url is /dx/ for the download.

Has anyone successfully installed gsopcast recently?
Wherever you are.. be there!

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Sopcast not installing
« Reply #3 on: June 30, 2012, 11:05:56 PM »
Man, this thing is confusing. Okay, I installed all three packages available in Synaptic, gsopcast, qsopcast and sopcast-player. I got exactly the same results you did, from all three players. The problem is all three have different dependency lists and none of the three list sp-sc-auth as a dependency or provide the binary, which is the key ingredient needed to play a sopcast.

Code: [Select]
darrel@AMD64:  55 items 636Kb -> apt-cache whatprovides sp-sc-auth
<sp-sc-auth>
  nothing provides <sp-sc-auth>
darrel@AMD64:  55 items 636Kb ->

Be aware that the following procedure is not "officially sanctioned" for support on the forum. But, in order to get one of the players to work, you have to copy one binary from outside the official repository sources. The binary comes from the SopCast website. Go back into Synaptic and completely uninstall all three players. Do this before anything else, or uninstalling them later wil erase the sp-sc-auth file you need to copy. Next, create an SOPCAST folder in your home directory, (NOT as root).

$ mkdir ~/SOPCAST

That isn't in any of the instructions I could find, but was displayed as an error when I first tried to launch sopcast-player. Next, go to Sopcast's download page. Click the sp-auth.tgz download link and download it. Might as well save it to your SOPCAST folder. Here is the direct link. Extract both files, sp-sc-auth and Readme. As root, copy sp-sc-auth to /usr/bin.

# cp sp-sc-auth /usr/bin/

Don't forget the trailing /. The Readme file contains instructions for installing libstdc++.so.5 library files. We are already using libstdc++.so.6, so you don't need the older ones. It also gives an example for playing an sopcast from the command line using an external player, such as VLC or Mplayer. It may also be used for broadcasting your own, from what I can tell. So, you may want to experiment with that later. But, installing the sopcast-player will be all you need for playback. So, open Synaptic again, and reinstall sopcast-player. After installing it, start the player from Video > SopCast Player or Internet > SopCast Player in the main menu. Once the player's on screen, click the orange SopCast Player Channel Guide button. You'll see a progress bar for building the database. You'll then see a list of channels. Open a category and double-click a channel to start watching.



If you know of any other sources for channel guides, please post them here.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline inseine

  • Jr. Member
  • **
  • Posts: 41
Re: Sopcast not installing
« Reply #4 on: July 01, 2012, 05:29:12 AM »
Thank you djohnston.. I'm up and running! :D

At first I was able to get sopcast-player running and build the database, but I was not able to play the channels. So after a couple of re-installs it was asking for the libstdc++.so.5 library files. So I installed them in addition to the libstdc++.so.6 library files already loaded. On reflection, perhaps I should have re-installed the libstdc++.so.6 library files first, as I had installed/uninstalled sopcast-player (and the other versions) a few times.

Now it's working I will leave things as they are until another time (maybe! ;) )
Wherever you are.. be there!