Author Topic: download flv from external source and pass onto user (php)  (Read 810 times)

0 Members and 1 Guest are viewing this topic.

Offline kc8ydsTopic starter

  • Irregular
  • Posts: 2
    • View Profile
download flv from external source and pass onto user (php)
« on: July 07, 2009, 12:48:17 AM »
alright.. so i run a proxy for users to get around their governments block on youtube.com

i'm looking to setup a few servers dedicated to just serving flv files


i need a script to download and send to the user as its downloading a flv file


so.. i can pass a url to it like /video.php?v=http://youtube.com/zzzzz and it downloads this flv while streaming it to the user as it downloads


i tried this in the past but it never worked out so great -- i can use any function (i can compile whatever is needed into php)

« Last Edit: July 07, 2009, 12:50:19 AM by kc8yds »