Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Video and Audio (Retired) Custom Media Players Overview of Video Players

Which Media Player is being used by Treehouse?

There are handful of good media players out there that can be customized to fit ones UI, but I'm interested to know which media player Treehouse decided to use for their videos. Nick Pettit

1 Answer

Nick Pettit
STAFF
Nick Pettit
Treehouse Teacher

Treehouse uses Media Element JS, just like we teach in the HTML Video and Audio course.

If you're ever wondering what technology a site is using, sometimes you can get a good idea from the Chrome Dev Tools. In Google Chrome, right click on the page element that you're curious about and choose "Inspect Element" from the context menu.

Great. Thanks Nick.

Kollyn Lund
Kollyn Lund
20,644 Points

Hey Nick, how did you add the speed control function on treehouse's video players? It looks like that is a feature that is "coming soon" on the media elements JS website.