0

I've been reading about Janus, looked at the examples. I'm looking for a webRTC component that I can use in the following way:

  1. Receive RTP video packets from some external sender
  2. Become a WebRTC peer and connect to an external WebRTC signaling server, STUN, TURN, the usuals
  3. Send the incoming RTP packets as a coherent video via the WebRTC peer connection to some other peer on a browser on the Internet

Is Janus the right tool? Maybe there are other tools? Would appreciate some directions..

Thanks!

4

3 回答 3

0

Janus WebRTC 服务器可以实现服务器端对等吗?

于 2019-07-19T11:38:11.280 回答
0

我希望您正在寻找网关解决方案。

(RTP/RTCP 单独的流被转换为 webrtc RTP/RTCP mux)

为此,您需要更改 Janus 代码或使用一些支持 RTP/RTSP 的插件。

当前的 Janus 服务器在浏览器之间中继 RTP/RTCP 和消息。 https://janus.conf.meeetecho.com/docs/

于 2019-07-23T01:18:12.640 回答
0

我不确定Janus。

您可以使用 LM Tools (lmtools.com) 轻松配置这些功能。它可以接收来自外部发送方的 RTP 数据包,并可以根据 WebRTC 规范将这些数据包发送给其他对等方。

请注意,LM 工具不是像 JSON 这样的免费软件,但您可以免费试用 1 个月。

免责声明:我为 LM Tools 工作。

于 2019-07-17T17:27:45.217 回答