Streaming via RTSP or RTP in HTML5

后端 未结 8 2093
时光说笑
时光说笑 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条回答
  •  伪装坚强ぢ
    2020-11-22 16:16

    With VLC i'm able to transcode a live RTSP stream (mpeg4) to an HTTP stream in a OGG format (Vorbis/Theora). The quality is poor but the video work in Chrome 9. I have also tested with a trancoding in WEBM (VP8) but it's don't seem to work (VLC have the option but i don't know if it's really implemented for now..)

    The first to have a doc on this should notify us ;)

提交回复
热议问题