souporserious / react-media-player

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

Does this player support live stream content #39

Closed patrickmuhi closed 6 years ago

patrickmuhi commented 7 years ago

E.g Audio live stream or Video live stream?

souporserious commented 7 years ago

I don't think so, but I would be willing to help with whatever and accept a PR for anything you need :)

patrickmuhi commented 7 years ago

It actually does support audio live stream, i figured you're using web audio api which supports it by default.

However most of the live stream servers like Shoutcast, keep throwing back a CORS error, i think it's due to my localhost origin, i'll try and play it outside localhost.