Simple hack & proof of concept script to activate (forgotten) mpeg2 and VC codec licenses on raspberry pi
https://github.com/nucular/raspi-keygen
Simply run this one-liner:
wget https://raw.githubusercontent.com/suuhm/raspi_mpeg_license_patch.sh/main/raspi_mpeg_license_patch.sh -qO- | bash -s -- --patch-now
You can also easily patch/check with the additional --os=<raspbian|libreelec|osmc|xbian>
parameters if you want to specificate your Raspi-Enviroment.
raspi_mpeg_license_patch.sh --patch-now --os=libreelec
and reboot your Raspi.
--check-only
Only checking if yet patched--patch-now
To Patch the system--reset-to-original
Reset the start.elf to original state- Autodetect of start.elf file in your system
(On Raspbian and other OS you have to replace START_ELF=/flash/start.elf
with START_ELF=/boot/start.elf
or something else keep in mind some directories can be variable!)