hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Hosting : Video Sharing Script
Reply

Web Hosting Discussions on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects. If your service is unavailable, please click here.
Forum Jump

Video Sharing Script

Reply Post New Thread In Web Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 01-01-2009, 08:14 AM
JoyceBabu JoyceBabu is offline
Web Hosting Guru
 
Join Date: Nov 2007
Location: India
Posts: 256
Does anyone know any video sharing script that allows me to display videos from youtube and metacafe on my site.
I am not looking for a script that allows my users to upload videos to my site, but a script that uses the YouTube and MetaCafe api to search and display videos.

Reply With Quote


Sponsored Links
  #2  
Old 01-01-2009, 09:00 AM
Cirtex Cirtex is offline
WebHostingTalk Lover
 
Join Date: Mar 2003
Location: New York City
Posts: 7,393
Hi,
There are quiet a few youtube clones out there that runs on LAMP servers for free but you will need to put some work to customize/differentiate yourself from the rest.
As for the youtube/metacafe api, that's gonna have to be installed as an addon with most of these scripts, shouldn't be too hard to find.
Good luck!

Reply With Quote
  #3  
Old 01-01-2009, 07:41 PM
MikeDVB MikeDVB is offline
Web Host Extraordinaire!!!
 
Join Date: Dec 2007
Location: Indianapolis, Indiana USA
Posts: 14,316
I believe phpMotion and ClipShare both have an addon that allows you to do what you are asking, but you will have to run the searches on YouTube and "embed" the videos into your site as your site won't work as a gateway to YouTube.
I don't know of any Gateway scripts that will allow you to search YouTube from your own site and then display the results within your own site. It's certainly doable but I don't think there is a pre-made script out there for it.

Reply With Quote
Sponsored Links
  #4  
Old 01-01-2009, 08:17 PM
mdnava mdnava is offline
Junior Guru Wannabe
 
Join Date: Dec 2005
Posts: 31
There's a good take onthe subject on IBM's developerWorks:
http://www.ibm.com/developerworks/xml/library/x-youtubeapi/

Reply With Quote
  #5  
Old 01-02-2009, 01:32 AM
JoyceBabu JoyceBabu is offline
Web Hosting Guru
 
Join Date: Nov 2007
Location: India
Posts: 256
Thanks a lot for all the replies. I have already created a custom script for YouTube. I just thought it would have been much better if there was a readymade script.
I will search youtube/metacafe/../.. for videos and will provide the url of the video to the script. It just have to retrieve the details about the video and save to database.
I will check ClipShare and phpMotion

Reply With Quote
  #6  
Old 01-02-2009, 02:31 AM
lady2009 lady2009 is offline
Junior Guru
 
Join Date: Apr 2009
Posts: 195
Thanks a lot for all the replies. I have already created a custom script for YouTube. I just thought it would have been much better if there was a readymade script.
I will search youtube/metacafe/../.. for videos and will provide the url of the video to the script. It just have to retrieve the details about the video and save to database.
I will check ClipShare and phpMotion
I have a website that runs phpmotion and has Youtube grabber which works pretty well.
By the way I believe you created the addon for the script. But which script are you using to host videos?

Reply With Quote
  #7  
Old 01-02-2009, 11:47 AM
shahrul shahrul is offline
WHT Addict
 
Join Date: Jan 2005
Location: Malaysia
Posts: 102
Hi,
I also want to add ShareMixer (http://www.sharemixer.com) as a video sharing scripts.

Reply With Quote
  #8  
Old 01-03-2009, 01:56 AM
JoyceBabu JoyceBabu is offline
Web Hosting Guru
 
Join Date: Nov 2007
Location: India
Posts: 256
I have a website that runs phpmotion and has Youtube grabber which works pretty well.
By the way I believe you created the addon for the script. But which script are you using to host videos?
I am not hosting any videos. I am planning to create a site, that displays videos from various video sharing sites.

Reply With Quote
  #9  
Old 01-03-2009, 02:17 AM
MikeDVB MikeDVB is offline
Web Host Extraordinaire!!!
 
Join Date: Dec 2007
Location: Indianapolis, Indiana USA
Posts: 14,316
I am not hosting any videos. I am planning to create a site, that displays videos from various video sharing sites.
You may not be able to do exactly what you are wanting, I'm not sure how YouTube/MetaCafe will respond to it when/if they take notice.

Reply With Quote
  #10  
Old 01-03-2009, 02:31 AM
Jedito Jedito is offline
Web Hosting Master
 
Join Date: Apr 2001
Location: Paradise
Posts: 11,318
You may not be able to do exactly what you are wanting, I'm not sure how YouTube/MetaCafe will respond to it when/if they take notice.
He wont have any problem, Youtube API is open to everybody http://www.youtube.com/blog?entry=yFlR6EEySg8
To the OP, have you tried something like http://nonsmokingarea.com/blog/2007/06/16/phptube-youtube-api-for-video-upload-download/
http://www.ibm.com/developerworks/xml/library/x-youtubeapi/

Reply With Quote
  #11  
Old 01-03-2009, 02:31 AM
MikeDVB MikeDVB is offline
Web Host Extraordinaire!!!
 
Join Date: Dec 2007
Location: Indianapolis, Indiana USA
Posts: 14,316
Ah, I didn't look into it in any depth, thanks for pointing that out Jedito

Reply With Quote
  #12  
Old 01-03-2009, 06:04 PM
TierNetwork TierNetwork is offline
New Member
 
Join Date: Jun 2007
Location: Toronto, ON
Posts: 3
There is a mod for phpmotion that allows you to embed youtube videos. But that mod has been dead for couple of months.

Reply With Quote
  #13  
Old 01-03-2009, 11:54 PM
JoyceBabu JoyceBabu is offline
Web Hosting Guru
 
Join Date: Nov 2007
Location: India
Posts: 256
He wont have any problem, Youtube API is open to everybody http://www.youtube.com/blog?entry=yFlR6EEySg8
To the OP, have you tried something like http://nonsmokingarea.com/blog/2007/06/16/phptube-youtube-api-for-video-upload-download/
http://www.ibm.com/developerworks/xml/library/x-youtubeapi/
I have already integrated YouTube and MetaCafe. Both of them provide an api for accessing the service. Almost all the sites allow embedding their video in our site. But most of them lack an api, hence it is not possible to get details like duration of the video, rating, thumbnail etc.

Reply With Quote
  #14  
Old 01-04-2009, 12:03 AM
lady2009 lady2009 is offline
Junior Guru
 
Join Date: Apr 2009
Posts: 195
There is a mod for phpmotion that allows you to embed youtube videos. But that mod has been dead for couple of months.
Not sure what you mean by the term "dead for couple of months". I see they are still offering the video grabber mod that grabs videos from major video sharing websites:
http://phpmotion.com/content/view/39/183/

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
50f71780-4eb4-4e4a-959c-09e345a79962 Listing 2013-03-05 18:25:46
Control Panel cPanel Launches New Apache Configuration Script Web Hosting News 2011-12-28 19:41:39
OpenSRS Launches Video Production Service for Resellers Web Hosting News 2011-08-18 14:29:33
Web Host JaguarPC Adds Auto-Installer Softaculous to Hosting Plans Web Hosting News 2011-07-27 18:55:46
5 ideas for using video marketing in your business Blog 2011-07-05 20:45:12


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?