alltube/config/config.example.yml

32 lines
614 B
YAML
Raw Normal View History

2017-08-21 20:10:21 +02:00
---
2017-08-21 20:22:08 +02:00
# Path to your youtube-dl binary
2015-10-31 15:42:25 +01:00
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
2017-08-21 20:22:08 +02:00
# Path to your python binary
2015-10-31 15:42:25 +01:00
python: /usr/bin/python
2017-08-21 20:22:08 +02:00
# An array of parameters to pass to youtube-dl
params:
- --no-playlist
- --no-warnings
2016-04-11 22:41:25 +02:00
- --playlist-end
- 1
2017-08-21 20:22:08 +02:00
# True to enable audio conversion
2015-10-31 15:42:25 +01:00
convert: false
2017-08-21 20:22:08 +02:00
# Path to your avconv or ffmpeg binary
2015-11-21 20:54:38 +01:00
avconv: vendor/bin/ffmpeg
2017-08-21 20:22:08 +02:00
# Path to your rtmpdump binary
2016-04-12 21:13:43 +02:00
rtmpdump: vendor/bin/rtmpdump
2017-08-21 20:22:08 +02:00
# True to disable URL rewriting
uglyUrls: false
2017-08-21 20:22:08 +02:00
# True to stream videos through server
stream: false
# MP3 bitrate when converting (in kbit/s)
audioBitrate: 128