Opened 12 years ago
Closed 12 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 , 12 years ago
| Component: | undetermined → avformat |
|---|---|
| Priority: | normal → wish |
| Version: | unspecified → git-master |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Implemented by Senthilnathan M in 96b8e7a9