How to stream video over rtsp protocol for Live555 server on web browser

后端 未结 1 1767
独厮守ぢ
独厮守ぢ 2021-01-16 12:11

I am already using rtsp protocol to stream video on windows application and Silver-light web application. I have built rtsp server using Live555 lib

相关标签:
1条回答
  • 2021-01-16 12:35

    You can do this in 3 ways:

    1. 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.

    2. 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.

    3. 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 compatible web browser (e.g. firefox, chrome, opera).

    I personally used second option as a web browser streaming solution.

    I hope this will help you.

    0 讨论(0)
提交回复
热议问题