From 9be4f140d2f06a8004b3b33500638f72df2634b6 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Wed, 27 May 2026 16:45:45 +0200 Subject: [PATCH] connectcore-demo-example: ccimx95: add mp4 video file Replace current MOV video file not supported by Chromium with a MP4 video file with the same video content. https://onedigi.atlassian.net/browse/DEL-10156 Signed-off-by: Gonzalo Ruiz --- .../dey-examples/connectcore-demo-example.bb | 2 ++ ...ultimedia-replace-MOV-video-with-MP4.patch | 30 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/0001-multimedia-replace-MOV-video-with-MP4.patch diff --git a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.bb b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.bb index 148cd9494..5892de7ea 100644 --- a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.bb +++ b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.bb @@ -14,6 +14,8 @@ SRC_URI += "\ file://connectcore-demo-server.service \ file://suspendtarget-connectcore-demo-server.service \ " +SRC_URI:append:ccimx95 = " file://0001-multimedia-replace-MOV-video-with-MP4.patch;patchdir=${WORKDIR}/git" + S = "${WORKDIR}/git/connectcore-demo-example" do_configure[noexec] = "1" diff --git a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/0001-multimedia-replace-MOV-video-with-MP4.patch b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/0001-multimedia-replace-MOV-video-with-MP4.patch new file mode 100644 index 000000000..19f0a3de0 --- /dev/null +++ b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example/0001-multimedia-replace-MOV-video-with-MP4.patch @@ -0,0 +1,30 @@ +From: Gonzalo Ruiz +Date: Wed, 27 May 2026 16:33:46 +0200 +Subject: [PATCH 1/1] multimedia: replace MOV video with MP4 + +This is required for Chromium demo. + +Upstream-Status: Inappropriate [DEY specific] + +Signed-off-by: Gonzalo Ruiz +--- + connectcore-demo-example/multimedia.html | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/connectcore-demo-example/multimedia.html b/connectcore-demo-example/multimedia.html +index 4073ff0..0327c1a 100644 +--- a/connectcore-demo-example/multimedia.html ++++ b/connectcore-demo-example/multimedia.html +@@ -189,9 +189,9 @@ Digi Demo - Multimedia +
+
+
+-
+-
Big Buck Bunny (MOV)
+- Big Buck Bunny (MOV) ++
++
Big Buck Bunny (MP4)
++ Big Buck Bunny (MP4) +
+
+