Stream getUserMedia to an Icecast server?

前端 未结 1 497
野性不改
野性不改 2020-12-16 06:20

Is there a way to stream the local blob created by webrtc\'s getUserMedia (vidio and audio) to an Icecast server, making it possible to live broadcast using HTML5?

S

相关标签:
1条回答
  • 2020-12-16 07:00

    Take a look at this

    https://github.com/webcast/webcaster

    it captures getUserMedia PCM, encodes it to MP3 format using JavaScript right in your browser, sends encoded MP3 data to Liquidsoap http://liquidsoap.fm/ via Websockets and then Liquidsoap can broadcast that stream to Icecast server.

    0 讨论(0)
提交回复
热议问题