On Thu, 10 Sep 2015 20:35:21 +1000
Andrew Armstrong <phpla...@gmail.com> wrote:

> Hello,
> 
> A recent Chrome update today has caused seeking in audio files streamed on
> the web (eg, via SoundCloud and others) to no longer work. Instead, the
> file is slowly buffered until the required position in the data stream is
> reached.
> 
> I added some notes about this problem at the Chrome bug report list at
> https://code.google.com/p/chromium/issues/detail?id=530043

This was already fixed by an (apparent) chrome developer. The issue is
that seeking precision was increased, which forces reading the whole
file up until the seek position. Blame mp3 for being a terrible format.

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to