简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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