使用RTSP源提要流式传输到多个WebRTCEndpoint

时间:2019-06-26 23:23:19

标签: kurento

我想创建一个可以使用RTSP URL并通过WebRTC将RTSP视频流传输到多个用户的Spring-Boot应用程序。我知道我可以通过将PlayerEndpoint连接到WebRTCEndpoint(例如:lulop-k/kurento-rtsp2webrtcKurento RTSP)来使用Kurento构建基本实现。但是,我不希望多个用户直接连接到源RTSP URL,而是要在它们之间有一个代理端点。

我尝试查看是否可以结合Media PlayerOne-To-Many Broadcast示例来实现此目标。我认为此工作流程可能有效:PlayerEndpoint-> Master WebRTCEndpoint-> Viewer WebRTCEndpoint。但是,我无法弄清楚如何使Master WebRTCEndpoint以PlayerEndpoint视频而不是本地网络摄像头作为源。我在这里使用错误的端点吗?我必须使用RtpEndpoint吗?

Proposed Pipeline

0 个答案:

没有答案