Update jPlayer track/listeners on a webpage with jsonp

I recently found myself working on a small web-radio project for some friends, and I stumbled upon some interesting technical “challenges” (to say so). I wanted a HTML5 Web-Radio Player (I used the excellent jPlayer project, which supports html5’s <audio>in a wide range of browsers, but also has a fall-back to Adobe Flash for older browsers), but
Continue reading...

OSCam Startup Script for Ubuntu and other linux distros (systemd compatible)

Updated on 14.05.2017 Create a file called /etc/init.d/oscam with the following contents: #!/bin/sh ### BEGIN INIT INFO # Provides: oscam # Required-Start: $local_fs $network $remote_fs # Required-Stop: $local_fs $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop service oscam # Description: oscam ### END INIT INFO
Continue reading...