How Do I Stream Videos From Youtube Like this? Youtube.com->To My Server->To Users so that people who cant view youtube videos can view them?
^when they're at schools and such. Alot of teens use one of sites and they complain about that they cant view videos
cause that wouldn't work like how I want it to work. I want it to be streaming from youtube->to my server->to user without using a proxy script so when someone clicks Watch it will open example view.php?videoid=0afz7lz7KGM then it will go through the flash player ex. viewyt.php?videoid=0afz7lz7KGM and then it will stream the video
You are still describing a proxy. youtube->to my server->to user see that middle man part? its making a request on behalf of your users. that's the definition of a proxy. there's a ton of reasons to not want to use a proxy (start with getting your domain/ip banned by the same people as Youtube, high resource usage etc). I'm not saying to use something like PHPproxy or glype, but the basic idea is still a proxy.