Just download the Octoshape Plug-in executable from the Octoshape website [ here ] and install it. A new protocol (octoshape:XXX.yyy) will be handled by your web browser. To start watching a p2p tv channel, just click on a link or type the URI address in the browser address bar.
The installation process for Linux systems is a bit more complicated, but not too hard. Just follow the instructions below:
chmod u+x octosetup-linux_i386.bin
<e JavaExec="/usr/lib/jre-1_5_0_08/lib/i386/client/libjvm.so" PlayerExec="kmplayer $url" />
Now you can launch the Octoshape plugin from command line, from the octoshape diretory:
(e.g.: ./OctoshapeClient -url:octoshape:ESC08.low)./OctoshapeClient -url:octoshape:BROADCASTER.channel
On the next page I'll show you how to associate the Octoshape protocol with your web browser (in Linux it's not automatic, as in Windows), in order to launch p2p tv station directly from a web page or the address bar
In order to handle correctly the Octoshape protocol you'll need to write a bash script using a text editor, let's call it octo:
#!/bin/sh exec /home/XXXXX/octoshape/OctoshapeClient -url:"$@"
Change the script according to the location of the OctoshapeClient program in your filesystem. If you have root privileges you can put the script into the /usr/bin directory and give it execution privieges, using chmod 755 octo
Now you can watch all the Octoshape channels directly from your web browser, with no need to open a terminal window