imekul Posted January 18, 2009 Share Posted January 18, 2009 I'm trying to think of a way to, if possible, automate an upload to YouTube using a PHP script. I'll be e-mailing a small 3GP video file to an e-mail address, which then pipes to a PHP script. I can easily parse the e-mail and extract the 3GP video, saving it on my server. So now I would like a way to automatically upload that 3GP to YouTube. Would you say this is possible? In a way, it seems pretty simple... yet I'm just not sure where to go from here, once I have the 3GP file saved on my server. Any ideas? Thanks for reading! Link to comment https://forums.phpfreaks.com/topic/141351-using-e-mail-piping-to-automate-3gp-video-upload-to-youtube/ Share on other sites More sharing options...
trq Posted January 18, 2009 Share Posted January 18, 2009 Should be easy enough using zend frameworks Zend_GData class. Link to comment https://forums.phpfreaks.com/topic/141351-using-e-mail-piping-to-automate-3gp-video-upload-to-youtube/#findComment-739987 Share on other sites More sharing options...
imekul Posted January 21, 2009 Author Share Posted January 21, 2009 Thanks for the lead. I'll try to figure that out. You're not aware of any working examples or tutorials, by chance? Link to comment https://forums.phpfreaks.com/topic/141351-using-e-mail-piping-to-automate-3gp-video-upload-to-youtube/#findComment-741823 Share on other sites More sharing options...
trq Posted January 21, 2009 Share Posted January 21, 2009 You're not aware of any working examples or tutorials, by chance? Isn't that what I linked too? Link to comment https://forums.phpfreaks.com/topic/141351-using-e-mail-piping-to-automate-3gp-video-upload-to-youtube/#findComment-742004 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.