mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fae9094a45
earlier version ok aja@, adapted for iridium/ungoogled as well
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
OpenWV does _not_ come with a device identity and will not work without one.
A device identity, typically stored as a [.wvd] file, contains metadata about
a Widevine client as well as a private key that authenticates that client to
Widevine license servers.
If you want to use OpenWV, you must obtain an appropriate wvd file yourself,
and copy it to /etc/openwv/widevine_device.wvd
Please refer to the project's homepage for more information.
Cheat sheet
===========
Chromium
--------
$ mkdir -p ~/.config/chromium/WidevineCdm
$ ln -sf ${TRUEPREFIX}/lib/openwv/chromium ~/.config/chromium/WidevineCdm/9999
Iridium
-------
$ mkdir -p ~/.config/iridium/WidevineCdm
$ ln -sf ${TRUEPREFIX}/lib/openwv/chromium ~/.config/iridium/WidevineCdm/9999
Ungoogled Chromium
------------------
$ mkdir -p ~/.config/ungoogled-chromium/WidevineCdm
$ ln -sf ${TRUEPREFIX}/lib/openwv/chromium ~/.config/ungoogled-chromium/WidevineCdm/9999