cutiepi-io / cutiepi-shell

A mobile shell for Raspberry Pi OS
https://cutiepi.io
GNU General Public License v3.0
232 stars 25 forks source link

Not able to play streaming media such as Netflix, Disney+ #14

Open HaoShengLu opened 2 years ago

HaoShengLu commented 2 years ago

tried to install libwidevinecdm0 but no luck

HaoShengLu commented 2 years ago

found a solution(? or workaround) and it works https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/ The 64-bit version of Chromium, installed by default, has no version of the WidevineCDM library and therefore, it is not possible to play streaming media such as Netflix or Disney+. To instead choose the 32-bit version just do the following within a terminal window: sudo apt install chromium-browser:armhf libwidevinecdm0

penkchen commented 2 years ago

@HaoShengLu Thank you for the comment! Will look into to it and see if we can get a plugin for QtWebEngine too (really don't want to run 32bit Qt though :-)