{ "id": "105502", "key": "AC-2443", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "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": "2013-04-02T23:58:26.000+0000", "created": "2012-11-26T15:38:53.000+0000", "labels": [ "Android", "Audio", "Audioplayer", "Bean", "Jelly", "Streaming" ], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:41:29.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "*Problem description*\r\nI work on radio app which plays stream audio. Everything work fine in Android 2.X and on devices like Galaxy S. However when i test on Android 4.1 (Jelly Bean) and Galaxy S3 for example, the audio is lagging (it start / stop 3 times in a row, then finally work for a while).\r\n\r\nTo be sure i tested the kitchensink demo on my Galaxy S3 (WIFI Connection), my colleague's S3 too, and it's the same problem.\r\n\r\nAll work fine on older devices.\r\n\r\n*Test case*\r\n{code}\r\nvar s = \"http://broadcast.infomaniak.ch/deltafmdunkerque-high.mp3\";\r\n \r\nvar sound = Ti.Media.createAudioPlayer({\r\n url : s,\r\n preload : true,\r\n allowBackground : true\r\n});\r\n \r\nsound.format = Titanium.Media.AUDIO_FORMAT_AAC;\r\nsound.addEventListener('error', function(e) {\r\n if (e.message == \"Unknown media error\") {\r\n alert(\"No\");\r\n }\r\n});\r\n \r\nsound.start();\r\n{code}", "attachment": [], "flagged": false, "summary": "Streaming Audio is lagging on Galaxy S3...", "creator": { "name": "heenok", "key": "heenok", "displayName": "heenok", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "heenok", "key": "heenok", "displayName": "heenok", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "GALAXY S / S3, Android 4.1, Titanium SDK 2.1.4 / 2.1.3 / 3.0.0V2, MAC OS LION", "comment": { "comments": [ { "id": "232176", "author": { "name": "heenok", "key": "heenok", "displayName": "heenok", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Any Update on this ?", "updateAuthor": { "name": "heenok", "key": "heenok", "displayName": "heenok", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-20T18:37:49.000+0000", "updated": "2012-12-20T18:37:49.000+0000" }, { "id": "245366", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce with Ti SDK 3.0.2 GA with Samsung Galaxy S3 Android 4.0.4, or Samsung Galaxy S2 Android 2.3.6. The audio plays fine without lagging. Please try the test case I added to the description.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-02T23:58:26.000+0000", "updated": "2013-04-02T23:58:26.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }