You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by vldmrrr <gi...@git.apache.org> on 2014/11/04 02:04:09 UTC

[GitHub] cordova-plugin-media pull request: CB-7931: Windows: different beh...

GitHub user vldmrrr opened a pull request:

    https://github.com/apache/cordova-plugin-media/pull/34

    CB-7931: Windows: different behaviors from other platforms

    CB-7931: Plugin media behaves differently from other platforms in following respects.
    Status change is not reported on start and finish of recording.
    Using URL to specify target for recording fails.
    
    This patch adds reporting media status changes on recording and adds support for URL as recording destination. The changes enable cross platform program that rely on these behaviors to work on windows.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vldmrrr/cordova-plugin-media CB-7931

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-media/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #34
    
----
commit 700a8cf3a1816cf0d541b3a9cb79ff5f2b73322e
Author: Vladimir Avdonin <vl...@gmail.com>
Date:   2014-11-04T00:57:52Z

    Report status change on start/stop recording. Support URL's for recording destination

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-media pull request: CB-7931: Windows: different beh...

Posted by vldmrrr <gi...@git.apache.org>.
Github user vldmrrr commented on the pull request:

    https://github.com/apache/cordova-plugin-media/pull/34#issuecomment-64816758
  
    Looks like changes in this pull request are not touching playback code anywhere besides file path. So the problem you describe should probably be reported on a separate JIRA bug report. It appears that plugin tries to reopen already opened playback file.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-media pull request: CB-7931: Windows: different beh...

Posted by vldmrrr <gi...@git.apache.org>.
Github user vldmrrr closed the pull request at:

    https://github.com/apache/cordova-plugin-media/pull/34


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-media pull request: CB-7931: Windows: different beh...

Posted by DaveInfinity <gi...@git.apache.org>.
Github user DaveInfinity commented on the pull request:

    https://github.com/apache/cordova-plugin-media/pull/34#issuecomment-64759933
  
    I am developing test App using media plugin.
    When i play music second time, it shows error as follows
    
    A first chance exception of type 'System.IO.IsolatedStorage.IsolatedStorageException' occurred in mscorlib.ni.dll
    Error in AudioPlayer::startPlaying : Operation not permitted on IsolatedStorageFileStream.
    
    
    I used methods like 
    media.play(), media.stop() and media.pause()


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-media pull request: CB-7931: Windows: different beh...

Posted by purplecabbage <gi...@git.apache.org>.
Github user purplecabbage commented on the pull request:

    https://github.com/apache/cordova-plugin-media/pull/34#issuecomment-137579131
  
    rebase or close please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-media pull request: CB-7931: Windows: different beh...

Posted by vldmrrr <gi...@git.apache.org>.
Github user vldmrrr commented on the pull request:

    https://github.com/apache/cordova-plugin-media/pull/34#issuecomment-137588661
  
    Closing due to age


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org