How to add video to my site? [closed]
I have a website, Now I need to add screen-casting (the movies are in ogg format) to that site.
All videos are less than 1MB in size. I don't want to use third party players like youtube on my site. How can I achieve this?Try looking into the video tag, take note of the browser support:
http://diveintohtml5.ep.io/video.html
I like Flowplayer, however, you would need to convert your OGG to something like FLV. The ffmpeg command line tool can do this quite easily.
Download FREE STUDIO and you'll find solution there with code example.
Bottom-left on this page you can see how it looks like.
精彩评论