peetzweg / aves

0 stars 0 forks source link

Stream a Audio file in a Browser #1

Closed peetzweg closed 7 years ago

peetzweg commented 7 years ago

Is it even possible to stream a audio file from a remote server, what are it's limitations?

peetzweg commented 7 years ago

Seems easily doable, however, the use of

<video controls="">
    <source src="https://s3-eu-west-1.amazonaws.com/carrot.testing/article_01.mp3" 
            type="audio/mp3">
</video>
peetzweg commented 7 years ago

Interesting Links to this Topic Using_HTML5_audio_and_video Audio Element Video Element

peetzweg commented 7 years ago

Here's the HTMLMediaElement API which could be used to build custom controls for the player

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement