I hereby claim:
- I am SlvrEagle23 on github.
- I am slvreagle23 (https://keybase.io/slvreagle23) on keybase.
- I have a public key whose fingerprint is A5D8 B843 C2D0 6E64 F1F9 23A8 6005 8145 BC48 4143
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /bin/bash | |
VBR="1500k" | |
FPS="30" | |
QUAL="veryfast" | |
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" | |
KEY="" | |
VIDEO_SOURCE="/home/ubuntu/video3.mp4" |
https://demo.azuracast.com/ | |
tls self_signed | |
root src | |
redir / https://azuracast.com/ 302 | |
log stdout | |
errors stdout |
#!/usr/bin/env bash | |
# | |
# Pixel.horse Easy Installer | |
# | |
# Drop this script into a folder you want to spin up Pixel.horse in, then run it! | |
# - Pull the script to a local file (i.e. click the "Raw" button on the top right) | |
# - Run `chmod a+x ./this_script_name.sh` | |
# - Run `./this_script_name.sh` as your regular user (not root) | |
# | |
# |
Thank you for your interest in contributing to open source software projects ("Projects") made available as part of the AzuraCast suite of software applications and libraries.
AzuraCast is created and primarily maintained by Buster Neece ("Project Owner").
This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner,
# Custom Configuration (Specified in Station Profile) | |
# This script is customized from the original, which can be found here: | |
# https://github.com/mkpascal/mk_liquidsoap_processing/blob/master/process.liq | |
# | |
# It can be added to your station via `Utilities` > `Edit Liquidsoap Configuration` | |
# where it can then be pasted into the bottom-most open text area, before the broadcasts | |
# are sent out to the various sources. | |
# Audio Input ---------------------> |
<touchégg> | |
<settings> | |
<property name="animation_delay">150</property> | |
<property name="action_execute_threshold">20</property> | |
<property name="color">auto</property> | |
<property name="borderColor">auto</property> | |
</settings> | |
<application name="All"> | |
<gesture type="SWIPE" fingers="3" direction="DOWN"> | |
<action type="SHOW_DESKTOP"></action> |
# What is This Script? | |
# This script allows you to broadcast your AzuraCast radio signal to a remote video stream, using a | |
# static video file that loops in the background and dynamically writing the currently playing track | |
# on top of that video file. | |
# | |
# This script replaces the previous "radio-video-stream" project, allowing you to manage files directly from | |
# within AzuraCast and not requiring any changes to your Docker configuration at all. | |
# | |
# To use this script, you must be running at least AzuraCast 0.19.0 or a later Rolling Release version. | |
# |
As of the latest Rolling Release version, AzuraCast now emits a now-playing
event on the public player page that you
can listen to in order to update the HTML of the player page to reflect changes in the current playing song.
Among other things, you can use this to: