forked from DragonMinded/PyStreaming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
18 lines (17 loc) · 669 Bytes
/
Copy pathconfig.yaml
File metadata and controls
18 lines (17 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
database:
# IP or DNS entry for MySQL instance
address: "localhost"
# Database that will be used
database: "pystreaming"
# User who has full credentials to the above DB
user: "pystreaming"
# Password of said user
password: "pystreaming"
# Key used in Flask for encryption of cookies and the like.
secret_key: 'this_should_be_changed_to_something_long_and_random'
# HLS output directory as configured in your RTMP transcoding server.
hls_dir: '/path/to/hls'
# HLS playlist length in seconds as specified in your nginx configuration.
hls_playlist_length: 30
# Supported video qualities, if you are transcoding multiples.
video_qualities: