Muhammad Salar Khan

Results 14 comments of Muhammad Salar Khan

Hi @leo60228 I am having a very similar problem. I captured some frames from a tcp stream and they seem corrupted too. I have not been able to identify the...

Until react-native-webrtc adds support for 'addTrack' I've created a fork of simple-peer that works with react-native-webrtc. Link: https://github.com/ExpandoPakistan/simple-peer-legacy Leaving it here for anyone that needs react-native support in the meanwhile.

Thanks @mccooll it worked for me. I'm using react native 0.66. And this patch worked for me ``` diff --git a/android/build.gradle b/android/build.gradle index 36d98e3..33dee63 100644 --- a/android/build.gradle +++ b/android/build.gradle @@...

Hi @jariseon I was able to get this working. And instantly its has much better performance. Although there were a few road blocks that I came across. I will be...

Here's the PR @jariseon https://github.com/jariseon/audioworklet-polyfill/pull/7 For me this issue has been resolved. I'm keeping this open in case you want any discussion, else you can close it. This performs really...

I must say `@BeforeInsert` needs to have a better implementation. Now I have a codebase in which we're using `.save` directly and now we'll have to change the implementation everywhere...

Yep this does not work on Android unless the connection is closed on the server side. one approach with which this can be made to work is after we have...