Enigma2 plugin to to play various online streams (mostly Latvian).

playstreamproxy 204B

123456789
  1. #!/bin/sh
  2. DAEMON=/usr/lib/enigma2/python/Plugins/Extensions/PlayStream/content/playstreamproxy.py
  3. NAME=playstreamproxy
  4. DESC="PlasyStreamProxy"
  5. test -f $DAEMON || exit 0
  6. /usr/bin/python $DAEMON $1
  7. exit 0