html5 - what exactly is the "onSoundComplete" event in jPlayer? -


here demo:http://sethaldridge.com/demos/

don't know if there such event in html5 audio.


i'm trying push stream song song html5 audio node.js.

  • 1. create file stream ->
  • 2. write chunk(if there clients) on 'data' event of stream ->
  • 3. open next file stream on 'close'(this make dead circle)
  • dun't know when open next file stream on server side

    it's event used jplayer flash player. there's no onsoundcomplete event in html5 audio api. it's used mp3 files signal end of file. closest equivalent imagine ended event triggered when media resource has completed. feasible request next resource in ended handler client side?


    Comments

    Popular posts from this blog

    c# - SharpSVN - How to get the previous revision? -

    c++ - Is it possible to compile a VST on linux? -

    url - Querystring manipulation of email Address in PHP -