[ 
https://issues.apache.org/jira/browse/CB-9884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034522#comment-15034522
 ] 

ASF subversion and git services commented on CB-9884:
-----------------------------------------------------

Commit 8ae0841d0a6a13b38752693845f7e510512824eb in cordova-plugin-media's 
branch refs/heads/master from [~ghenry22]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=8ae0841 ]

fix CB-9884 & CB-9885

add support for streaming url prefixes that do not end in a file
extension
add base requirements for enabling background audio in a windows app


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

Reply via email to