user1534664
user1534664

Reputation: 3418

HTML5 video in chrome

I'm creating a site that streams video's and I want to allow the user to upload video's themselves. AVI or MP4. I've done some research about it. If I would want to make it cross browser compatible I would have to use all three of these formats:

.mp4, .ogv, and .web

Luckily I only need to get this to work in chrome. However, it turns out chrome doesnt support .mp4 well. I suppose the best option is to convert them, but I'm not sure. What would be a good solution for this?

Upvotes: 2

Views: 305

Answers (1)

ROY Finley
ROY Finley

Reputation: 1416

This is what I use to play videos on a site I did.:

Cross Browser Player

I built all of the uplaod ability with php and use this player to allow user to play the videos.

Upvotes: 2

Related Questions