C# Web API HTML5 Audio Tag Seekable
Im playing around with the C# Web API and built a RESTfull API to access resources in my Database.
What i want to achieve is a HTML5 Audio Tag is playing a mp3 loaded from the database. As the src attribute i make a request, and on the server i respond with a ByteArrayContent
The MP3 is playing ... so far so good. Im displaying the controls of the audio tag, but i cant seek through the MP3.
My Questions:
上一篇: 用HTML5封装MP3数据