davidliu

Results 187 comments of davidliu

Can you add the logs leading up to the crash?

@The-Funk I think we can do a switch to ktor fairly easily, just a bunch of grunt work to switch over. That said, I don't really have any experience with...

Ah, I was more asking so I can test/verify that whatever changes I made had the intended effects. Also, do you know if our library need to take any steps...

A test bed project would be very helpful!

Yeah that seems pretty reasonable. 👍

Copying [this comment](https://github.com/react-native-webrtc/react-native-webrtc/issues/1226#issuecomment-2334407119) from the PIP issue since it's slightly related if we wanted to do fallback view on the main RTCVideoView. Relevant notes: * Can't directly pass a React...

>Do we need a "normal" view fallback? I think it'd probably be fine with just a single fallback to cover both, though I found you can slap a regular view...

@DanyloOliinykSSG it already supports 16KB page size.

@DanyloOliinykSSG As the script mentions, only arm64-v8a/x86_64 libs need to be aligned. The libs you pointed at are not for 64-bit platforms and thus are not required to be aligned.

Endian I think would work as platform generic? Checked the network code and I think it expects platform endianess anyways. For the nChannels vs. nBytesPerSample check, is this something we...