Poru
Poru

Reputation: 8370

Video in Browser: Embed YouTube and others

I want to embed videos from different video sites like YouTube, Vimeo and so on...

But I have a problem: The Skins of the players are all different and I want a consistent video skin. Is there any possiblity to get this work?

I can't host the videos on my server because I have to pay for the traffic and that would make me poor =(

Upvotes: 1

Views: 468

Answers (3)

Mohammad Dohadwala
Mohammad Dohadwala

Reputation: 311

Try Media Element JS

It wraps your youtube and vimeo video to a HTML5 video, no need to host the video on your website. The script from the website can take youtube and vimeo videos and make convert them into HTML5 video.

One side effect of this script is that since it can convert both Youtube and vimeo videos to HTML5 then the players will be the exact same for both of them.

Hope that helps, regards

Upvotes: 0

vilhalmer
vilhalmer

Reputation: 1159

I know that Youtube at least has a chromeless player, you can check out the API here: http://code.google.com/apis/youtube/js_api_reference.html#GettingStarted

I don't know about any of the other sites, though. I'd try Googling the name of the site and "chromeless" or "api" to see what comes up.

Upvotes: 1

Ben
Ben

Reputation: 1127

Simply put, no. The video site content has to include the skin for each site, unless you rip the video out and self-host it.

There's a reason for this, and I doubt you'd want to see the sites all fold/go paid because of people hijacking content without attribution.

Upvotes: 0

Related Questions