summaryrefslogtreecommitdiff
path: root/stream
blob: d4b3317a3e03831a88429b0fcea690b6d3b3ee2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e
srvdir=$(cryptonomic srvdir)
hostname=$(cryptonomic hostname)
[ -d "$srvdir" ]
[ "$hostname" ]
dashname=dash
dashdir=$srvdir/public_html/$dashname
sudo mkdir -p "$dashdir"
sudo chown "$USER:$GROUP" "$dashdir"
printf '%s\n' "https://$hostname/$dashname/live.mpd"
./ffmpeg.sh "$dashdir"