Skip to content
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

Adaptive bitrate m3u8 file missing from the subfolder while uploading HLS files to the bucket in real time #6304

Open
yashtandon113 opened this issue Apr 28, 2024 · 1 comment
Assignees

Comments

@yashtandon113
Copy link
Contributor

Short description

The adaptive.m3u8 file is missing from the subfolder (if using the subFolder in broadcast) when using the HTTP endpoint feature to upload the HLS files simultaneously to the S3 bucket.

Environment

  • Ant Media Server version: v2.9.0

Steps to reproduce

  1. Enable adaptive bit rate in the application settings
  2. Enable the s3 upload via HTTP end point settings
  3. Create stream using API and define the subFolder
  4. Publish the stream on the server

Expected behavior

The subfolder (under streams folder) created on the S3 bucket should have the streamId_adaptive.m3u8 file as well.

Actual behavior

In actuality, the streamId_adaptive.m3u8 file generates outside of the subfolder

NOTE: This behavior seems to be working fine when HLS files are uploaded to the bucket after the stream stops following the standard S3 upload feature.

@lastpeony
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: After sprint
Development

No branches or pull requests

3 participants