fedwiki / wiki-plugin-video

Embed Video from YouTube or Vimeo
Other
2 stars 5 forks source link

Add support for Channel 9 video #9

Closed paul90 closed 9 years ago

paul90 commented 9 years ago

It would be nice to be able to embed MSDN Channel 9 videos

WardCunningham commented 9 years ago

Poking around a bit I found this example.

http://channel9.msdn.com/Series/Microsoft-Research-Luminaries/Eric-Horvitz-on-the-new-era-of-Artificial-Intelligence#time=0h12m40s:paused

Which suggests this as an embed code.

<iframe src="//channel9.msdn.com/Series/Microsoft-Research-Luminaries/Eric-Horvitz-on-the-new-era-of-Artificial-Intelligence/player" width="960" height="540" allowFullScreen frameBorder="0"></iframe>

Is there enough consistency in these to be useful for Channel 9 in general?

san650 commented 9 years ago

I've created a simple implementation to support channel 9 videos, I think it covers most channel 9 videos. Please let me know your thoughts

paul90 commented 9 years ago

Closed by #12

Published in + wiki-plugin-video@0.2.4