Challenge: I need to find the stream name from the segment URL.
Is it somehow possible to change the segment folder or naming convention? The current segment names are like `{stream}000000000.ts` and that makes it complicated to extract the stream name from the segment URL `https://{server}:5080/LiveApp/streams/{stream}000000000.ts`. I would prefer to have each stream in a separate folder under /streams/ or have a naming convention that makes it possible to split, even thought that would still be error-prone.
Question
Karel
Challenge: I need to find the stream name from the segment URL.
Is it somehow possible to change the segment folder or naming convention? The current segment names are like `{stream}000000000.ts` and that makes it complicated to extract the stream name from the segment URL `https://{server}:5080/LiveApp/streams/{stream}000000000.ts`. I would prefer to have each stream in a separate folder under /streams/ or have a naming convention that makes it possible to split, even thought that would still be error-prone.
Ideal
https://{server}:5080/LiveApp/streams/{stream}/000000000.ts
Alternative
https://{server}:5080/LiveApp/streams/{stream}-000000000.ts
Link to comment
Share on other sites
Top Posters For This Question
3
3
1
Popular Days
Jan 5
6
Feb 8
1
Top Posters For This Question
Yash 3 posts
Karel 3 posts
Connessione 1 post
Popular Days
Jan 5 2023
6 posts
Feb 8 2023
1 post
Popular Posts
Karel
https://github.com/ant-media/Ant-Media-Server/issues/4729
Yash
Hi @Karel Unfortunately, there is no direct method on the dashboard for defining the stream's subfolder. You can make a feature request here if you want.
Yash
@Karel Thank you for submitting the feature request. According to the priority, the request will be reviewed and scheduled for development.
6 answers to this question
Recommended Posts