dat0106
dat0106
@davidliu, I used code default in client-sdk-android testing with my server Url and my token, I also tested on flutter for android also got the same error, and also some...
when with only one decode stream at web it will work fine   I think we have a temporary fix that is config server: ```room: enabled_codecs: - mime: audio/opus...
yah, vp9 and vp8 work fine, at my service i want to check more about video quality which remove h264. As you said VP8 is currently the default video codec...
yes, when I disable h.264 in service, client-sdk-react-native and client-sdk-js work well with multiple video streams coming in at the same time. If h.264 has, they just work as I...
> @andrewdittmer @dat0106 can you try testing with overriding the videoEncoderFactory to turn off H264 high profile? > > ``` > LiveKit.create( > appContext = application, > overrides = LiveKitOverrides(...
@davidliu Samsung s22 (Qualcomm SM8450 Snapdragon 8 Gen 1 (4 nm) ) [code.txt](https://github.com/livekit/client-sdk-android/files/10762219/code.txt)
> Does this issue appear on other platforms, or only web? @davidliu only web (chrome and edge), firefox working
> A quirky finding is that the "picture in picture" mode (found in the right click context menu of the video element) and fullscreen mode seems to temporarily remedy the...