Test with:
python -m SimpleHTTPServer
Track Selection
https://hud.toorcon.net/?s=track1
Page Rotation
Video Stream
Testing
Add the following to .git/hooks/pre-commit
to automatically update the manifest when pushing.
#!/bin/sh
epoc=$(date +'%s')
echo "Updating manifest.appcache version: $epoc"
sed -i "s/# v.*$/# v$epoc/g" manifest.appcache
git add manifest.appcache
Branch: transcoder