Anyway to Increase Download speeds of VOD's from CMD?
See original GitHub issueChecklist
- This is a bug report.
- This is a plugin request.
- This is a feature request.
- I used the search function to find already opened/closed issues or pull requests.
Description
Hey guys.
I use CMD and the following command to download VODS using livestreamer or streamlink:
streamlink openrec.tv/live/kjASDadme40 source -o D:\savedfile.mp4
BUT it downloads way too slow. I have around 150-200Mbps download speed and I normally get around 15-20MBps download per second. However with CMD the speeds fluctuate and it’s between 200 kbps - 1MB . Is there any kind of coding I can add to increase my download speed when downloading vods from openrec.tv?
Many thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to Double your Internet Speed using CMD 100% working.
Increase your internet speed using cmd, fix slow internet speed without using any software easily in Windows 7, Vista and XP.Steps- 1.
Read more >How to Increase your Internet Speed Using Command Prompt ...
Hi Everyone, This is the video tutorial about how to Increase your Internet Speed using Command Prompt ( Cmd ). So Watch the...
Read more >How To Speed Up Internet Connection Using CMD [2022]
More videos on YouTube ; Step 2: Open tcp show global. Type Netsh int tcp show global in cmd and press enter. ;...
Read more >5 Ways to Boost Internet Speed with Command Prompt
5 Ways to Boost Internet Speed with Command Prompt · 1. Renew IP address · 2. Flush DNS resolver cache · 3. Reset...
Read more >How To Increase Download Speed: 19 Tricks To SPEED UP ...
Ethernet cables provide faster transmission of data than the wireless method of communication, so to achieve faster downloading speed, the user ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jstrat231 did you try out my suggestions? VOD has been fixed in the latest dev/nightly version.
You can increasing the download threads using –hls-segment-threads, eg.
--hls-segment-threads 5
. However, the link you posted is for a live stream, which would only be able to download as fast as it streams it cannot go any faster.VOD support actually appears to be broken on openrec.tv, but we’ll fix that…