Revisions
-
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin * Get a Linode VM in the UK. The 512MB server for $20 works just fine. (If you want to use my referral link, go for it: http://bit.ly/OuzdVe) * Follow the standard OpenVPN installation documentation. (Basically, 'apt-get install openvpn' or 'yum install openvpn' and then follow these docs: http://openvpn.net/index.php/open-source/documentation/howto.html). For an OS X client, I prefer Viscosity: http://www.thesparklabs.com/viscosity/ . * Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ How to stream the London 2012 Olympics -------------------------------------- There have been several HOWTOs posted regarding streaming the 2012 Olympics using HTTP / SOCKS proxies via SSH and other similar methods. None of these actually work using the latest Flash on Mountain Lion (with Firefox, Chrome or Safari). Additionally, the third-party streaming sites don't provide BBC's amazing interface, which lets you quickly skip to individual competitors and events. However, setting up an OpenVPN server _does_ work, with some tweaks. You'll get the exact same UX that people in England receive. * Get a Linode VM in the UK. The 512MB server for $20 works just fine. (If you want to use my referral link, go for it: http://bit.ly/OuzdVe) * Follow the standard OpenVPN installation documentation. I prefer the Viscosity client for OS X. -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,7 @@ push "route 80.239.224.0 255.255.255.128" ``` * Put these entries in your /etc/hosts file: ```shell 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net 23.63.98.9 open.bbci.co.uk open-bbci.bbc.net.uk open.bbci.co.uk.edgesuite.net a1638.g2.akamai.net -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,11 +22,12 @@ push "route 80.239.224.0 255.255.255.128" ``` * Put these entries in your /etc/hosts file: ```shell 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net 23.63.98.9 open.bbci.co.uk open-bbci.bbc.net.uk open.bbci.co.uk.edgesuite.net a1638.g2.akamai.net 23.63.99.226 ichef.bbci.co.uk 77.72.118.168 sa.bbc.co.uk 23.62.53.67 static.bbci.co.uk ``` * Connect to your new VPN and go to http://www.bbc.co.uk/sport/olympics/2012/live-video . All done! -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,11 +3,11 @@ How to stream the London 2012 Olympics There have been several HOWTOs posted regarding streaming the 2012 Olympics using HTTP / SOCKS proxies via SSH and other similar methods. None of these work using the latest Flash on Mountain Lion (with Firefox, Chrome or Safari). However, setting up an OpenVPN server _does_ work, with some tweaks. * Get a Linode VM in the UK. The 512MB server for $20 works just fine. * Follow the standard OpenVPN installation documentation. I prefer the Viscosity client for OS X. * Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: ```shell push "route 212.58.224.0 255.255.128.0" @@ -21,12 +21,12 @@ push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" ``` * Put these entries in your /etc/hosts file: > 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net > 23.63.98.9 open.bbci.co.uk open-bbci.bbc.net.uk open.bbci.co.uk.edgesuite.net a1638.g2.akamai.net > 23.63.99.226 ichef.bbci.co.uk > 77.72.118.168 sa.bbc.co.uk > 23.62.53.67 static.bbci.co.uk > 141.101.126.37 cfdnscheck.cloudflare.com * Connect to your new VPN and go to http://www.bbc.co.uk/sport/olympics/2012/live-video . All done! -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,8 @@ push "route 77.72.118.168 255.255.255.255" push "route 66.235.128.0 255.255.224.0" push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" ``` 4. Put these entries in your /etc/hosts file: > 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 10 additions and 17 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,23 +9,16 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin 3. Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: ```shell push "route 212.58.224.0 255.255.128.0" push "route 68.142.94.242 255.255.255.255" push "route 68.142.94.239 255.255.255.255" push "route 69.22.163.44 255.255.255.255" push "route 77.72.118.168 255.255.255.255" push "route 66.235.128.0 255.255.224.0" push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128"``` 4. Put these entries in your /etc/hosts file: > 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,13 +10,21 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin 3. Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: push "route 212.58.224.0 255.255.128.0" push "route 68.142.94.242 255.255.255.255" push "route 68.142.94.239 255.255.255.255" push "route 69.22.163.44 255.255.255.255" push "route 77.72.118.168 255.255.255.255" push "route 66.235.128.0 255.255.224.0" push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" 4. Put these entries in your /etc/hosts file: -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,6 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin 3. Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: push "route 212.58.224.0 255.255.128.0" push "route 68.142.94.242 255.255.255.255" push "route 68.142.94.239 255.255.255.255" @@ -19,7 +18,6 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" 4. Put these entries in your /etc/hosts file: > 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 9 additions and 17 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,23 +10,15 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin 3. Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: <code> push "route 212.58.224.0 255.255.128.0" push "route 68.142.94.242 255.255.255.255" push "route 68.142.94.239 255.255.255.255" push "route 69.22.163.44 255.255.255.255" push "route 77.72.118.168 255.255.255.255" push "route 66.235.128.0 255.255.224.0" push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" </code> 4. Put these entries in your /etc/hosts file: -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,13 +11,21 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin <code> push "route 212.58.224.0 255.255.128.0" push "route 68.142.94.242 255.255.255.255" push "route 68.142.94.239 255.255.255.255" push "route 69.22.163.44 255.255.255.255" push "route 77.72.118.168 255.255.255.255" push "route 66.235.128.0 255.255.224.0" push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" </code> -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 11 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,15 +9,17 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics usin 3. Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: <code> push "route 212.58.224.0 255.255.128.0" push "route 68.142.94.242 255.255.255.255" push "route 68.142.94.239 255.255.255.255" push "route 69.22.163.44 255.255.255.255" push "route 77.72.118.168 255.255.255.255" push "route 66.235.128.0 255.255.224.0" push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" </code> 4. Put these entries in your /etc/hosts file: > 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 20 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,28 +3,28 @@ How to stream the London 2012 Olympics There have been several HOWTOs posted regarding streaming the 2012 Olympics using HTTP / SOCKS proxies via SSH and other similar methods. None of these work using the latest Flash on Mountain Lion (with Firefox, Chrome or Safari). However, setting up an OpenVPN server _does_ work, with some tweaks. 1. Get a Linode VM in the UK. The 512MB server for $20 works just fine. 2. Follow the standard OpenVPN installation documentation. I prefer the Viscosity client for OS X. 3. Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: > push "route 212.58.224.0 255.255.128.0" > push "route 68.142.94.242 255.255.255.255" > push "route 68.142.94.239 255.255.255.255" > push "route 69.22.163.44 255.255.255.255" > push "route 77.72.118.168 255.255.255.255" > push "route 66.235.128.0 255.255.224.0" > push "route 23.32.0.0 255.224.0.0" > push "route 141.101.126.37 255.255.255.255" > push "route 80.239.224.0 255.255.255.128" 4. Put these entries in your /etc/hosts file: > 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net > 23.63.98.9 open.bbci.co.uk open-bbci.bbc.net.uk open.bbci.co.uk.edgesuite.net a1638.g2.akamai.net > 23.63.99.226 ichef.bbci.co.uk > 77.72.118.168 sa.bbc.co.uk > 23.62.53.67 static.bbci.co.uk > 141.101.126.37 cfdnscheck.cloudflare.com 5. Connect to your new VPN and go to http://www.bbc.co.uk/sport/olympics/2012/live-video . All done! -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ How to stream the London 2012 Olympics -------------------------------------- There have been several HOWTOs posted regarding streaming the 2012 Olympics using HTTP / SOCKS proxies via SSH and other similar methods. None of these work using the latest Flash on Mountain Lion (with Firefox, Chrome or Safari). However, setting up an OpenVPN server _does_ work, with some tweaks. -
danparsons revised this gist
Jul 29, 2012 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ How to stream the London 2012 Olympics ====================================== There have been several HOWTOs posted regarding streaming the 2012 Olympics using HTTP / SOCKS proxies via SSH and other similar methods. None of these work using the latest Flash on Mountain Lion (with Firefox, Chrome or Safari). However, setting up an OpenVPN server _does_ work, with some tweaks. (1) Get a Linode VM in the UK. The 512MB server for $20 works just fine. -
danparsons renamed this gist
Jul 29, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
danparsons created this gist
Jul 29, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ There have been several HOWTOs posted regarding streaming the 2012 Olympics using HTTP / SOCKS proxies via SSH and other similar methods. None of these work using the latest Flash on Mountain Lion (with Firefox, Chrome or Safari). However, setting up an OpenVPN server _does_ work, with some tweaks. (1) Get a Linode VM in the UK. The 512MB server for $20 works just fine. (2) Follow the standard OpenVPN installation documentation. I prefer the Viscosity client for OS X. (3) Push the following routes from your OpenVPN server. These are all the IPs the BBC uses for streaming recorded and live Olympics games. You can put this inside your OpenVPN server.conf file: push "route 212.58.224.0 255.255.128.0" push "route 68.142.94.242 255.255.255.255" push "route 68.142.94.239 255.255.255.255" push "route 69.22.163.44 255.255.255.255" push "route 77.72.118.168 255.255.255.255" push "route 66.235.128.0 255.255.224.0" push "route 23.32.0.0 255.224.0.0" push "route 141.101.126.37 255.255.255.255" push "route 80.239.224.0 255.255.255.128" (4) Put these entries in your /etc/hosts file: 80.239.224.43 a974.w23.akamai.net bbchdsodsecure-f.akamaihd.net 23.63.98.9 open.bbci.co.uk open-bbci.bbc.net.uk open.bbci.co.uk.edgesuite.net a1638.g2.akamai.net 23.63.99.226 ichef.bbci.co.uk 77.72.118.168 sa.bbc.co.uk 23.62.53.67 static.bbci.co.uk 141.101.126.37 cfdnscheck.cloudflare.com (5) Connect to your new VPN and go to http://www.bbc.co.uk/sport/olympics/2012/live-video . All done!