简体   繁体   English

Live555 WebRtc集成

[英]Live555 WebRtc integration

I worked in the past on WebRTC with a C server (Janus) that i know very very well, now i want to add the WebRtc capacity to Live555 to be able to stream some video through it. 过去,我使用非常熟悉的C服务器(Janus)在WebRTC上工作,现在我想将WebRtc功能添加到Live555中,以便能够通过它传输一些视频。 The problem is that i'am kind of overwhelmed with the lack of documentation in live555 (worst than Janus) If i can resume live555 lacks : 问题是我对live555中缺少文档感到不知所措(比Janus差),如果我可以恢复live555缺少:

1- A SDP parser/builder 1-一个SDP解析器/生成器

2- A HTTP signaling Parser/Builder 2- HTTP信令解析器/生成器

My question is if i see all that is missing, or need to be done ? 我的问题是,如果我看到所有丢失的东西,还是需要完成?

If by any chance someone can give me some hints. 如果有人可以给我一些提示。

Live555 make a demo that is available on http://webrtc.live555.com/ , but this seems still not available opensource. Live555制作了一个可以在http://webrtc.live555.com/上获得的演示,但是该开源似乎仍然不可用。

You can have a look to one of my experimentation that is available on github webrtc-streamer . 您可以查看github webrtc-streamer上提供的我的一项实验。 This application use live555 as an RTSP consumer and give access to WebRTC using a embedded HTTP server (like janus-gateway does). 该应用程序使用live555作为RTSP使用者,并使用嵌入式HTTP服务器(如janus-gateway一样)提供对WebRTC的访问。 The signaling try to be as simple as possible. 信令尝试尽可能简单。

Live Demo 现场演示

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM