Watch P2P Television on Linux with Sopcast and VLC player

On Windows I was used to watching on-line television with the software Sopcast. On linux I had to spend about an hour to setup everything to correctly view P2P Tv, so I believe that this post may be useful to other people.

First of all, find and download the file sopcast-3.0.1-1.pkg.tar.gz or a more recent version if available. Then unzip it on your disk and change directory going into its bin folder

tar xfvz sopcast-3.0.1-1.pkg.tar.gz
cd sopcast-3.0.1-1.pkg/usr/bin/

It’s now time to run the service that will connect to a p2p television stream, and will stream that video on your PC.

./sp-sc-auth sop://your.favouritetv.com:3912/6002 3908 8908 > /dev/null

Obviously replace the URL sop://your.favouritetv.com:3912/6002 with the URL of the television you want to watch (on MyP2P.eu there are some good channel listings) Be careful to pick an URL for Sopcast (there are many other kind of p2p softwares such as TvAnts and so on that uses different protocols).

Now there is a background service on your system that streams that TV on the chosen port 8908

The final step is to run VLC Media Player to view that stream on your monitor. This is the command:

vlc http://localhost:8908/tv.asf

Enjoy the show 🙂

8 thoughts on “Watch P2P Television on Linux with Sopcast and VLC player

  1. Thank you so much.
    However, how do I stop that streaming in the background when I finish?
    (I’m the very beginner in Linux)

    • In the terminal where you wrote sp-sc-auth, just hit CTRL+C, and that application will shutdown, and the terminal prompt will appear again.

  2. Pingback: watch p2p tv on linux « У пошуках свайго выраю

  3. Thank you for any other wonderful article. The place else may just anybody get that type of info in such a perfect method of writing? I’ve a presentation subsequent week, and I am at the search for such information.|

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.