forked from bililive-go/bililive-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
31 lines (31 loc) · 807 Bytes
/
Copy pathconfig.yml
File metadata and controls
31 lines (31 loc) · 807 Bytes
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
rpc:
enable: true
bind: 127.0.0.1:8080
debug: false
interval: 20
out_put_path: ./
log:
out_put_folder: ./
save_last_log: true
save_every_log: false
feature:
use_native_flv_parser: false
live_rooms:
# qulity参数目前仅B站启用,默认为0
# (B站)0代表原画PRO(HEVC)优先, 其他数值为原画(AVC)
# 原画PRO会保存为.ts文件, 原画为.flv
# HEVC相比AVC体积更小, 减少35%体积, 画质相当, 但是B站转码有时候会崩
- url: https://www.lang.live/room/5664344
is_listening: false
- url: https://live.bilibili.com/22603245
is_listening: true
quality: 0
out_put_tmpl: ""
video_split_strategies:
on_room_name_changed: false
max_duration: 0s
cookies: {}
on_record_finished:
convert_to_mp4: false
delete_flv_after_convert: false
timeout_in_us: 60000000