Small mistake
[streamdesktop.git] / config.example
CommitLineData
23f844fc
RR
1# Server connection settings
2SERVER=my.icecast2server.org
3PORT=80 # port to stream to
4PASSWORD=hackme
5
6# Stream settings
7BITRATE=1000000 # Bitrate of the video, in bps
8SOUNDQUALITY=0.4 # OGG compression quality, from 0 to 1
9FRAMERATE=20 # frames per second
10SHOWPOINTER="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
12WIDTH=1280
13HEIGHT=720
14