-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebRTC offer requires form-data #215
Comments
It would be great if you sent an update to the documentation! |
https://github.com/deepch/RTSPtoWeb/blob/master/docs/api.md
|
Yeah I mean it would be great if you clarify that it must be FormData |
Yeah I'm suggesting your contribution would be welcome to that page. (It seems perfectly clear to me, so an outside perspective could do a better job at clarifying what's missing.) Send an edit! |
Hi! Please clarify in your API Documentation for WebRTC that your server is waiting for form-data info which needs to include: 'data': 'base64 encoded sdp offer'.
Its takes me very much hours to understand what I do wrong because I got error "SetRemoteDescription called with no ice-ufrag" every time because I used simple body json data to pass SDP offer.
The text was updated successfully, but these errors were encountered: