Skip to content

Instantly share code, notes, and snippets.

View edurenye's full-sized avatar

Eduard Reñé Claramunt edurenye

View GitHub Profile
@edurenye
edurenye / 1-README.md
Last active October 1, 2020 19:04 — forked from lemariva/1-README.md
A script that fetches a ChromeOS image for ARM32 and extracts the Widevine and Flash binaries, saving them in a compressed archive for use with Chromium for DRM

The included script 'widevine-flash_armhf_64.sh' fetches a ChromeOS image for ARM and extracts the Widevine and Flash binaries, saving them in a compressed archive. Since it downloads a fairly large file (2Gb+ on disk after download) it is recommended that you run the script on a raspberry that has plenty of disk space.

The files in the compressed archive are copied to the folder /usr/lib/chromium-browser/ To run the file just type the following:

sudo ./widevine-flash_armhf_64.sh

Check out this tutorial: https://lemariva.com/blog/2020/06/raspberry-pi-amazon-prime-netflix-and-drm-solution

@edurenye
edurenye / festes.html
Last active August 29, 2015 14:02
festes
<!doctype html>
<html>
<head>
<title>Gestor de Festes</title>
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="/static/css/festescat.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
@edurenye
edurenye / ubicacions
Last active August 29, 2015 14:02
Ubicacions
<!doctype html>
<html>
<head>
<title>Festes.cat</title>
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="/static/css/festescat.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />