WideWine in Chromium

Post your general questions or comments about GhostBSD here!
Post Reply
rasmusj78
Posts: 3
Joined: Thu Nov 07, 2024 5:19 pm

WideWine in Chromium

Post by rasmusj78 »

Just downloaded and installed the new GhostBSD image (both Mate and XFCE). But how do I get WideWine support in Chromium?

Thanks
q-pa
Posts: 12
Joined: Mon Nov 22, 2021 5:35 am

Re: WideWine in Chromium

Post by q-pa »

Code: Select all

sudo pkg install ports
sudo pkg install -g 'GhostBSD*-dev'
cd /usr/ports/www/linux-widevine-cdm
sudo make install clean
Disney+ works for me, but Netflix doesn't. It did work and might/will work again in the future. I'll just wait for an update.

To update the port:

Code: Select all

sudo pkg install portmaster
(once, to install portmaster)

Code: Select all

sudo portmaster linux-widevine-cdm
Post Reply