If you have ever tried to load streaming live tv (indihome tv) or Netflix, Amazon Prime, HBO, Spotify, or the many other streaming services on your Raspberry Pi, you will find that they fail to function. Such as shaka player not support .....
This is because the Raspberry Pi does not come with the Widevine DRM software installed by default.
So you must update first Raspi, and install libwidevinecdm0
pi@pi:~ $ sudo apt update
............
pi@pi:~ $ sudo apt full-upgrade
............
pi@pi:~ $ sudo apt install libwidevinecdm0
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
lxplug-volume python-colorzero
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
libwidevinecdm0
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,990 kB of archives.
After this operation, 8,901 kB of additional disk space will be used.
Get:1 http://archive.raspberrypi.org/debian buster/main armhf libwidevinecdm0 armhf 4.10.2252.0-1 [5,990 kB]
Fetched 5,990 kB in 37s (162 kB/s)
Selecting previously unselected package libwidevinecdm0.
(Reading database ... 104862 files and directories currently installed.)
Preparing to unpack .../libwidevinecdm0_4.10.2252.0-1_armhf.deb ...
Unpacking libwidevinecdm0 (4.10.2252.0-1) ...
Setting up libwidevinecdm0 (4.10.2252.0-1) ...
pi@pi:~ $
No comments:
Post a Comment