Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Use 720p example file for much easier transcoding and smaller size.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Jun 27, 2019
1 parent 1b29137 commit 3bfd7c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ services:
max-file: "5"
environment:
# VS_VBR: 1500k
# VS_FPS: 30
# VS_FPS: 24
# VS_QUALITY: superfast
VS_RTMP_SERVER: rtmp://a.rtmp.youtube.com/live2/aaaa-bbbb-cccc-dddd
# VS_FONT_FILE: /usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf
VS_TEXT_SOURCE: /var/azuracast/stations/azuratest_radio/config/nowplaying.txt
# VS_TEXT_SIZE: 55
# VS_TEXT_BOX: 0
# VS_TEXT_BOX: 1
# VS_TEXT_BOX_COLOR: black@0.5
# VS_TEXT_BORDER_W: 20
# VS_TEXT_X: 315
# VS_TEXT_Y: 960
# VS_TEXT_X: 100
# VS_TEXT_Y: 350
VS_AUDIO_SOURCE: http://stations:8000/radio.mp3
VS_VIDEO_SOURCE: /var/azuracast/videostream/example.mp4
8 changes: 4 additions & 4 deletions videostream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ COPY . .
RUN chmod a+x broadcast.sh

ENV VS_VBR="1500k" \
VS_FPS="30" \
VS_FPS="24" \
VS_QUALITY="superfast" \
VS_RTMP_SERVER="rtmp://a.rtmp.youtube.com/live2" \
VS_FONT_FILE="/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf" \
VS_TEXT_SOURCE="/var/azuracast/videostream/example.txt" \
VS_TEXT_SIZE="55" \
VS_TEXT_BOX="0" \
VS_TEXT_BOX="1" \
VS_TEXT_BOX_COLOR="black@0.5" \
VS_TEXT_BORDER_W="20" \
VS_TEXT_X="315" \
VS_TEXT_Y="960" \
VS_TEXT_X="100" \
VS_TEXT_Y="350" \
VS_AUDIO_SOURCE="http://stations:8000/radio.mp3" \
VS_VIDEO_SOURCE="/var/azuracast/videostream/example.mp4"

Expand Down
Binary file modified videostream/example.mp4
Binary file not shown.

0 comments on commit 3bfd7c3

Please sign in to comment.