Ticket #143 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

FLV streaming doesn't play smoothly

Reported by: cluthi Assigned to:
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

flv-import.diff (4.9 kB) - added by dconrad on 04/18/07 22:14:43.
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.

Change History

04/18/07 22:14:43 changed by dconrad

  • attachment flv-import.diff added.

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.

04/21/07 13:10:58 changed by cluthi

That works really fine, thanks! Is it going to be included in the trunk sooner or later ?

04/25/07 17:48:20 changed by dconrad

  • status changed from new to closed.
  • resolution set to fixed.

(In [461]) When idle importing, only add samples to the track if the movie is paused unless necessary. Also speed up idle importing of local files considerably. Closes #143