slingxshot
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023
01:47 PM
Get timestamp from HLS stream
Looking to get the timestamp of a "Live" HLS stream when the video is playing. I seen references to program date. Basically the date when the segment/clip was generated.
Here is an example:
#EXT-X-PROGRAM-DATE-TIME:2023-06-09T21:23:31.955Z
This is located inside m3u8 file.
Update....
Found it:
["positionInfo"]["video"]
Thanks!