Gaven Henry created CB-9884:
-------------------------------
Summary: 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
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]