Christopher Eagleston

Results 8 comments of Christopher Eagleston

> The rtpplay requires destination_ip_or_name/port as the minimal option. Do you mind specifying where to send the packets? Yep, specifying the destination name and ip worked for me on macOS....

I'm really happy there is an issue to track this. FWIW, it helps to have both internal and external requests for these kind of features. At this point, both mobile...

Yes, I looked at `RM6fb0c51cdd405aedda6d256a74bdddaa` and I see the same pattern of the iOS SDK generating a second offer that it cannot apply locally. It's pretty likely that it is...

Hi @shaibt, A goal for the 4.6.0 release was to reduce or eliminate interoperability issues by having all SDKs use the same semantics for SDPs. Since the browsers are a...

Hi @shaibt and project authors, First off, the original issue reported here should be resolved with Twilio Video [4.6.1](https://www.twilio.com/docs/video/changelog-twilio-video-ios-latest#461-october-15-2021). Thank you for your patience while we worked on it. We...

I was wondering this as well. Could the app behave like the Amazon KVS C SDK Viewer example or the JS KVS test page in terms of credentials? I just...

Hi @ankitsaini56, Are you publishing an audio track on the iOS side? You could disable audio when calling: [WebRTCClient.init](https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-ios/blob/95f10b63dc09693bc27b792529f79a1a2423f8d6/Swift/KVSiOSApp/WebRTCClient.swift#L35): ``` required init(iceServers: [RTCIceServer], isAudioOn: Bool) { ``` Publishing audio uses...

As far as I know all of the token servers return the same format - a raw text body. Please don't merge a change unless its coordinated with the other...