mirror of
git://f0xx.org/ac/ac-ms-media-transcode
synced 2026-07-29 04:59:13 +03:00
Add lab restream pipeline with pirate_drift logo and lib/env.sh.
Encode-once/fanout scripts, HLS output, and single overloadable env source. Commits assets/pirate_drift.png as default watermark for cluster runs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
8
bin/install-nginx-hls.sh
Executable file
8
bin/install-nginx-hls.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Lab helper: print nginx fragment with HLS_ROOT substituted.
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
HLS_ROOT="${1:-${ROOT}/storage/hls}"
|
||||
|
||||
sed "s|@HLS_ROOT@|${HLS_ROOT}|g" "${ROOT}/nginx/hls-location.conf"
|
||||
Reference in New Issue
Block a user