running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
| #!/usr/bin/env python | |
| # coding: UTF-8 | |
| ''' | |
| Setup apc mini colors without Ablton Live | |
| ---------- | |
| > brew install portmidi |
| #!/bin/bash | |
| #set url and port to the xbmc box webservice | |
| XBMC_HOST="http://127.0.0.1:8080" | |
| if [ "$1" = "" ]; then | |
| echo -n "Insert URL: " | |
| read url | |
| else | |
| url="$1" | |
| fi |