How to Live stream with HTML5, without Flash?

后端 未结 4 1126
半阙折子戏
半阙折子戏 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:08

    Using WebRTC for such a use case incurs a high computing cost on the server side and is a rather new technique, which means you should be using it if you know what you are doing.

    My suggestion would be to stick to Flash or MPEG-DASH instead - unless what you need must have a very low latency to it and you are fine with paying for it by smaller solution scales.

提交回复
热议问题