Changes between Version 15 and Version 16 of venice/multimedia


Ignore:
Timestamp:
04/29/2025 09:52:24 PM (6 days ago)
Author:
Tim Harvey
Comment:

removed outdated module configuration after verifying works well on latest noble-venice.img.gz (Ubuntu 24.04 with 6.12 kernel)

Legend:

Unmodified
Added
Removed
Modified
  • venice/multimedia

    v15 v16  
    1341341. Add a USB mouse and keyboard to your hardware configuration
    1351351. Add a compatible display to your hardware configuration
    136 1. add samsung-dsim-imx to /etc/modules (if you have not done so already)
    137 {{{#!bash
    138 echo samsung-dsim-imx >> /etc/modules
    139 }}}
    1401361. add a non-root user (required to login)
    141137{{{#!bash
     
    413409gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
    414410gstreamer1.0-libav gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 v4l-utils
    415 # using glvideosink will render 'within' GUI
    416 gst-launch-1.0 videotestsrc ! autovideosink
    417 }}}
     411gst-launch-1.0 videotestsrc ! glimagesink
     412}}}
     413  - Note that if this is run from a console you need to supply the window id; the above runs from a gnome-terminal
    418414 * VP8 hardware decode and display:
    419415{{{#!bash