J
Jason M
Guest
I'm attempting to write a PHP script which will allow me to download an FLV file from Xtube to my server, convert it to mp4 (ipod) and then make a link to stream it to my ipod/iphone. I have everything set up for the conversion and stream, I just cannot get the xtube "cdns##" server to come up. For instance, if you're familiar with any Xtube video "behind-the-scenes" stuff, the flash player makes a call for "find_video.php", which returns the path for the flv file, with a special hash. The returned path does not include the *specific* server the hash is valid for, that is, for example "cdns41.xtube.com" I cannot seem to find a way for php to call "find_video.php" and get the "cdns##". Am I able to read the header information returned by find_video.php, if that is even what tells the player what server the stream is on? I am very grateful if you can help me with this. Thanks!