You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Gaven Henry (JIRA)" <ji...@apache.org> on 2015/10/28 04:19:27 UTC

[jira] [Created] (CB-9884) Windows platform cannot play audio from http stream if url does not end with a supported file extension

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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org