forked from gabek/vadeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example
41 lines (34 loc) · 1.68 KB
/
config.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Required live stream video destination. Should start with rtmp://.
# Check out Owncast if you want to run your own: https://owncast.online.
streamingURL: rtmp://owncast.myserver.com/live
streamingKey: ggv6i-my-key-for-streaming-5rjrx9
# Required internet radio station audio URL
audioUrl: https://ice1.somafm.com/groovesalad-256-mp3
audioBitrate: 256
# Try to fetch an artist image and display it. This is worth disabling if
# the audio you stream doesn't have artist names or are harder to discover.
# This seems to significantly slow down compositing and might cause buffering
# so feel free to experiment, but keep expectations low.
useArtistImage: false
# Use the real-time audio visualizer.
useAudioVisualizer: true
fontFile: polentical-neon.ttf
artistFontSize: 42
trackFontSize: 37
# This is the bitrate and framerate that vadeo sends to your server, not what your server sends to viewers.
# https://trac.ffmpeg.org/wiki/Encode/H.264#crf.
# Video quality level: 0 is lossless, 23 is the default, and 51 is worst quality possible.
# You probably want to stick in the 20s for streaming video.
videoQualityLevel: 25
framerate: 24
# Select from https://trac.ffmpeg.org/wiki/Encode/H.264.
# Faster is less CPU use, larger video size, and lower quality.
# Slower is more CPU use, smaller video sizes, and higher quality.
# I don't recommend anything outside of "faster" and "fast".
# From fastest (lowest quality) to slowest (highest quality):
# ultrafast, superfast, veryfast, faster
cpuUsage: superfast
# Optional Owncast integration for v0.0.6+.
# Read more at https://owncast.online/thirdparty/apis
# owncastServerURL: https://owncast.myserver.com
# owncastAccessToken: fjkf983jf-my-owncast-access-token