I'm currently trying to use FFMpeg to capture my webcam , output it to dash and stream it live. I noticed that the "availabilityStartTime" parameter created in the MPD file is without the milliseconds part.
availabilityStartTime="2018-12-31T14:47:13Z"
I noticed that the ffmpeg library use "get_utc_date_time_insec" to fill the availabilityStartTime in the MPD file.
Is there a way for ffmpeg to fill the availabilityStartTime with complete timestamp?
Thank you