[TIMOB-19880] audioPlayer deadlock issue 5.1 beta
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 5.1.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | ios |
Reporter | jack sparrow |
Assignee | Praveen Innamuri |
Created | 2015-10-30T10:19:27.000+0000 |
Updated | 2015-11-05T11:38:40.000+0000 |
Description
check below issue , when i use start() or play() function for below player i got Error as warn .
*SDK : 5.1.0.v20151028190028*
var remotePlayer = Ti.Media.createAudioPlayer ({url : 'http://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3',//t.remote,
preload : true,
});
remotePlayer.start();
[WARN] : *** -[NSLock lock]: deadlock (<NSLock: 0x14de05640> '(null)')
[WARN] : *** Break on _NSLockError() to debug.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2015-10-30 at 12.12.16 PM.png | 2015-10-30T10:18:10.000+0000 | 26481 |
Hi , I tested the issue you reported. This is a valid issue. *audioPlayer* with remote url is not working with 5.1.0.v20151104190037 but it's work fine with 5.0.2 GA Environment
Thanks
any SDK lower than SDK : 5.1.0 will work fine , but higher will got deadlock