Skip to content

Commit

Permalink
cache: change auto-pause/resume defaults
Browse files Browse the repository at this point in the history
This is hopefully better for web streams.

Temporary workaround for mpv-player#870.
  • Loading branch information
wm4 committed Jun 22, 2014
1 parent a1c220c commit cae2977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ const struct MPOpts mp_default_opts = {
.seek_min = 500,
.file_max = 1024 * 1024,
},
.stream_cache_pause = 500,
.stream_cache_unpause = 1000,
.stream_cache_pause = 50,
.stream_cache_unpause = 100,
.network_rtsp_transport = 2,
.chapterrange = {-1, -1},
.edition_id = -1,
Expand Down

0 comments on commit cae2977

Please sign in to comment.