-
- Downloads
windows: replace gdigrab with dxgigrab ffmpeg device
Gdigrab window sharing is limited to the applications that do not depend on accelerated rendering. If one tries to share a window such as Google Chrome or VisualStudio Code with this ffmpeg device, all that is received are black frames. The Dxgigrab device uses the D3D11 Windows API which enables the correct sharing of the mentioned applications and other ones. GitLab: jami-project#1294 GitLab: jami-client-qt#481 Change-Id: I5509ed1b8d47a86367869e52127b17f671c61f77
Showing
- contrib/src/ffmpeg/package.json 2 additions, 1 deletioncontrib/src/ffmpeg/package.json
- contrib/src/ffmpeg/windows-configure-make.sh 4 additions, 3 deletionscontrib/src/ffmpeg/windows-configure-make.sh
- contrib/src/ffmpeg/windows-dxgi-support.patch 957 additions, 0 deletionscontrib/src/ffmpeg/windows-dxgi-support.patch
- src/media/media_decoder.cpp 1 addition, 1 deletionsrc/media/media_decoder.cpp
- src/media/video/video_input.cpp 50 additions, 21 deletionssrc/media/video/video_input.cpp
- src/media/video/video_input.h 3 additions, 1 deletionsrc/media/video/video_input.h
- src/media/video/video_rtp_session.cpp 1 addition, 1 deletionsrc/media/video/video_rtp_session.cpp
- src/media/video/winvideo/video_device_impl.cpp 1 addition, 1 deletionsrc/media/video/winvideo/video_device_impl.cpp
Loading
Please register or sign in to comment