Compare commits

..

No commits in common. "3d43482c24dc9c4fee46df0b271ec988a0a3f6e1" and "14c683a63a26846d9a5ee564210c5a4acb6a11dc" have entirely different histories.

4 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,7 @@ networks:
services:
ffmpeg:
build: images/ffmpeg
#build: /srv/nfs4/library/ffmpeg
restart: always
volumes:
- published:/var/out
@ -24,10 +25,11 @@ services:
CHANNEL_ID: rektnetwork
FFMPEG_ARGS: -async 2
FFMPEG_LOG_LEVEL: debug
UTC_TIMING_URL: "https://time.streaminginter.net"
UTC_TIMING_URL: "https://direct.streaminginter.net/adapt/rektnetwork/time.txt"
command: /usr/local/bin/ffmpeg-hls
caddy:
#image: icedream/caddy
build: images/caddy
volumes:
- published:/data:ro

View File

@ -9,6 +9,8 @@ gzip {
ext .m3u8 .mpd .xml
}
templates /time.txt
push dash.mpd *.hdr
push hls.m3u8 *.m3u8

View File

@ -1,6 +1,7 @@
FROM icedream/caddy
COPY Caddyfile /
COPY time.txt /data/
WORKDIR /
VOLUME ["/data/"]

1
images/caddy/time.txt Normal file
View File

@ -0,0 +1 @@
{{.Now "2006-01-02T15:04:05Z07:00"}}