CloudWebRTC

Results 295 comments of CloudWebRTC

@ollydixon Should be fixed in this commit https://github.com/flutter-webrtc/flutter-webrtc/pull/1030/commits/c6ba3242e347037fe6d03d8551d942f89021185d, can you help me test it and give feedback?

Ah sorry, I haven't merged `feat/select-audio-output` into `main`, so you can try this ```yaml flutter_webrtc: git: url: https://github.com/flutter-webrtc/flutter-webrtc.git ref: feat/select-audio-output ```

This is a webrtc negotiation issue. If you don't have a camera on the transmitter side but want to receive video, you need to use pc.addRtpTransceiver to inform the caller...

We created a [branch/flutter-webrtc](https://github.com/cloudwebrtc/flutter-desktop-embedding/tree/flutter-webrtc) to test the desktop version, based on the patch at https://github.com/google/flutter-desktop-embedding/issues/107#issuecomment-444272681, which seems to work very well now. If you want to test you through the...

I'm so happy to complete the rendering of Texture for windows, the plugin for Linux should be coming soon.

Currently blocked by the following issues. Add macOS/Windows/Linux plugin tooling https://github.com/flutter/flutter/issues/32720 https://github.com/flutter/flutter/issues/32719 https://github.com/flutter/flutter/issues/32718 Support Texture widget in macOS shell https://github.com/flutter/flutter/issues/30717 Support Texture widget in GLFW shell https://github.com/flutter/flutter/issues/30718

The migration test for all desktop platforms has been passed, when the [flutter/engine texture patch](https://github.com/flutter/engine/pull/9822) is merged, the branches can be merged into the master. ## Mac/Linux/Windows

@joeblew99 The [glfw texture](https://github.com/flutter/engine/pull/9822) and [macos texture](https://github.com/flutter/engine/pull/8507) patch for flutter/engine, which has not yet been reviewed, currently relies on two other patches, [glad](https://github.com/flutter/buildroot/pull/275) and [flutter tools](https://github.com/flutter/flutter/pull/36818).

The desktop plugin has moved forward one step. https://github.com/flutter/engine/commit/0f9d88c7b635cf6d721fcc4547f51b9d60472158

@Sunbreak https://github.com/cloudwebrtc/flutter-webrtc/tree/glfw There is a `GLFW` branch for `Windows/Linux`, but the texture patch upstream of flutter has not been completed.