Is there any way to define the subfolder for the stream? #5122
Unanswered
yashtandon113
asked this question in
FAQs
Replies: 1 comment
-
Hi, When creating a stream via REST method, a custom subfolder can be specified for each stream id. Here is a curl sample:
When mp4 and HLS files begin to upload, a subfolder will be created inside the streams directory in the s3 bucket. Similarly, you can create a stream using the current date stamp subfolder, but you must delete the existing stream before creating a new one if you want to create the same stream for a different date.
NOTE: If you are using the subfolder to create a custom path, then the HLS or MP4 URL would be as follows using the embedded player (play.html).
I hope it helps. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to define subfolder and to stop overwriting of the HLS files in that subfolder?
Beta Was this translation helpful? Give feedback.
All reactions