Eyevinn / srt-whep

SRT to WHEP (WebRTC)
Apache License 2.0
71 stars 9 forks source link

Improve support for unsupported streams/browsers #45

Closed Wkkkkk closed 1 year ago

Wkkkkk commented 1 year ago

There are cases when the input SRT stream can be linked and an SDP offer is generated but the browser rejects the offer. So it is needed to provide the user with a more understandable error message.

In addition, to handle cases when a session is closed while the connection is being built, it is useful to make such SDP exchange cancellable.