Fritz Michael Manalili Posted April 13, 2021 Share Posted April 13, 2021 Hello! I'm streaming using HLS and I need the ext-x-program-date-time tag in the hls manifest. How do I add the tag in the manifest in AMS? Thank you! Link to comment Share on other sites More sharing options...
0 mekya Posted April 13, 2021 Share Posted April 13, 2021 Hi Fritz, Thank you for the question. Ant Media Server supports hls_flags for FFmpeg It means that if you add following property to the app configuration as described here. I think it will support that. settings.hlsflags=program_date_time https://antmedia.io/javadoc/io/antmedia/AppSettings.html#hlsflags Btw, default value of settings.hlsflags is delete_segments if you want to add multiple flags, you can prepend by + settings.hlsflags=delete_segments+program_date_time I hope it helps. Regards, A. Oguz Link to comment Share on other sites More sharing options...
0 Fritz Michael Manalili Posted April 15, 2021 Author Share Posted April 15, 2021 Got it. Thank you for the response! Link to comment Share on other sites More sharing options...
Question
Fritz Michael Manalili
Link to comment
Share on other sites
Top Posters For This Question
2
1
Popular Days
Apr 13
2
Apr 15
1
Top Posters For This Question
Fritz Michael Manalili 2 posts
mekya 1 post
Popular Days
Apr 13 2021
2 posts
Apr 15 2021
1 post
2 answers to this question
Recommended Posts