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.