Live555 WebRtc integration

匿名 (未验证) 提交于 2019-12-03 02:38:01

问题:

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

1- A SDP parser/builder

2- A HTTP signaling Parser/Builder

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.

回答1:

Live555 make a demo that is available on http://webrtc.live555.com/, but this seems still not available opensource.

You can have a look to one of my experimentation that is available on 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). The signaling try to be as simple as possible.

Live Demo



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!