Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tonycpsu/mlbstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
mkomko committed Apr 1, 2019
2 parents 559d73a + bb3caab commit 6e75ab8
Show file tree
Hide file tree
Showing 9 changed files with 1,345 additions and 472 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
Loading

0 comments on commit 6e75ab8

Please sign in to comment.