[
https://issues.apache.org/jira/browse/CB-9884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027895#comment-15027895
]
ASF GitHub Bot commented on CB-9884:
------------------------------------
Github user ghenry22 commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/74#issuecomment-159765701
These are really simple small fixes that do not change any default
behaviour but fix fairly critical use cases, like being able to play sounds
from a url that does not end in a specific file extension.
I have been using this code daily in the windows port of my app and it
works well with no issues.
Could these get merged?
> Windows platform cannot play audio from http stream if url does not end with
> a supported file extension
> -------------------------------------------------------------------------------------------------------
>
> Key: CB-9884
> URL: https://issues.apache.org/jira/browse/CB-9884
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Media
> Environment: cordova platform windows
> Windows 10 Universal App
> Reporter: Gaven Henry
> Priority: Critical
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> on platform-windows the media plugin checks that the audio source is
> supported by looking for a supported file extension (eg .mp3). If it is not
> found then the media object create() fails.
> When streaming media from a remote server the url will often not end with a
> file extension (for example playing a music stream from the subsonic music
> server).
> Need to add prefix detection as well to enable the plugin to play from http,
> https and rtsp prefixed addresses.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]