The filename prefix is currently (by default) the filename of the input source - it's pretty ugly really.
foo.avi.m3u8
foo.avi_00001.ts
Need to add an option to allow the filename prefix to be specified if preferred, e.g.
./HLS-Stream-Creator.sh -i foo.avi -s 10 -p foo
foo.m3u8
foo_00001.ts
Activity
2015-06-15 12:34:27
That way, downstream systems that require a specific filename for the manifest can be satisfied whilst not necessarily being tied to having the same name for the segments themselves.
2015-06-15 12:41:15
Webhook User-Agent
View Commit
2015-06-15 12:43:15
Webhook User-Agent
View Commit
2015-06-15 12:50:41
If the playlist name isn't specified it takes it from the inputfile. If the segment name isn't specified, it's taken from the playlist name (so may also come from the inputfilename).
In a wrapper script, the values can be set in
Will update the README shortly
2015-06-15 12:53:04
2015-06-15 12:53:04
2015-06-15 12:53:07
2015-06-15 12:53:16
Webhook User-Agent
View Commit