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 trialDimitris Karatsoulas
5,788 PointsIs MediaElement.js still relevant?
I'm watching this on January 13 2020, knowing that the vast JavaScript ecosystem evolves rapidly and continuously I'd like to understand if the MediaElement.js library is still relevant and used by developers or if it can be replaced by other more up to date or popular libraries/frameworks.
2 Answers
Steven Parker
231,184 PointsIf you're interested in what's popular, a search engine would perhaps be the best resource.
But in case you weren't already aware, all the Treehouse video pages use MediaElement to show the videos.
Dimitris Karatsoulas
5,788 PointsThank you for your response, as I understand MediaElement provides all the necessary elements when it's up to video and audio and should be used when dealing with that kind of elements.