admin管理员组文章数量:1428481
I am already using rtsp protocol to stream video on windows application and Silver-light web application. I have built rtsp server using Live555 library, which connects with video source and multicast with different users(clients).
But now I want to stream video source in web browser to replace silver-light ponent. So please some one can help me to do this on web browser.
Is there any standard way/solution to do rtsp video streaming on web browser? Please help me for video streaming over tcp socket on web browser. Currently, I am using rtsp over tcp protocol for video streaming.
I am already using rtsp protocol to stream video on windows application and Silver-light web application. I have built rtsp server using Live555 library, which connects with video source and multicast with different users(clients).
But now I want to stream video source in web browser to replace silver-light ponent. So please some one can help me to do this on web browser.
Is there any standard way/solution to do rtsp video streaming on web browser? Please help me for video streaming over tcp socket on web browser. Currently, I am using rtsp over tcp protocol for video streaming.
Share Improve this question asked Oct 20, 2015 at 10:03 Nilesh WaghNilesh Wagh 9402 gold badges12 silver badges26 bronze badges 2- have you seen this ? stackoverflow./questions/27203207/… – Carlo G. Commented Oct 20, 2015 at 10:08
- You might find interesting options in my reply: stackoverflow./a/44167594/251980 – Tiago Dias Commented May 25, 2017 at 10:08
1 Answer
Reset to default 2You can do this in 3 ways:
Write a plug in for live555 server which converts RTSP stream into RTMP. Then stream RTMP to web browser. From web browser using Flash player open RTMP stream.
Use third party server (e.g. wowza) which take RTSP stream from live555 as a input and stream out as RTMP. From web browser using Flash player open RTMP stream.
Recently live555 developer has added webrtc streaming in library. You can use this feature for web browser streaming. live555-webrtc-demo. This feature stream direct to web browser. But you need webrtc patible web browser (e.g. firefox, chrome, opera).
I personally used second option as a web browser streaming solution.
I hope this will help you.
本文标签: javascriptHow to stream video over rtsp protocol for Live555 server on web browserStack Overflow
版权声明:本文标题:javascript - How to stream video over rtsp protocol for Live555 server on web browser - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745524727a2661784.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论