-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
求助 #1
Comments
第一步:根据协议接收推流的RTSP视频流 前端是在第二步根据RTSP流协议收流,拿到视频流以后进行H264解码 |
现在有rtsp的视频流,我在vlc播放器中可以直接播放。那么在浏览器应该怎么做。看了Streamedian,但是服务端要收费。 |
https://blog.csdn.net/u014041540/article/details/51778358 |
现在用 可以,不过限制还是比较大。其他方案不是一会就能做好的。 |
是的,其实网页中的话,一般会采用RTMP的解决方案或者HLS,还有一种的话就是自定义的私有协议 |
现在采用rtmp的方案,用video.js播放。另外私有协议的websocket就没找到开源的,服务端都是收费的。 |
能否说下原理,我纯前端有些看不懂。
The text was updated successfully, but these errors were encountered: