I mean to cause no dis-respect to virginmedia... They are good in 95% of ways (Like Free usenet server) but youtube.... not great
Virginmedia use a cache proxy for youtube which simply doesnt work. This guide for Windows & Mac will block virgn media's proxy and force all streaming to be done via youtube directly. It requires a few lines to be entered into a command prompt or terminal and can easily be un-done if required.
For Windows, Start > Type "cmd" in the search > Right click cmd.exe and run as administrator.
Copy and paste the following:
For Mac, Open a terminal and copy/paste the following:
To remove on windows: netsh advfirewall firewall delete rule name="STOPCACHINGYOUTUBE"
To remove on mac: sudo ipfw delete X
Any Replies / Feedback / Other solutions would be much appreciated.
I also posted this here: http://community.virginmedia.com/t5...ix-youtube-and-make-it-watchable/td-p/1885698
Virginmedia use a cache proxy for youtube which simply doesnt work. This guide for Windows & Mac will block virgn media's proxy and force all streaming to be done via youtube directly. It requires a few lines to be entered into a command prompt or terminal and can easily be un-done if required.
For Windows, Start > Type "cmd" in the search > Right click cmd.exe and run as administrator.
Copy and paste the following:
Code:
netsh advfirewall firewall add rule name="STOPCACHINGYOUTUBE" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16,62.252.0.0/16 enable=yes
For Mac, Open a terminal and copy/paste the following:
Code:
sudo ipfw add reject src-ip 173.194.55.0/24 in
sudo ipfw add reject src-ip 206.111.0.0/16 in
sudo ipfw add reject src-ip 62.252.0.0/16 in
To remove on windows: netsh advfirewall firewall delete rule name="STOPCACHINGYOUTUBE"
To remove on mac: sudo ipfw delete X
Any Replies / Feedback / Other solutions would be much appreciated.
I also posted this here: http://community.virginmedia.com/t5...ix-youtube-and-make-it-watchable/td-p/1885698
