Ticket #143 (closed defect: fixed)
FLV streaming doesn't play smoothly
| Reported by: | cluthi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ffmpeg | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Until the whole movie is downloaded, the display rate is about 1 or 2 frame(s) per second :-( Once the download is completed, the movie plays smoothly.
You can try this big trailer to try: http://a69.g.akamai.net/n/69/31971/v1/mediaplayer.allocine.fr/nmedia/18/36/26/41/18704950_fa1_hd.flv
Quite a stupid question: is this easy to fix ? Does anyone know what direction to look in order to fix this issue ?
I'm not sure what component I must assign, so I tried ffmpeg.
Attachments
Change History
Changed 6 years ago by dconrad
-
attachment
flv-import.diff
added
Note: See
TracTickets for help on using
tickets.

This just copies the same system of avoiding the redraw that causes the low framerate from the Matroska importer. Also, increases idle frequency to as fast as possible for local media, should still be once every half second for streamed sources.