Github user ghenry22 commented on the pull request:

    
https://github.com/apache/cordova-plugin-media/pull/85#issuecomment-199568786
  
    @tommy1688 that change will completely break streaming audio support.  All 
it is doing is reverting to using avaudioplayer for everything and assuming 
that all addresses are local.
    
    There are 2 solutions to this
    
    1) either use file:// or cdvfile:// paths to access local files, as the 
media plugin currently uses the prefix to determine the file type and hence 
type of player to use
    
    2) update the media plugin to properly handle relative paths by defaulting 
any media source not starting with https:// or http:// or rtsp:// to use the 
local avaudioplayer and assume a local file.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to