Ticket #295 (closed Bugs: fixed)
Ogg vorbis remaining time not correctly estimated
| Reported by: | rmcauley | Owned by: | toots |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Liquidsoap | Version: | |
| Keywords: | Cc: | ||
| Mac OSX: | yes | Linux: | yes |
| NetBSD: | yes | Other Operating System: | yes |
| FreeBSD: | yes |
Description (last modified by toots) (diff)
When using request-based sources with conservative=false enabled, ogg/vorbis remaining time seems to be very low.
More in details, the new mechanism implies that after the first #get_frame, the estimated remaining time be high enough to no trigger a new request.
While it seems to work correctly with mp3 files and a length of 10 seconds, ogg/vorbis estimated time seems to be very low after the first #get_frame. Here, I need to set length to 0.6 make it work.
Using ocaml-vorbis, it is possible to have a better estimation, which, contrary to the mp3 case, does not seem to be too high in terms of CPU usage.
Change History
Note: See
TracTickets for help on using
tickets.
