running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
| # Written by Aaron Cohen -- 1/14/2013 | |
| # Brought to you by BitTorrent, Inc. | |
| # "We're not just two guys in a basement in Sweden." TM | |
| # | |
| # This work is licensed under a Creative Commons Attribution 3.0 Unported License. | |
| # See: http://creativecommons.org/licenses/by/3.0/ | |
| import sys | |
| import re | |
| import socket |
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8