How to Live stream with HTML5, without Flash?

后端 未结 4 1131
半阙折子戏
半阙折子戏 2021-02-13 20:56

The Problem: I need my clients to be able to stream their webcam to my streaming server(for instance Wowza server). I am building my site in PHP. I have gone th

4条回答
  •  爱一瞬间的悲伤
    2021-02-13 21:09

    You will basically need a server which has a pseudo WebRTC client integrated in it. WebRTC can get the stream but cannot start streaming until a PeerConnection is setup. You can try using various servers/gateways like Janus, Kurento, Licode, FreeSwitch, etc.

    Also MediaStream generate by WebRTC can be directly attached to an HTML5 tag.

提交回复
热议问题