Opened 10 years ago

Closed 10 years ago

#3505 closed enhancement (fixed)

Apple HLS floating point time in manifest

Reported by: Chris Ballinger Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: hls
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Newer versions of the HLS spec support floating point time information in the .m3u8 files. Currently hlsenc.c uses ints for the time information, but could easily be extended to use floats.

Change History (2)

comment:1 by Carl Eugen Hoyos, 10 years ago

Component: undeterminedavformat
Priority: normalwish
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 10 years ago

Resolution: fixed
Status: newclosed

Implemented by Senthilnathan M in 96b8e7a9

Note: See TracTickets for help on using tickets.