mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 19:36:58 +00:00
docs: include PREFERRED_PROVIDER_ffmpeg,vlc change
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
committed by
Andrei Gherzan
parent
2b97daf196
commit
43dada0771
@@ -487,14 +487,15 @@ MMAL is not enabled by default. To enable it add
|
|||||||
|
|
||||||
DISABLE_VC4GRAPHICS = "1"
|
DISABLE_VC4GRAPHICS = "1"
|
||||||
|
|
||||||
to `local.conf`. Adding `vlc` to `IMAGE_INSTALL` will then default to building the Raspberry
|
to `local.conf`. Adding `vlc` to `IMAGE_INSTALL` will then default to building the oe-core
|
||||||
Pi's Distro implementation of VLC with HW accelerated video decode through MMAL into the system
|
implementation of ffmpeg and the meta-openembedded/meta-multimedia implementation of VLC.
|
||||||
image. It also defaults to building VLC with Raspberry PI's Distro implementation of ffmpeg. The
|
The Raspberry Pi's Distro implementation of VLC with HW accelerated video decode through
|
||||||
oe-core implementation of ffmpeg and the meta-openembedded/meta-multimedia implementation of VLC
|
MMAL and the Raspberry PI's Distro implementation of ffmpeg. Can however be selected via:
|
||||||
can however be selected via:
|
|
||||||
|
|
||||||
PREFERRED_PROVIDER_ffmpeg = "ffmpeg"
|
PREFERRED_PROVIDER_vlc = "rpidistro-vlc"
|
||||||
PREFERRED_PROVIDER_vlc = "vlc"
|
PREFERRED_PROVIDER_ffmpeg = "rpidistro-ffmpeg"
|
||||||
|
PREFERRED_PROVIDER_libav = "rpidistro-ffmpeg"
|
||||||
|
PREFERRED_PROVIDER_libpostproc = "rpidistro-ffmpeg"
|
||||||
|
|
||||||
Usage example: Start VLC with mmal_vout plugin and without an active display server.
|
Usage example: Start VLC with mmal_vout plugin and without an active display server.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user