javascript
js调用vlc_如何使用HTML5或JavaScript查看RTSP流,而不使用Real Player插件上的VLC插件等插件?...
The idea is to develop a cross-platform, standalone application that could play a video, streamed over RTSP, using HTML5 or JavaScript or any other web technology.
解決方案
RTSP is a protocol on the same level as HTTP. Its impossible to do RTSP via HTTP.
The HTML5 video tag could support RTSP but no browser implements it.
It may be possible to create an RTSP proxy using websockets but that wouldn't be true rtsp any more. And it would mean, all the demuxing and protocol stuff had to be implemented in JS which would be quite inefficient.
I think your best alternative would be using either HTTP streaming with the video tag or WebRTC.
總結(jié)
以上是生活随笔為你收集整理的js调用vlc_如何使用HTML5或JavaScript查看RTSP流,而不使用Real Player插件上的VLC插件等插件?...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 第二周:神经网络的编程基础之Python
- 下一篇: 智慧交通day02-车流量检测实现08: