vilkov / phonon-vlc-mplayer

Automatically exported from code.google.com/p/phonon-vlc-mplayer
GNU Lesser General Public License v3.0
2 stars 0 forks source link

mplayer buffering status #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The mplayer backend should implement the bufferStatus(int) signal and
ensure that is always called for the 0/100 case and the 100/100 case, as
well as a case in the middle if lucky enough.

Original issue reported on code.google.com by Jason.Donenfeld on 25 Jun 2008 at 8:15

GoogleCodeExporter commented 9 years ago
bufferStatus(int) signal is now used (matches MPlayer "Cache fill: %" message).
But from what I see MPlayer is not very talkative about bufferization :/
There is no warranty yet for the 0/100 and 100/100 cases

Original comment by tkrotoff on 28 Nov 2008 at 5:19