webrtc streamer
WebRTC-streamer is an experiment to stream video capture devices and RTSP sources through WebRTC using simple mechanism.
It embeds a HTTP server that implements API and serves a simple HTML page that use them through AJAX.
The WebRTC signaling is implemented through HTTP requests:
- /api/call : send offer and get answer
- /api/hangup : close a call
- /api/addIceCandidate : add a candidate
- /api/getIceCandidate : get the list of candidates