[TIMOB-9081] iOS: Titanium.Media.AudioPlayer - Audio Player keeps playing after leaving test case, and you cannot stop or pause streaming when running test case second time
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-04-16T12:34:35.000+0000 |
Affected Version/s | Release 2.0.2 |
Fix Version/s | Release 3.0.2 |
Components | iOS |
Labels | api, qe-ios050912 |
Reporter | Tamila Smolich |
Assignee | jithinpv |
Created | 2012-05-09T14:08:00.000+0000 |
Updated | 2017-03-17T18:34:31.000+0000 |
Description
Description:
While testing Media module, I noticed, that audio player keeps playing music after leaving test case by pressing "Done" button. Also, when you run test case one more time, buttons "Pause Streaming" and "Start/Stop Streaming" do not work anymore, and music keeps playing.
This bug also exists on 2.0.1.
Steps to reproduce:
1. Run attached code
2. Press "Start Streaming"
3. Press "Done" button
4. Run test case one more time
5. Press "Pause Streaming"
6. Press "Start/Stop Streaming"
Expected result:
- after step 3 - Player should stop play music
- after step 5 - Should be able to pause streaming
- after step 6 - Should be able to stop streaming
Actual result:
- after step 3 - Player keeps playing music
- after step 5 - Unable to pause streaming
- after step 6 - Unable to stop streaming
Attachments
File | Date | Size |
Test.zip | 2012-05-09T14:08:00.000+0000 | 2320238 |
Issue does not reproduces Tested with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 Titanium SDK version: 3.0.2 iOS iPhone Simulator: iOS SDK version: 6.0
Closing ticket as the issue cannot be reproduced.