How to stream live video in HTML5?

前端 未结 3 612
暗喜
暗喜 2021-02-02 15:34

I\'m looking for a way to broadcast a live video taken from a webcam or camera rooted to a PC. The broadcast should be displayed in a HTML5 page using the tag (which support rt

3条回答
  •  日久生厌
    2021-02-02 15:47

    It's possible. But you will have major problems if you're looking for cross browser support. What you can do is offer HTML5 video to the browsers supporting it and then offer QuickTime for browsers not supporting it.

    
    

    Also see: Streaming via RTSP or RTP in HTML5

提交回复
热议问题