Hacker News new | ask | show | jobs
by haywirez 3955 days ago
Regarding self-hosting, could anyone share some technical links related to streaming? Are there good/easy ways to interactively 'chunk-stream' audio without giving away the entire file (without Flash...)?
1 comments

I think the new(-ish) MediaStream APIs are designed precisely for this.

https://dvcs.w3.org/hg/audio/raw-file/tip/streams/StreamProc...

The simple audio element itself might be sufficient.

Thank you, looking into this!