Config vars on separate file
[streamdesktop.git] / config
1 # Server connection settings
2 SERVER=my.icecast2server.org
3 PORT=80 # port to stream to
4 PASSWORD=hackme
5
6 # Stream settings
7 BITRATE=1000000 # Bitrate of the video, in bps
8 SOUNDQUALITY=0.4 # OGG compression quality, from 0 to 1
9 FRAMERATE=20 # frames per second
10 SHOWPOINTER="true" # show or hide the mouse pointer
11 # Width and height are upper limits. Video will not be upscaled or stretched, it would be proportionally downscaled to fit the WIDTH and HEIGHT dimensions
12 WIDTH=1280
13 HEIGHT=720
14