Using Sling player under linux

From a while, I became a Linux user just because is more secure (at least so far) however I had a hard time to watch my favorite channels via Slingbox.

SlingPlayer is not supported under Linux but after some research on the net, I found a pretty simple solution. See below.

<body>
<table style="text-align: left; width:800px; height:800px;"
   border="1" cellpadding="0" cellspacing="0">
    <tbody>
    <tr>
        <td style="vertical-align:top;"><iframe src="http://slingplayer.slingbox.com/embedded/slingplayer.php" frameborder="0"
        height="800" width="800"></iframe>&nbsp;</td>
    </tr>
    </tbody>
</table>
<br>
</body>

copy this code into a text file and then rename the extension to .html (for ex. slingplayer.html)

Enjoy,

Post a Comment

0 Comments