zesun96

Results 21 comments of zesun96

@boks1971 This is a short meeting log. [23-0718.txt](https://github.com/livekit/livekit/files/12076963/23-0718.txt) Most time the image recover quickly(

look frame lost on Wireshark, ![RTP Feedback](https://github.com/livekit/livekit/assets/52589692/9b340666-54c5-4013-928e-c436ea51fc0d) livekit server to client Generic RTP Feedback is Malformed Packet: ![Malformed Packet](https://github.com/livekit/livekit/assets/52589692/e88a3a5b-1b46-47f5-9f0d-67ba4f100155)

It is so quickly so I can't capture timestamps. This is pcap file : [wireshark-file.zip](https://github.com/livekit/livekit/files/12078566/wireshark-file.zip) 192.168.105.143 have two clients, one up picture, other down.

@boks1971 This is the new log: [23-0718-2.txt](https://github.com/livekit/livekit/files/12080307/23-0718-2.txt) I try to remember the time stamp,. Approximate times are 12:04.40-12:04.50 and 12:06.33-12:06.34. This is an estimated time.

@boks1971 I tried latest tag, but the problem is still exists. This is the new server log: [23-0719.txt](https://github.com/livekit/livekit/files/12090393/23-0719.txt) Approximate times are [01:56.22-01:36.32] [01:56.58-01:57.00] and [01:57.28-01:57.32].

@boks1971 the problem is still exists. [23-0721.txt](https://github.com/livekit/livekit/files/12117384/23-0721.txt)

you livekit-client version is lastest?

@yareyaredesuyo please add `@livekit/react-native-webrtc` in your package.json. add @livekit/react-native-webrtc and @livekit/react-native to pod file. you need to 'ios' dir to run `pod install`, or if you mac is M1 ,...

Test url: https://meet.livekit.io/rooms/kwlt-5iuf?codec=av1 Only share desktop picture make crash ![desktop](https://github.com/livekit/livekit/assets/52589692/68a96f52-aaa9-4b10-9604-aa4a0c4bf617) . ![index2](https://github.com/livekit/livekit/assets/52589692/98b16140-e28f-4de3-b711-142ec473eaba)

I deploy webrtc-sample on local. https://webrtc.github.io/samples/src/content/peerconnection/change-codecs/ modify sample code ``` // const stream = await navigator.mediaDevices.getUserMedia({audio: true, video: true}); const stream = await navigator.mediaDevices.getDisplayMedia({audio: true, video: true}); ``` It run...