bbc / peaks.js

JavaScript UI component for interacting with audio waveforms
https://waveform.prototyping.bbc.co.uk
GNU Lesser General Public License v3.0
3.16k stars 275 forks source link

Loading future segments #517

Open cloudcastsystems opened 7 months ago

cloudcastsystems commented 7 months ago

I'm currently storing 5 minute increments of a livestream as mp3 and generating the waveform json on server side.

Is it possible to display one segment and preload another so it's a "infinite" scrolling timeline

chrisn commented 7 months ago

Currently, no, but I'm interested to enable this with DASH streaming, see https://github.com/bbc/peaks.js/issues/364.