I have mp3s stored in Azure cloud storage blobs, I'm trying to use Jplayer to stream them to users (which works) however I'm finding the results inconsistent and Jplayer just stops working when trying to seek
My research leads me to believes that azure blob storage is unseekable and therefore incompatible with browser media stream functionality, which maybe the cause of the inconsistent results I'm getting with Jplayer.
So I'm now wondering if it's feasible to use Azure media services, to stream the mp3s I have in blobs.
I know Azure media services has a lot of focus on encoding media, however I'm not sure if I need encoding to solve my problem with seek-ability.
So my question is, is Azure Media Services a good fit for what I'm trying to achieve, and if so, do I need to invoke the media service encoding functionality to make media streaming work seamlessly across browsers, ie like SoundCloud does.