Install Sopcast - 2008-02-21 14:57:15 SopcastThis guide will help you install sopcast on Ubuntu 7.10 Gutsy. It will also help you get a special modified version of the GUI running and setup firefox to send sop:// links to the program.Installing packagesMake sure you have all universe and multiverse repositories switched on. Then, in terminal:
sudo apt-get install qt3-apps-dev vlc build-essentialDownloading the latest SopCast binary Sopcast ix86 binary
Unzip it and cd into that directory using terminal. Then run:
sudo cp sp-sc-auth /usr/bin/sp-sc
Downloading and building the latest GUIDownload this specially modified source package. I have added URL handling.
RKMOD version of QSopCast
Again, unzip it and cd into that (src) directory using terminal. Then run
sudo qmake sudo make sudo make install
This should compile the source and install the binary into the correct location.Creating a menu shortcutGo to System / Preferences / Main Menu... then 'Internet' and 'Add New Item'. Give it the name "QSopCast" and command "qsopcast". You should now be able to launch from the main menu.Setting up the GUIOnce the gui is open, goto config then config again. Make sure that the player settings are all set to "vlc" and that the channel URL is set to "http://www.sopcast.com/gchlxml"
You should now be able to watch sop casts by selecting a channel, launching it and then hitting player when the stream is at 100%Firefox sop:// URLSGo into firefox and enter URL: "about:config". Right click, select new and string. The string name is "network.protocol-handler.app.sop" and the value is "qsopcast". It should now sent sops to the modified version of QSopCast ready to be launched. |