-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support changing hls segment files' name with timestamps #6868
Conversation
hlsSegmentFileNameFormat
hlsSegmentFileNameFormat
…edia-Server into hlsSegmentFileNameFormat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @burak-58,
Please make fragmented mp4's initFilename unique as well. Take a look at the comment
Regards
Oguz
options.put("hls_segment_type", hlsSegmentType); | ||
if (HLS_SEGMENT_TYPE_FMP4.equals(hlsSegmentType)) { | ||
|
||
segmentInitFilename = initialResourceNameWithoutExtension + "_init.mp4"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make it unique as well
Quality Gate passedIssues Measures |
#6863