• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Holy crap, there's a command line you can do in windows to make Youtube FLY

Page 4 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Wow, that does work. I have 15Mb roadrunner and sometimes Youtube works great but usually buffers a lot. Figured it was on Youtube's end. Guess not! Stupid throttling of the connection I am paying for - too much, really, given they pull this crap.

Going to see about just putting it in my router so it is blocked no matter what I use.
OK, someone post a link to one of these videos, 1080p, I presume. I want to test. My ISP I sort of trust, well, sort of... I don't do a lot of Youtubing but I've been having a devil of a time with Cisco Webex videos from one vendor. Buffering sometimes for 10 minutes before they'll start playing. I'm told 15 seconds would be what I should expect. I'm on sonic.net ADSL, which uses AT&T copper lines. I get between 4-5.3Mbps DL, about 0.87Mbps UL.
 
Last edited:
links in OP are down. anyone have another?



many happy blessings

The gist of it is, you need to stop your network from being able to access these networks:

173.194.55.0/24
206.111.0.0/16

I just did it at my firewall so any PC on my network can't access them.

I have a post here that I will update if I hear of any other IPs:

http://www.iceteks.com/forums/index.php?showtopic=5545&st=0&

Google is probably going to "fix" this so I'm sure there will be more IPs to block over time to stay ahead.
 
Wow, I'm watching 1080P Youtube videos with no buffering! That has NEVER happened before. Hell even 720P would give me problems. Thanks for the tip!

I'm on AT&T Uverse ADSL2+, btw.
 
Worked for me. Youtube loads a lot faster now. If only there was something like this for Netflix.🙂
My ISP is the crap known as Frontier Communications.

LOL i had a bigger piece of crap not to long ago called Windstream,the worst dsl ever and for fun you should check dslreports about them.:awe:

Windstream was so awful in my experience,i ended up going with Wildblue Satellite net,issue free besides high ping keeping me from fps online gaming.

I would wish Windstream on my enemies if i could.:awe:
 
Can't say I notice any difference here. Occasional buffering when trying to play a video at 720p - entered the command - same occasional buffering. Even tried a reboot.

I have a 100Mb/s connection from ComHem and normally download at between 8 and 12 megabytes per second.
 
Last edited:
Looks like all it does is block two /16 address spaces. You should be able to setup this kind of access list on your router.
 
BIG help for me. We have Fios (75/35) and Youtube would buffer on anything over 320p, that was beyond ridiculous. Now it's all smooth.
 
Does this work for Mac using comcast?

It is not Mac that is the issue, it's comcast ... we don't peer with these IP's I think.

I tried blocking a few IP ranges in between that I thought might be packet shapers ... it helped a little bit, but I don't know if it's worth a damn, I did see a small speed boost in youtube videos ...
 
I forgot to mention this earlier, but I had to enable outbound blocking on these 2 ranges ranges as well in order for the firewall policies to work on my Win 7 system (is windows firewall supposed to open a socket for a blocked inbound IP range if an outbound request is made?). If you're doing this on with the Windows Firewall and not your router, you'll need to ensure the firewall is enabled.

If you want to find out if these firewall policies will have any effect on your youtube streaming, while youtube is open in a browser and playing a video, run netstat or netstat -b in an elevated command prompt window, or keep an eye on the resource monitors network tab. If you see an IP in the ranges of 206.111.x.x or 173.194.55.x in either netstat or resource monitor, then this may work for you (I say 'may' because there's no guarantee that the routes or CDN you end up on after blocking XO will be any better, though it is for most people. It's actually a bit easier in Resource Monitor as you can sort by Receive (b/sec) in the Network Activity section and the youtube stream should be at the top if you don't have any other high bandwidth network activity occurring while performing this test. If you don't see either of these IP ranges then you're not using the XO CDN and these firewall policies don't apply to you.

Here are the rules (You can verify they were created in the Windows Firewall with Advanced Security mmc (just start typing that in the start menu search, it will pop up in the list). You should see one policy created under Inbound Rules and one under Outbound Rules, both with the name block-XO-youtube-CDN. 173.194.55.0/24 appears to be a Google network, which I haven't hit myself, but the major /16 network is XO.

Inbound
Code:
netsh advfirewall firewall add rule name="block-XO-youtube-CDN" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes
Outbound
Code:
netsh advfirewall firewall add rule name="block-XO-youtube-CDN" dir=out action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes
You can remove the rules from Windows Firewall with Advanced Security, or type/paste this into an elevated command prompt
Code:
netsh advfirewall firewall delete rule name="block-XO-youtube-CDN"
 
Last edited:
OK did some further testing and it does seem to be working better again, with both inbound and outbound rules. Thanks Lifted.
 
Whats all the hub-bub about? "You people" need to stop fooling around with the internet. Youtube was fine for me on Charter but now its been acting weird thanks to you meddlers.

:colbert:
 
weird, I am on TWC and it actually made it worse. Also tried the inbound/outbound thing from lifted, but it was the same.

Deleted rules and it works like it normally does. 720p perfect, 1080p with occasional buffering(sometimes none at all).

Oh well.
 
Back
Top