I saw this on reddit a couple months ago and since trying it out it has made my youtube playback to improve a lot. Few of my friends have done this and they said it also improved their youtube playback.
You will have blazingly fast Youtube streaming (and Twitch.tv) by running a few commands to reject certain IP addresses. Also, remember that this will cause the stream to take 1-2 seconds to start because of the IP block handling, but then you are greeted with a silky smooth, ultra fast experience. Enough talking. Here’s what you need to do:
Click the Start button, type “cmd”, and right click the icon to ‘Run As Administrator’ ([Only registered and activated users can see links. Click Here To Register...])
You will likely see a UAC prompt, hit “Yes” ([Only registered and activated users can see links. Click Here To Register...])
The command prompt window will open, this is where you will type in the commands to set your firewall rules [Only registered and activated users can see links. Click Here To Register...])
Enter the following command and hit Enter. If it works, you should see a big “OK”.
Rules can be easily removed too. Just get back into the command prompt in the same way and run this command, hit Enter again:
You will have blazingly fast Youtube streaming (and Twitch.tv) by running a few commands to reject certain IP addresses. Also, remember that this will cause the stream to take 1-2 seconds to start because of the IP block handling, but then you are greeted with a silky smooth, ultra fast experience. Enough talking. Here’s what you need to do:
Click the Start button, type “cmd”, and right click the icon to ‘Run As Administrator’ ([Only registered and activated users can see links. Click Here To Register...])
You will likely see a UAC prompt, hit “Yes” ([Only registered and activated users can see links. Click Here To Register...])
The command prompt window will open, this is where you will type in the commands to set your firewall rules [Only registered and activated users can see links. Click Here To Register...])
Enter the following command and hit Enter. If it works, you should see a big “OK”.
Code:
netsh advfirewall firewall add rule name="MITCHRIBARYTUBE" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes
Code:
netsh advfirewall firewall delete rule name="MITCHRIBARYTUBE"