########################################################################################## HLS-16: Segments into a subdirectory ########################################################################################## Issue Type: New Feature ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Done (2015-06-17 06:25:38) Project: HLS Stream Creator (HLS) Reported By: btasker Assigned To: btasker Components: - CLI Options - Adaptive Streams Targeted for fix in version: - 1.0 Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== Where adaptive streams are being created, the output directory can get quite messy, when all you actually need in that location is the variant playlist. Need to add a cli option so that a subdirectory name can be specified, giving the following structure -- BEGIN SNIPPET -- - OUTPUT_DIRECTORY -- master.m3u8 -- SEGMENT_DIRECTORY --- stream_1_128k.m3u8 --- stream_1_0001.ts -- END SNIPPET -- ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2015-06-17 03:25:15 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: HLS-Stream-Creator Commit: 93eaa59a446e2649dbc182c7a24dd3f47d67cd61 Author: B Tasker