Record a video and upload it into a host

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
klevis miho
Forum Contributor
Posts: 413
Joined: Wed Oct 29, 2008 2:59 pm
Location: Albania
Contact:

Record a video and upload it into a host

Post by klevis miho »

How can I record a video on the fly and upload it in a host?

Maybe I need to use flash for that?
User avatar
Drivetrain
Forum Newbie
Posts: 3
Joined: Mon Dec 12, 2011 2:57 pm
Location: Northern California, USA
Contact:

Re: Record a video and upload it into a host

Post by Drivetrain »

Hello Klevis!
May I ask what you mean by "on the fly"?

You can shoot any video and upload it to your host server, but you'll need to determine what format will work the best for your needs, and how you want the end user to view the video. I myself prefer the Flash video format (.flv) and I use the Adobe Media Encoder to convert various formats (mpeg, avi, mov) into the flv format, and then play the video (progressive download) from the host server using a Flash interface.
Post Reply