jonnor / sndflo

Visual programming SuperCollider using Flowhub
29 stars 1 forks source link

Streaming to browser/other devices #5

Open jonnor opened 9 years ago

jonnor commented 9 years ago

Should be low latency. In my experience this is tricky with HTML5 video/audio element (usually supporting HTTP/RTP etc), so it could be that WebRTC or WebSocket+WebAudio is way to go.

We could either hook into JACK, or SuperCollider itself. SuperCollider might also allow us to spy on internal busses, useful for debugging (edge introspection)

Mostly finding dead projects so far...

jonnor commented 9 years ago

GStreamer could probably be used http://stackoverflow.com/questions/2715257/moving-audio-over-a-local-network-using-gstreamer