Here's how you can watch the Olympics live on Linux:
Step 1: Get VLC
Ubuntu:
sudo apt-get install vlcOther distros; go to http://www.videolan.org/vlc/
Step 2: Get sopcast, extract it and go to its folder
wget http://download.sopcast.cn/download/sp-auth.tgzStep 3: Launch p2p sopcast stream
tar xvzf sp-auth.tgz
cd sp-auth
Usage:
./sp-sc-auth sop://[sopcasturl] [shareport] [streamport] > /dev/null &
List of streams: http://www.sopcast.org/channel/
Full list in XML: http://www.sopcast.com/chlist.xml
More streams on Google
Note: Not all streams have audio
Note 2: If sp-auth is giving out an error, you might need to download the stdc++5 library link: http://www.sopcast.com/download/libstdcpp5.tgz
Example:
./sp-sc-auth sop://broker1.sopcast.com:3912/48608 3904 8904 > /dev/null &Step 4: Fire-up VLC, open network stream http://localhost:[streamport]/tv.asf
Note: you might have to wait 20 seconds or so before it allows you to connect to the stream
Screenshots:
VLC open screen:

In action:

Source: Here
0 comments:
Post a Comment