Skip to content

Commit

Permalink
Add sample config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycpsu committed Oct 14, 2018
1 parent e1b7ba6 commit f38e2c9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/config.yaml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
profiles:
default:
providers:
mlb: # MLB.tv
username: [email protected]
password: changeme
nhl: # NHL.tv
username: [email protected]
password: changeme2

player: /usr/local/bin/mpv -no-border --osd-level=0
--force-seekable --hr-seek=yes --hr-seek-framedrop=yes
--keep-open=yes --keep-open-pause=no --no-window-dragging
--cache=2048 --cache-backbuffer=8192 --demuxer-seekable-cache=yes
streamlink_args: --hls-audio-select *
time_zone: America/New_York
default_resolution: 720p_alt
hide_spoiler_teams: false #true to hide all, or list, e.g.
# - PHI
# - PIT

540p:
default_resolution: 540p
streamlink_args:
proxy:
proxies:
http: http://10.0.0.1:4123
https: http://10.0.0.1:4123

#profile_map:
# use certain profiles for games involving certain teams,e.g.
# team:
# - pit: proxy

0 comments on commit f38e2c9

Please sign in to comment.