web-developer Posted August 1, 2011 Share Posted August 1, 2011 I wish to develop a Youtube Like website. Is here any expert who can guide me with with steps like Video Storage, Conversion, Compression etc things ? Link to comment https://forums.phpfreaks.com/topic/243481-build-a-youtube-like-website/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 1, 2011 Share Posted August 1, 2011 Firstly you would need to have a dedicated server and a CDN. Having a dedicated server is mandatory for video streaming site. Secondly, you would need to have a video player. There are a few free/commercial video players (e.g. JWPlayer, FlowPlayer). Google them. Thirdly, you would need to be able to code in PHP, HTML, JAVASCRIPT, MYSQL, jQUERY(optional) & AJAX(optional). Lastly, you must have a good web designing skills Link to comment https://forums.phpfreaks.com/topic/243481-build-a-youtube-like-website/#findComment-1250196 Share on other sites More sharing options...
web-developer Posted August 1, 2011 Author Share Posted August 1, 2011 Thank you. Would like to know more deeply into the process like Video Conversion, Storage, f4v conversion, Compressing Video, Video streaming etc.. Link to comment https://forums.phpfreaks.com/topic/243481-build-a-youtube-like-website/#findComment-1250199 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 1, 2011 Share Posted August 1, 2011 you would need to install FFmpeg on your dedicated server. be aware that video streaming sites use a massive bandwidth thus CDN would come in handy. CDN in a box would be very useful as it is hosted and manage by google if im not wrong. but definitely its using google engine to power your site. http://www.cdninabox.com/ Link to comment https://forums.phpfreaks.com/topic/243481-build-a-youtube-like-website/#findComment-1250202 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 1, 2011 Share Posted August 1, 2011 you may also want to look at CloudFlare as they have free cdn. I have tried it yet. Trying it now. Link to comment https://forums.phpfreaks.com/topic/243481-build-a-youtube-like-website/#findComment-1250207 Share on other sites More sharing options...
JonnoTheDev Posted August 1, 2011 Share Posted August 1, 2011 Download this script. It is a youtube clone. Pull it to bits and you will see how all the upload, conversion, etc is done http://www.phpmotion.com/ The server needs certain software already mentioned such as FFMPEG. The info is all there on the website link. Link to comment https://forums.phpfreaks.com/topic/243481-build-a-youtube-like-website/#findComment-1250259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.