Streaming via RTSP or RTP in HTML5

后端 未结 8 2209
时光说笑
时光说笑 2020-11-22 16:05

I\'m building a web app that should play back an RTSP/RTP stream from a server http://lscube.org/projects/feng.

Does the HTML5 video/audio tag suppo

8条回答
  •  -上瘾入骨i
    2020-11-22 16:37

    Chrome not implement support RTSP streaming. An important project to check it WebRTC.

    "WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs"

    Supported Browsers:

    Chrome, Firefox and Opera.

    Supported Mobile Platforms:

    Android and IOS

    http://www.webrtc.org/

提交回复
热议问题