Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created October 1, 2020 23:53
Show Gist options
  • Save cirrusUK/2ab8ff62f77a4074808e47a220985303 to your computer and use it in GitHub Desktop.
Save cirrusUK/2ab8ff62f77a4074808e47a220985303 to your computer and use it in GitHub Desktop.
#define player
player=mpv --cache=5000
#try these stream qualitys
default-stream=worst,480p,best,high,low,720p
# Number of threads to use when streaming HLS streams
hls-segment-threads=2
# Number of threads to use when streaming HDS streams
hds-segment-threads=2
stream-segment-threads=3
# Use this option to let the player stay or close itself instead.
# player-no-close
# Use this option if you want Livestreamer to keep trying to access stream
#player-passthrough=http,hls,rtmp
# Use this if you want to transport the stream to the player via HTTP.
#player-http
# Show console output from the video player
verbose-player
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment