Live video streaming with HTML 5?
问题 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 to do this with HTML 5 . I don't know if it's possible, but has anyone tried ? Thank you in advance! 回答1: To generate a state of the art live stream with good quality of experience, I recommend to make use of adaptive streaming technologies like MPEG-DASH or HLS. Utilizing Youtube's live streaming feature is definitely one (good) option.