dart-lang / web_socket_channel

StreamChannel wrappers for WebSockets.
https://pub.dev/packages/web_socket_channel
BSD 3-Clause "New" or "Revised" License
411 stars 107 forks source link

Using signed websocket urls from aws #310

Open vivekgadgeon opened 6 months ago

vivekgadgeon commented 6 months ago

Is it possible to use websocket URLs which is used for signalling inAWS webRTC?

The url looks like: "wss://m-qw123456.kinesisvideo.us-east-2.amazonaws.com"

Is it possible to use this URL directly or we need some additional signing to connect to this websocket. I am getting an error as "the URL was not upgraded to websocket" when using this URL directly.