souporserious / react-media-player

React audio and video player.
https://souporserious.github.io/react-media-player/
ISC License
470 stars 100 forks source link

feat(Player): add config prop #75

Closed souporserious closed 5 years ago

souporserious commented 5 years ago

This PR adds the ability to pass a configuration object to at least Youtube for now. In the future this can be extended to support other configurations like Vimeo and any other vendors that are added.

Huge thanks to @NihilisticNive25 for bringing up the issue and working on the initial PR 🙏

Closes #69 Closes #70