When I try to open chromium with a website which includes a mp4 video then the video is not played. It only shows the video control.
Maybe I miss a flag for the startupcommand for chromium:
docker run --rm -it --entrypoint chromium -v /tmp:/tmp -v /var/run/dbus:/var/run/dbus --network host --security-opt seccomp:unconfined torizon/kiosk-mode-browser@sha256:72f6077e097e188e623ffda637d467ce862232cd671291ca0623acb57154bccc --test-type --allow-insecure-localhost --disable-notifications --check-for-update-interval=315360000 --start-maximized --load-extension=/chrome-extensions/chrome-virtual-keyboard --kiosk --app=http://localhost:80
Could you please help me to find a solution for the issue ?
Thanks