Live video streaming with HTML 5?

前端 未结 4 1937
盖世英雄少女心
盖世英雄少女心 2020-12-25 13:16

I want to make live video streaming. For example there is discussion. And somebody is recording it. I want the video record to appear on my web page. I want

4条回答
  •  春和景丽
    2020-12-25 13:49

    You need an intermediary server like flashphoner. Here you can read article how to stream video from HTML5 page to YouTube live using the gateway software.

    Long story short you have to convert your HTML5 (WebRTC) stream into RTMP stream acceptable by Youtube Live.

提交回复
热议问题