Video Upload in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
phpmash
Forum Newbie
Posts: 24
Joined: Mon Oct 31, 2005 6:41 am
Location: Kerala,India
Contact:

Video Upload in PHP

Post by phpmash »

Hai,
I need a code sample which can be used to upload a video file and to show a frame from this file as a link to play the video.( 8O example:myspace.com 8O )
Any of you have any hints please provide.
Thanking you in advance
MASH
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

standard file-upload + ffmpeg.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

You'll likely want to do a lot more reading about flash video, which is the "bee's knees" these days.
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

Convert your videos to FLV format (flash video), and use this player to play them, it is really easy to work as long as you read the readme.

:arrow: http://www.jeroenwijering.com/?item=Flash_Video_Player

Good Luck
User avatar
phpmash
Forum Newbie
Posts: 24
Joined: Mon Oct 31, 2005 6:41 am
Location: Kerala,India
Contact:

Installation - ffmpeg

Post by phpmash »

Hi Feyd,
How can we install ffmpeg package in a shared server?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Talk to your provider.
Post Reply