This part deals mostly with the requesting of videos to load. Currently I have set up a Tor Hidden HTTP Service for adding video files to. I then request those videos through Tor/Privoxy Client which connects using PyCURL/CURL. Videos are dynamically managed by passing the filename into a flashvars parameter from my database table where it requests the file from the Tor Hidden HTTP Service.
Continue reading
Category Archives: Actionscript
Actionscript PyCURL and Socks – Part 2
From the original article(s) found here http://www.techshinobi.com/index.php/actionscript-pycurl-and-socks/ I have rewritten the code a bit to play a video file (flv) on a mobile device from a Tor (Onion Network) Hidden Service.
Continue reading
Actionscript PyCURL and Socks
In a conclusion to http://www.techshinobi.com/index.php/java-socks-proxy-in-applets-tor/
Here is the same goal achieved using Actionscript and PyCURL this allows us to avoid unnecessary security warnings when displaying images.
Continue reading