amazon-kinesis-video-streams-webrtc-sdk-js icon indicating copy to clipboard operation
amazon-kinesis-video-streams-webrtc-sdk-js copied to clipboard

JS SDK for interfacing with the Amazon Kinesis Video Streams Signaling Service.

Results 21 amazon-kinesis-video-streams-webrtc-sdk-js issues
Sort by recently updated
recently updated
newest added

This change breaks the dev environment of any developer using vite instead of webpack. https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js/blob/de209884fcd388c3fea4937a5b99354ef9519af3/src/SignalingClient.ts#L151 Workaround in `vite.config.ts` : `define: { "global": "globalThis" }`

compatibility

Currently, we have observed websocket errors in console mode. The context was we have a periodic check on ice connection status and aggregated connection status on the front end and...

enhancement
question

This SDK supports Android webview as described in the compatibility section of the README, but what about ios WebView?

*Issue #, if available:* *What has changed?* - Included ICE restart and SDP exchange in case of signaling disconnects. *Why was it changed?* - To advertise ICE restart in samples...

Issue https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js/issues/49 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

enhancement

*Issue #, if available:* *Description of changes:* Support V4 based Signed URL with explicitly passing 3 TURN server endpoints and username, password generated externally and passed via this client. These...

I have developed Live Streaming via Master and Viewer using AWS KVS. My requirement is to allow screen sharing while Streaming. How to incorporate this feature in using KVS

enhancement
help wanted
Samples

In the distributed package, inside the source maps, there are references to typescript files in the `src` folder. Since the `src` folder is not distributed as part of the released...

… credential *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of...

When I include amazon-kinesis-video-streams-webrtc in my package.json, it ends up pulling in 243MB of node_modules dependencies. This is problematic because I want to use this library in an AWS Lambda...