########################################################################################## HLS-8: Implement ability to tell FFMPEG the input is a linear stream ########################################################################################## Issue Type: New Feature ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Done (2015-06-15 15:46:31) Project: HLS Stream Creator (HLS) Reported By: btasker Assigned To: btasker Components: - Linear Support Targeted for fix in version: - 1.0 Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== Although it was a little ropey, older revisions could take a linear input (such as a named pipe) and use that in order to continuously output a live stream. HLS-5 changed the way that the m3u8 is generated and so we now need to be more explicit about whether or not the stream is live (as it will affect the m3u8 options). Need to add a simple command line flag to specify that it's linear video and act accordingly ----------------------------------------------------------------------------------------- Issue Relations ================ - is blocked by HLS-7: Implement use of getopt - relates to HLS-5: PR#6 FFMPEG will be called only once ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2015-06-11 12:11:46 btasker ----------------------------------------------------------------------------------------- Marking as blocked by HLS-7 as I'd rather add as an option ----------------------------------------------------------------------------------------- 2015-06-11 13:57:15 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: HLS-Stream-Creator Commit: 47311351daab4279a9b766f1d40b433757189645 Author: Ben Tasker