Enable OpenSSL in ffmpeg to support HTTPS streaming and secure media fetching, allowing ffmpeg to handle HTTPS URLs directly such as Google Test Videos.
Signed-off-by: Thorsten Lannynd <[email protected]> --- v2: - Use arago.conf instead of creating new bbappend files meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 43d4db53..a021e370 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -121,6 +121,9 @@ PACKAGECONFIG:append:pn-kmscube = " gstreamer" # Disable opengl for opencl-cts by default PACKAGECONFIG:remove:pn-opencl-cts = "opengl gles vulkan" +# Add OpenSSL support for HTTPS protocol on ffmpeg +PACKAGECONFIG:append:pn-ffmpeg = " openssl" + # Configure RAMFS for jailhouse linux-demo JH_RAMFS_IMAGE = "arago-jailhouse-inmate" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17335): https://lists.yoctoproject.org/g/meta-arago/message/17335 Mute This Topic: https://lists.yoctoproject.org/mt/118300337/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
