{ "id": "146999", "key": "TIMOB-19620", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2019-12-09T21:47:53.000+0000", "created": "2015-04-16T13:09:26.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android-5", "audioplayer", "media" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2019-12-09T21:47:53.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "attachment": [ { "id": "54971", "filename": "app.js", "author": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-04-16T13:09:26.000+0000", "size": 2990, "mimeType": "text/javascript" }, { "id": "54972", "filename": "Jira_ticket_log.txt", "author": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-04-16T13:09:26.000+0000", "size": 2060, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: On 5.0.1 AudioPlayer stream starts takes about 10 seconds", "creator": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 3.5.1.GA, 4.1.0.v20150325213629 ", "comment": { "comments": [ { "id": "349828", "author": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "body": "See below LogCat logging.\r\n\r\nThe *I/System.out(17336): KnoxVpnUidStorageknoxVpnSupported API value returned is false* 'action' takes about 9 seconds, before something happens again on Samsung Galaxy S4 Android 5.0.1. as said with 4.4.x no issues, same device.\r\n\r\n{panel:title=LogCat log}\r\n\r\n04-16 15:14:39.311: D/ViewRootImpl(17336): ViewPostImeInputStage ACTION_DOWN\r\n04-16 15:14:39.431: I/TiAPI(17336): 16/4/2015-15:14:39.442 DEBUG: audioPlayer.start()\r\n04-16 15:14:39.441: V/MediaPlayer-JNI(17336): native_setup\r\n04-16 15:14:39.441: V/MediaPlayer(17336): constructor\r\n04-16 15:14:39.441: V/MediaPlayer(17336): setListener\r\n04-16 15:14:39.441: E/ExtMediaPlayer-JNI(17336): QCMediaPlayer could not be located....\r\n04-16 15:14:39.441: E/MediaPlayer-JNI(17336): QCMediaPlayer mediaplayer NOT present\r\n04-16 15:14:39.441: V/MediaPlayer(17336): getAudioStreamType\r\n04-16 15:14:39.441: V/MediaPlayer-JNI(17336): getAudioStreamType: 3 (streamtype)\r\n04-16 15:14:39.451: V/MediaPlayer-JNI(17336): setVolume: left 1.000000 right 1.000000\r\n04-16 15:14:39.451: V/MediaPlayer(17336): MediaPlayer::setVolume(1.000000, 1.000000)\r\n04-16 15:14:39.451: V/MediaPlayer(17336): setVideoSurfaceTexture\r\n04-16 15:14:39.451: V/MediaPlayer(17336): prepareAsync\r\n04-16 15:14:39.451: I/TiAPI(17336): 16/4/2015-15:14:39.463 DEBUG: State: starting (4)\r\n04-16 15:14:39.471: I/System.out(17336): (HTTPLog)-Static: isSBSettingEnabled false\r\n*04-16 15:14:39.471: I/System.out(17336): KnoxVpnUidStorageknoxVpnSupported API value returned is false*\r\n*04-16 15:14:48.290*: V/MediaPlayer(17336): message received msg=200, ext1=973, ext2=0\r\n04-16 15:14:48.290: W/MediaPlayer(17336): info/warning (973, 0)\r\n04-16 15:14:48.290: V/MediaPlayer(17336): callback application\r\n04-16 15:14:48.300: V/MediaPlayer(17336): back from callback\r\n04-16 15:14:48.300: V/MediaPlayer(17336): message received msg=1, ext1=0, ext2=0\r\n04-16 15:14:48.300: V/MediaPlayer(17336): prepared\r\n04-16 15:14:48.300: V/MediaPlayer(17336): callback application\r\n04-16 15:14:48.300: E/MediaPlayer(17336): Should have subtitle controller already set\r\n04-16 15:14:48.300: V/MediaPlayer-JNI(17336): setVolume: left 1.000000 right 1.000000\r\n04-16 15:14:48.300: V/MediaPlayer(17336): MediaPlayer::setVolume(1.000000, 1.000000)\r\n04-16 15:14:48.320: V/MediaPlayer(17336): getDuration_l\r\n04-16 15:14:48.330: V/MediaPlayer-JNI(17336): getDuration: 0 (msec)\r\n04-16 15:14:48.330: V/MediaPlayer-JNI(17336): seekTo: 0(msec)\r\n04-16 15:14:48.330: V/MediaPlayer(17336): seekTo 0\r\n04-16 15:14:48.350: V/MediaPlayer-JNI(17336): isPlaying: 0\r\n04-16 15:14:48.350: V/MediaPlayer-JNI(17336): start\r\n04-16 15:14:48.350: V/MediaPlayer(17336): start\r\n04-16 15:14:48.380: V/MediaPlayer(17336): back from callback\r\n04-16 15:14:48.390: V/MediaPlayer(17336): message received msg=4, ext1=0, ext2=0\r\n04-16 15:14:48.380: I/TiAPI(17336): 16/4/2015-15:14:48.386 DEBUG: State: initialized (1)\r\n*04-16 15:14:48.390: I/TiAPI(17336): 16/4/2015-15:14:48.396 DEBUG: State: playing (3)*\r\n04-16 15:14:48.390: V/MediaPlayer(17336): Received seek complete\r\n04-16 15:14:48.390: V/MediaPlayer(17336): All seeks complete - return to regularly scheduled program\r\n04-16 15:14:48.390: V/MediaPlayer(17336): callback application\r\n04-16 15:14:48.390: V/MediaPlayer(17336): back from callback\r\n04-16 15:14:48.390: V/MediaPlayer-JNI(17336): getCurrentPosition: 0 (msec)\r\n04-16 15:14:48.390: V/MediaPlayer-JNI(17336): isPlaying: 1\r\n04-16 15:14:48.480: V/MediaPlayer(17336): message received msg=6, ext1=0, ext2=0\r\n04-16 15:14:48.480: V/MediaPlayer(17336): Received MEDIA_STARTED\r\n04-16 15:14:48.480: V/MediaPlayer(17336): callback application\r\n04-16 15:14:48.480: V/MediaPlayer(17336): back from callback\r\n04-16 15:14:48.480: V/MediaPlayer(17336): message received msg=200, ext1=702, ext2=0\r\n04-16 15:14:48.480: V/MediaPlayer-JNI(17336): getCurrentPosition: 65 (msec)\r\n04-16 15:14:48.480: V/MediaPlayer-JNI(17336): isPlaying: 1\r\n04-16 15:14:48.480: W/MediaPlayer(17336): info/warning (702, 0)\r\n04-16 15:14:48.480: V/MediaPlayer(17336): callback application\r\n04-16 15:14:48.480: V/MediaPlayer(17336): back from callback\r\n04-16 15:14:49.371: V/MediaPlayer-JNI(17336): isPlaying: 1\r\n04-16 15:14:49.381: V/MediaPlayer-JNI(17336): getCurrentPosition: 820 (msec)\r\n04-16 15:14:49.391: I/TiAPI(17336): 16/4/2015-15:14:49.398 DEBUG: Time Played: 820 milliseconds\r\n04-16 15:14:50.372: V/MediaPlayer-JNI(17336): isPlaying: 1\r\n04-16 15:14:50.382: V/MediaPlayer-JNI(17336): getCurrentPosition: 1808 (msec)\r\n\r\n\r\n{panel}", "updateAuthor": { "name": "karaoak", "key": "karaoak", "displayName": "Frank Eijking", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-04-16T13:19:43.000+0000", "updated": "2015-04-16T13:19:43.000+0000" }, { "id": "453100", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue as “Cannot Reproduce. We have tested the code provided, and found that it is out of date with our current release (8.3.0.GA as of the date of closure), and out of date with mobile OS versions. Updating/Creating code may not reproduce the issue reported, or be a valid test case.\r\n\r\nIf community members feel that the issue is still valid, please add a comment, and include code that demonstrates/reproduces the issue.", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-12-09T21:47:53.000+0000", "updated": "2019-12-09T21:47:53.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }