serverwentdown / Youpp

A (beta) design-oriented, simple YouTube client
http://serverwentdown.github.io/Youpp
MIT License
31 stars 4 forks source link

YouTube does not allow licensed content to be played #1

Closed serverwentdown closed 10 years ago

serverwentdown commented 10 years ago

Attempting to watch videos from licensed record holders will result in the standard YouTube error of “This video contains content from . It is restricted from playback on certain sites. Watch on YouTube. ”

octalmage commented 10 years ago

I've faced and fixed this issue while developing my app YouParty.

The trick is to run a webserver and load your html from there. This way you don't run into any issues with Flash security policies. I'm still looking into alternatives but so far this is the only solution I've found.