-
- Downloads
video: implement frame data direct access and make shm optional
This patchset permits OSX client access.
This one doesn't use shared memory and requiers a direct access
to video frame.
This is done by a client side callback.
Refs #67977
Change-Id: Ib6780efe4beeab027bb868d3a124d2cec59de915
Signed-off-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
Showing
- daemon/configure.ac 3 additions, 0 deletionsdaemon/configure.ac
- daemon/src/client/videomanager.cpp 29 additions, 0 deletionsdaemon/src/client/videomanager.cpp
- daemon/src/dring/videomanager_interface.h 2 additions, 0 deletionsdaemon/src/dring/videomanager_interface.h
- daemon/src/managerimpl.cpp 29 additions, 0 deletionsdaemon/src/managerimpl.cpp
- daemon/src/managerimpl.h 11 additions, 0 deletionsdaemon/src/managerimpl.h
- daemon/src/media/video/sinkclient.cpp 161 additions, 128 deletionsdaemon/src/media/video/sinkclient.cpp
- daemon/src/media/video/sinkclient.h 30 additions, 26 deletionsdaemon/src/media/video/sinkclient.h
- daemon/src/media/video/video_input.cpp 18 additions, 12 deletionsdaemon/src/media/video/video_input.cpp
- daemon/src/media/video/video_input.h 3 additions, 4 deletionsdaemon/src/media/video/video_input.h
- daemon/src/media/video/video_mixer.cpp 17 additions, 9 deletionsdaemon/src/media/video/video_mixer.cpp
- daemon/src/media/video/video_mixer.h 3 additions, 2 deletionsdaemon/src/media/video/video_mixer.h
- daemon/src/media/video/video_receive_thread.cpp 16 additions, 11 deletionsdaemon/src/media/video/video_receive_thread.cpp
- daemon/src/media/video/video_receive_thread.h 4 additions, 2 deletionsdaemon/src/media/video/video_receive_thread.h
Loading
Please register or sign in to comment