########################################################################################## HLS-9: Allow filename prefix to be specified ########################################################################################## Issue Type: New Feature ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Minor Status: Closed Resolution: Done (2015-06-15 12:53:03) Project: HLS Stream Creator (HLS) Reported By: btasker Assigned To: btasker Components: - Playlists - CLI Options Targeted for fix in version: - 1.0 Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== The filename prefix is currently (by default) the filename of the input source - it's pretty ugly really. -- BEGIN SNIPPET -- foo.avi.m3u8 foo.avi_00001.ts -- END SNIPPET -- Need to add an option to allow the filename prefix to be specified if preferred, e.g. -- BEGIN SNIPPET -- ./HLS-Stream-Creator.sh -i foo.avi -s 10 -p foo foo.m3u8 foo_00001.ts -- END SNIPPET -- ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2015-06-15 12:34:27 btasker ----------------------------------------------------------------------------------------- Thinking about it some more, I'd like to add this as two options, one for segment titles and one for the playlist -- BEGIN SNIPPET -- ./HLS-Stream-Creator.sh -i foo.avi -s 10 -p foo-bar -t bar foo-bar.m3u8 bar_00001.ts -- END SNIPPET -- 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 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: HLS-Stream-Creator Commit: 7d3c159a3bf1816e145250bd15bc0ee29028588c Author: Ben Tasker