cassette icon indicating copy to clipboard operation
cassette copied to clipboard

Support Media Streams

Open benwiley4000 opened this issue 8 years ago • 0 comments
trafficstars

The HTMLAudioElement supports a srcObject property which can be a Media Stream. This library will be more flexible and useful for modern applications if it can support this API. That will require both research and implementation time. It's unclear whether it will make more sense to integrate media stream support into the existing player, or if there should be a separate player implementation which supports media streams. Ideally, a single playlist could be made up of both string sources and MediaStream objects.

benwiley4000 avatar May 16 '17 21:05 benwiley4000