Difference between revisions of "Using sopcast"

From gr0x0rd
Jump to navigation Jump to search
Line 5: Line 5:
 
In order to make things easier for other applications that may reference the sopcast binary, we'll create a few symlinks.
 
In order to make things easier for other applications that may reference the sopcast binary, we'll create a few symlinks.
 
  '''$''' sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sp-sc
 
  '''$''' sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sp-sc
  '''$''' sudo ln -s sp-sc-auth sopcast
+
  '''$''' sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sopcast

Revision as of 20:19, 11 December 2010

How Do I... - Using sopcast

Sopcast is a great way to watch streaming live sports without advertising, flash streams or other clutter. At one point, sopcast was in portage along with some GUI frontends, but these have since been removed. In order to use sopcast, you'll have to install the binary manually from the sopcast download page. Once you have downloaded it, extract the archive contents to the folder of your choice. Open a terminal and navigate to that folder. Next, copy the archive to /usr/bin.

$ sudo cp sp-sc-auth /usr/bin/

In order to make things easier for other applications that may reference the sopcast binary, we'll create a few symlinks.

$ sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sp-sc
$ sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sopcast