4

How can I configure Tor, with the Flash player, for ONLY accessing region-banned videos?

Karolinger
  • 165
  • 1
  • 6

5 Answers5

1

You can also use Stealthy, a plugin for Firefox. If you encounter a blocked page, Stealthy switches to an open proxy in another country and tries downloading it through this proxy. However those are not Tor proxies, but simple open proxies.

Jens Kubieziel
  • 8,630
  • 5
  • 35
  • 116
1

This is possible. You first need to get a fake IP for the specific region, then you need to activate the Flash plugin, which by default is disabled in the Tor Browser. Check the answer of IP address in specific city for IP address and the answer of Why can't Tor Browser use Adobe Flash Player? for Flash plugin.

1

Stealthy is good. The other option is to use psiphon to appear to be in a different country. Also its dependent on whether the web server or the CDN/streaming server is doing the checks. I'm no expert at web development, but I imagine the html-serving servers are doing the country checks, in which case using flash should theoretically work but it will also expose your real ip address, for those who are concerned about that. Why can't someone make a gnash open source flash plugin that plays videos?!

1

In the first answer you got the hint to use proxies to watch the videos. Beside Tor there are another way. You could use savefrom.net to watch and download the Videos. Beside: this would not use the limited traffic within the Tor-network. Simply go on these website and learn how to use it.

Roya
  • 3,240
  • 3
  • 19
  • 40
Klaus
  • 31
  • 3
0

While a lot of people are suggesting to use plugins and other such potentially risky solutions, you may want to try using a video player that supports flash. The mpv program, for example, can play flash videos embedded within .swf files (i.e. the same type in .flv files). While it doesn't support a SOCKS proxy out of the box, you can use torsocks with it to send traffic through Tor.

forest
  • 1