[gstreamer-bugs] [Bug 519355] constant hard disk usage when playing music

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 5 14:01:40 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=519355

  GStreamer | don't know | Ver: 0.10.x




------- Comment #3 from David Schleef  2008-03-05 22:01 UTC -------
The only advantage for preloading media (mostly sound files) is so that the
hard drive can spin down.  I have yet to see a Linux laptop configured in such
a way that the hard drive is stopped a significant fraction of the time. 
Usually, I observe that the drive spins down for about 2 seconds, then spins up
again.  Until HD spindown is useful in the rest of Linux (or whatever OS), it's
merely a waste of developer time to add support in GStreamer.

Assuming that that problem has been solved, this ends up being mostly an issue
of writing a library for applications (such as rhythmbox) to use that allows
the media player to hint which media files will be needed soon, and load them
into memory.  The media player can then use appsrc instead of filesrc to play
the file from memory instead of a file.

As always, we don't keep track of enhancement requests in bugzilla unless
someone is actively working on the problem, or a GStreamer developer wants to
look after it.  So unless someone steps forward, this bug should be closed.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=519355.




More information about the Gstreamer-bugs mailing list