David Zhao

Results 243 comments of David Zhao

> lgtm! just wondering if we additionally want to surface this as an event for convenience? that's true.. let's think on that for a bit. thinking that it might be...

With ffmpeg, I wonder if they are doing any sort of buffering. I suspect the latency is coming from the time FFmpeg started consuming the live source, to the time...

@nums I just gave your example a try and can reproduce the green screen. The issue seems to be that it's not sending buffers fast enough. If I produce a...

This is a great line of thinking to manage some of these state annoyances within the SDK.. Just thinking about this for a bit.. would we go all the way...

MS Edge on mobile seem to have strict policy about when an audio element can be autoplayed. From what I can gather, any new audio element that's created after the...

that's a good idea! @karthikSirsikar Do you want to give this a try? * run against pre-release main * pass this option in when creating the room ``` expWebAudioMix: true...

I don't believe we can do 1080p right now, mainly because we don't have a 1080p [video resource](https://github.com/livekit/livekit-cli/tree/main/pkg/provider/resources) to playback. It's a good idea to add one though!

@janoskranczler if you are using `playAndRecord`, the underlying stack will have to acquire record permissions. On iOS, the WebRTC stack activates the recording stack in that mode. This is the...

@fpasalioglu do you happen to receive a disconnected event when this happens? Which device are you using to reproduce the issue?

@CensorKao are you seeing any actual issues? It's expected to have some amount of errors in the complex world of WebRTC networking. Most of the logs here are due to...