This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -ex | |
| sudo apt-get update | |
| sudo apt-get install vlc python gettext python-setuptools | |
| sudo apt-get install libvlc-dev hicolor-icon-theme python-glade2 python-gobject python-gtk2 | |
| cd /tmp | |
| wget -c -O sopcast-player.tgz https://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz | |
| tar xzvf sopcast-player.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use strict"; | |
| // ATTENTION! Requires `npm install websocket` to run | |
| var url = require("url"), | |
| http = require("http"), | |
| WebSocketClient = require("websocket").client; | |
| function usage() | |
| { |