sc: extend backcolor area
[LibreOffice.git] / avmedia / README.md
blob51202cbe34b2a4d1b8ecce2e0403094846841b21
1 # Audio / video Media Implementation.
3 Provides per-platform implementations of multimedia functionality.
4 Currently no stream API is provided, only a URI based one, so
5 streaming has to be wrapped around it via temp files.
7 Also provides (in `source/framework/mediacontrol.cxx`) an implementation
8 of the graphical media playback control that appears in the toolbar /
9 mediaobject bar when media is selected under the `.uno:AVMediaToolBox`
10 item.
12 ## avmedia / gstreamer
14 The `avmedia` component is implementation of manager service defined in
15 `offapi/com/sun/star/media/`. Radek has added implementation based on
16 gstreamer so that we can add audio and video files into impress
17 presentation on Linux with gstreamer.
19 The implementation is pretty straightforward, sometimes it has
20 problems when gstreamer installation is incomplete.
22 In the beginning the media files were not embedded, Thorsten added
23 support for that later.
25 ## Future Works
27 it might be worthwhile to revamp the avmedia UI.