I want to host my own video, and then be able to view the video by having an embedable link

I dont know where to begin, so I need to know every little detail. For example, do i save the video file as a video file, an mp4 f.e., and then have some sort of video player so that i can view the embedded video??

link|improve this question
feedback

1 Answer

Upload the video to Vimeo or YouTube, let them do the hard work.

Okay, so you want to host it yourself. Convert the video to MP4/H.264/AAC format using Handbrake or ffmpeg, then embed a Flowplayer player into your webpage. If MP4 doesn't work, try FLV. (YouTube serves both of these formats.)

If you want to avoid Flash, most popular browsers now implement the HTML5 <video> tag, which allows embedding videos directly. Unfortunately, the codec support is a very big mess of patents and ideologies, and those who choose to use <video> have to resort to publishing several different formats including a Flash-based player.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.