ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
14.33k stars 842 forks source link

ffmpeg live streaming from webaudio input example #251

Open rafael2k opened 3 years ago

rafael2k commented 3 years ago

Did anyone already provided a sample which does live streaming from webaudio source to icecast or other streaming sink?

DAConsulting commented 3 years ago

@rafael2k : following this. i am interested in being able to ingest media content from a window and system audio (as one can with FFMPEG) and ouput to a stream endpoint (such as an RTMP url).

Any insight on this welcome.

Maybe this is doable with ffmpeg.js?

rafael2k commented 3 years ago

RTMP I don't think so, as WebSockets have no support for it. Dash, HLS and icecast2 seems very doable.