[
https://issues.apache.org/jira/browse/CB-14215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551668#comment-16551668
]
ASF GitHub Bot commented on CB-14215:
-------------------------------------
uareurapid opened a new pull request #170: CB-14215: (IOS) Fix Bug where
Playing/Alternating between remote URLs and local files can lead to using wrong
player, and no sound!
URL: https://github.com/apache/cordova-plugin-media/pull/170
<!--
Please make sure the checklist boxes are all checked before submitting the
PR. The checklist
is intended as a quick reference, for complete details please see our
Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
### Platforms affected
### What does this PR do?
### What testing has been done on this change?
### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html)
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform
affected.
- [ ] Added automated test coverage as appropriate for this change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Playing/Alternating between remote URLs and local files can lead to using
> wrong player (IOS), and we hear no sound!
> -------------------------------------------------------------------------------------------------------------------
>
> Key: CB-14215
> URL: https://issues.apache.org/jira/browse/CB-14215
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-media
> Affects Versions: Master
> Environment: Happens on all IOS version of the plugin, it affects
> current master version and previous versions. A pull request with the fix
> will be submitted relating to this bug
> Reporter: Paulo Cristo
> Priority: Critical
> Labels: iOS
> Fix For: Master
>
>
> Alternating between remote media files (http or https) and local ones (file
> or cdvfile) can lead to no sound output. This affects at least all the IOS
> versions of the plugin
> This happens because different players are used to play either network
> streams or local files (AVPlayer or CDVAudioPlayer
> HOWTO reproduce: Play first a remote URL (ex: http:// or https://) and
> afterwards a local file (ex: file:// or cdvfile://)
> Expected Result: Both sounds should play
> Actual Result: The first sound plays but not the second one, because the
> plugin tries to play it wrongly with the same player as the first one
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]