As of August 2018, Raspbian does not yet include the latest Python release, Python 3.7. This means we will have to build it ourselves, and here is how to do it.
- Install the required build-tools (some might already be installed on your system).
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> | |
</head> | |
<body> | |
<div id="uplynk"></div> | |
<script> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> | |
</head> | |
<body> | |
<div id="uplynk"></div> | |
<script> |
<!DOCTYPE html> | |
<head> | |
<title>Strobe Media Player Anamorphic</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> | |
<script> | |
var parameters = { | |
id: "1", | |
src: "http://content.uplynk.com/705ef2b800a6472cb4cae5449db9cb75.m3u8".replace(/&/g, '%26'), | |
autoPlay: "true", |
Perl Jam | |
Uriah Heep Overflow | |
Fleetwood Mac OSX | |
Chip Trick | |
Rage Against The Machine Language | |
Blue Oyster Cult Screen of Death | |
Var Halen | |
Jay-Z++ | |
Node Doubt | |
Fortran Siberian Orchestra |
[1] On the CLIENT machine in BTT setup these Named triggers:
When using Supabase Edge Functions (Deno runtime) within a Next.js project, you need to configure three files to prevent build errors and linting issues. The main problem is that Next.js uses Node.js/TypeScript while Supabase functions use Deno, which have different global APIs.
Add the supabase/functions/**
directory to the exclude array to prevent TypeScript from trying to compile Deno code during the Next.js build process.