-
Notifications
You must be signed in to change notification settings - Fork 637
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
Hls segment file name format #6868
base: master
Are you sure you want to change the base?
Conversation
hlsSegmentFileNameFormat
hlsSegmentFileNameFormat
…edia-Server into hlsSegmentFileNameFormat
Quality Gate passedIssues Measures |
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
#6863