open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
384 stars 180 forks source link

External ffmpeg support #695

Closed jianjunz closed 1 year ago

jianjunz commented 1 year ago

This change makes it easier for developers to use a specific version of FFmpeg.

jianjunz commented 1 year ago

This PR depends on https://github.com/open-webrtc-toolkit/owt-deps-webrtc/pull/191, which removes ffmpeg from libwebrtc. These two need to be merged at the same time.

jianjunz commented 1 year ago

This change has been updated to include https://github.com/open-webrtc-toolkit/owt-deps-webrtc/pull/191.