This page is no longer maintained, go to https://help.vivaldi.com/article/html5-proprietary-media-on-linux/ for help
-
-
Save ruario/bec42d156d30affef655 to your computer and use it in GitHub Desktop.
@MDAR I know why H.264 is failing for you and hope to get out a fix soon. In the mean time I can give you a work around.
If it is armhf
wget -O- https://launchpadlibrarian.net/614082413/chromium-codecs-ffmpeg-extra_103.0.5060.134-0ubuntu0.18.04.1_armhf.deb | tail -c+1157 | tar xOJ ./usr/lib/chromium-browser/libffmpeg.so > libffmpeg.so.5.3
sudo install -m755 libffmpeg.so.5.3 /opt/vivaldi/libffmpeg.so.5.3
If it is arm64
wget -O- https://launchpadlibrarian.net/614041844/chromium-codecs-ffmpeg-extra_103.0.5060.134-0ubuntu0.18.04.1_arm64.deb | tail -c+1157 | tar xOJ ./usr/lib/chromium-browser/libffmpeg.so > libffmpeg.so.5.3
sudo install -m755 libffmpeg.so.5.3 /opt/vivaldi/libffmpeg.so.5.3
Thanks @ruario
wget -O- https://launchpadlibrarian.net/614041844/chromium-codecs-ffmpeg-extra_103.0.5060.134-0ubuntu0.18.04.1_arm64.deb | tail -c+1157 | tar xOJ ./usr/lib/chromium-browser/libffmpeg.so > libffmpeg.so.5.3
sudo install -m755 libffmpeg.so.5.3 /opt/vivaldi/libffmpeg.so.5.3
That certainly works with an Odroid C4 to get the video to load and be manually played.
In chromium, there is a setting I need to adjust in order for it to AutoPlay.
Settings
Privacy
Sound = Allow
I have checked that this setting is ON in Vivaldi, but the video won't autoplay, if a websocket command is received to load and play a video.
Videos will play if I click on the Play button (as per your test page)
I'm very happy to open a port so you can access the machine I am generating the content with.
FYI
I'm trying to get this working, with Vivadli instead of Chromium
https://youtu.be/FinliWWOBOU?t=157
Best wishes,
Stuart
Small update.
If I start the browser in kiosk mode, it will display the video, but NOT play it.
Until
I press F11
Twice
After that, it behaves perfectly.
The only issue is that I can't automate that button press
Have you any ideas on how I can get around this?
@ruario
Would you be kind enough to ask your team to look into why Vivaldi on DietPi V8.7 (Debian based) on an Odroid C4 doesn't load the required files in order to play H.264 videos?
I have restarted the app a number of times and still get the same message.
Re - MichaIng/DietPi#5300
I have had to look for an alternative to Chromium because we just can't get it to run in a kiosk mode in an Xinit session any more.
Something upstream has been changed and now all we get is "Stack Smashing"
Vivaldi loaded and ran perfectly without any issues, other than the H.264 playback.
I'm happy to try anything your team suggests.