Skip to content

Commit

Permalink
Moved number of parallel video packet downloads to config
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky4546 committed Dec 7, 2023
1 parent ab182e7 commit b07f636
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions provider_video_plutotv/config_defn.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
"level": 3,
"help": "Default: 110. Used on internalproxy, streamlinkproxy and ffmpegproxy. Time in seconds to shutdown stream when no data comes from provider. Should be about 4x HTTPRetries*HTTPTimeout"
},
"stream-g_concurrent_downloads":{
"label": "Concurrent Downloads",
"type": "integer",
"default": 3,
"level": 3,
"help": "Default: 3. Only used on internalproxy. Number of parallel video packet downloads happening at one time. A value of one means no parallel processing. Helps when provider requests are timing out."
},
"stream-g_http_timeout":{
"label": "HTTP Timeout",
"type": "integer",
Expand Down
2 changes: 1 addition & 1 deletion provider_video_plutotv/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "provider_video_plutotv",
"name": "PlutoTV",
"version": {
"current": "0.1.11"
"current": "0.1.12"
},
"requires": [{
"cabernet": {
Expand Down

0 comments on commit b07f636

Please sign in to comment.