I want to know your feels about idea of allowing to pass custom player. If you OK with this idea, i could create PR with couple of approaches. It could look something like
import ReactPlayer from 'react-player';
import MyOwnCustomPlayer from './somewher';
ReactPlayer.addPlayer(MyOwnCustomPlayer);
I want to know your feels about idea of allowing to pass custom player. If you OK with this idea, i could create PR with couple of approaches. It could look something like