Compare commits
2 Commits
14c683a63a
...
3d43482c24
Author | SHA1 | Date |
---|---|---|
|
3d43482c24 | |
|
beb43408d1 |
|
@ -10,7 +10,6 @@ networks:
|
||||||
services:
|
services:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
build: images/ffmpeg
|
build: images/ffmpeg
|
||||||
#build: /srv/nfs4/library/ffmpeg
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- published:/var/out
|
- published:/var/out
|
||||||
|
@ -25,11 +24,10 @@ services:
|
||||||
CHANNEL_ID: rektnetwork
|
CHANNEL_ID: rektnetwork
|
||||||
FFMPEG_ARGS: -async 2
|
FFMPEG_ARGS: -async 2
|
||||||
FFMPEG_LOG_LEVEL: debug
|
FFMPEG_LOG_LEVEL: debug
|
||||||
UTC_TIMING_URL: "https://direct.streaminginter.net/adapt/rektnetwork/time.txt"
|
UTC_TIMING_URL: "https://time.streaminginter.net"
|
||||||
command: /usr/local/bin/ffmpeg-hls
|
command: /usr/local/bin/ffmpeg-hls
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
#image: icedream/caddy
|
|
||||||
build: images/caddy
|
build: images/caddy
|
||||||
volumes:
|
volumes:
|
||||||
- published:/data:ro
|
- published:/data:ro
|
||||||
|
|
|
@ -9,8 +9,6 @@ gzip {
|
||||||
ext .m3u8 .mpd .xml
|
ext .m3u8 .mpd .xml
|
||||||
}
|
}
|
||||||
|
|
||||||
templates /time.txt
|
|
||||||
|
|
||||||
push dash.mpd *.hdr
|
push dash.mpd *.hdr
|
||||||
push hls.m3u8 *.m3u8
|
push hls.m3u8 *.m3u8
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
FROM icedream/caddy
|
FROM icedream/caddy
|
||||||
|
|
||||||
COPY Caddyfile /
|
COPY Caddyfile /
|
||||||
COPY time.txt /data/
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
VOLUME ["/data/"]
|
VOLUME ["/data/"]
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{{.Now "2006-01-02T15:04:05Z07:00"}}
|
|
Loading…
Reference in New Issue