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.2k stars 279 forks source link

Does Peaks.js work with DVR live streaming? If yes, can you provide some examples with DASH streaming? #364

Open lucianogrippa opened 3 years ago

lucianogrippa commented 3 years ago

I'm working on an audio editor and I need partial or total representation of the audio wave from DVR live even when the window is moving and I need to know if is possible with this library.

chrisn commented 3 years ago

It doesn't currently work with DASH streaming, only file based media. This would be a very welcome addition, though, if you or someone is interested to work on it.