Skip to content

Instantly share code, notes, and snippets.

View chiefy's full-sized avatar
💥

Christopher "Chief" Najewicz chiefy

💥
View GitHub Profile
@chiefy
chiefy / keybase.md
Last active August 5, 2021 13:31
keybase proof

Keybase proof

I hereby claim:

  • I am chiefy on github.
  • I am chiefobeef (https://keybase.io/chiefobeef) on keybase.
  • I have a public key ASBcOiWs8mKTQQ62oBoaG62amQOVTLyZYIPnFyrrUaMCkQo

To claim this, I am signing this object:

@chiefy
chiefy / streams.json
Created October 7, 2021 13:25
pifi stations
{
"BBC": "",
"BBC - Radio 1": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_one",
"BBC - Radio 2": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_two",
"BBC - Radio 3": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_three",
"BBC - Radio 4": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourfm",
"BBC - Radio 4 LW": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourlw",
"BBC - Radio 5 live": "http://stream.live.vc.bbcmedia.co.uk/bbc_radio_five_live",
"BBC - Radio 6 Music": "http://stream.live.vc.bbcmedia.co.uk/bbc_6music",
"BBC - Radio 1Xtra": "http://stream.live.vc.bbcmedia.co.uk/bbc_1xtra",
@chiefy
chiefy / streamdetector-vlc-chromecast.sh
Last active July 3, 2023 18:11
nhlbite and the stream detector script
#!/usr/bin/env bash
#
# This script is a proxy streamer for most of those :cough: sports sites
#
# You'll need:
# * the stream detector Firefox extension (https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/)
# * VLC
# * streamlink (https://streamlink.github.io/install.html)
# * bash (linux/osx)
#!/bin/bash
channel=${1}
use_chromecast=${2:-"false"}
player="mpv"
#https://www.eplayer.to/daddylive.php?live=44&vw=100vw&vh=100vh
res=$(curl -kSs \
-H 'referer: https://daddylive.me/' \