Hacker News new | ask | show | jobs
by Sean-Der 1485 days ago
What library did you use for WebRTC? What were the pain points you hit?
1 comments

Originally used googles WebRTC but it didn't offer enough control, now we use libdatachannel. Getting the peer connections setup, getting what we wanted out of the SDP negotiation, restructuring the video and audio data in the correct format were some issues I remember running in to.