react-media-player icon indicating copy to clipboard operation
react-media-player copied to clipboard

React audio and video player.

Results 44 react-media-player issues
Sort by recently updated
recently updated
newest added

Hi, Does react-media-player support RTMP streaming? Thanks

If I add say just the AudioPlayer on my page (from the sample) then navigate away from the page and come back I am getting an error: Warning: setState(...): Can...

Hello again! I am working from the same setup that I described in #23. I swear this was working before I'd solved that problem, but now my media loops despite...

Hi, I'd like to seekTo a certain time when my Media component ist loaded. I do not use a custom player, but this: `export default MediaPlayer = withMediaProps(withMediaPlayer(MediaPlayer));` and inside...