Add live score overlay to video stream using shared volume between transcoder and overlay service
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 21s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 21s
This commit is contained in:
13
squashkiwi-streaming/config/transcoder/Dockerfile
Normal file
13
squashkiwi-streaming/config/transcoder/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM linuxserver/ffmpeg:latest
|
||||
|
||||
# Install fonts for text overlay
|
||||
RUN apk add --no-cache ttf-dejavu
|
||||
|
||||
# Copy transcoder script
|
||||
COPY transcoder.sh /transcoder.sh
|
||||
RUN chmod +x /transcoder.sh
|
||||
|
||||
# Create score file directory
|
||||
RUN mkdir -p /tmp
|
||||
|
||||
ENTRYPOINT ["/transcoder.sh"]
|
Reference in New Issue
Block a user