mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.83k stars 582 forks source link

docs: detail different endpoints #561

Open LeoDog896 opened 1 year ago

LeoDog896 commented 1 year ago

Description

webrtc-streamer is lacking good information for their API endpoints.

Related Issue

As detailed by #555, the JS files provided are meant as examples to make your own implementation, but when trying to use it in different languages it gets confusing.

Motivation and Context

I do aim to improve documentation by detailing endpoints, but I am also furthermore confused about some endpoints.

I've begun with some, and I think it would be great to detail more, as well as how to implement your own webrtc-streamer client.

Types of changes