{ "id": "60488", "key": "TIMOB-4238", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-08-13T09:59:30.000+0000", "created": "2011-04-15T01:54:25.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api" ], "versions": [], "issuelinks": [ { "id": "27263", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "101739", "key": "TIMOB-13327", "fields": { "summary": "TiAPI: AAC stream shoutcast not working", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "19848", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T18:23:42.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "I have tried to do live radio streaming in titanium appcelerator. But all the time Audio queue creation failed message will come in simulator. I have used below code. The radio stream is in aacp format. I have spent two days in this problem. but still stuck, no one give me any clue what should i do? Please help me if it is possible for you. Thanks in advance.\r\n\r\n{code:lang=javascript}\r\nvar s = \"http://i1.al.iy.ast.com/na-live-64\";\r\n\r\n//audioFormat:AUDIO_FORMAT_AAC,\r\n\r\nvar sound = Ti.Media.createAudioPlayer({url:s,preload:true,allowBackground:true});\r\n\r\nif(!sound.isMediaTypeSupported())\r\n{\r\n alert(\"No\");\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.addEventListener('complete', function(){ \r\n // your code here\r\n});\r\n\r\nsound.addEventListener('interrupted', function(){\r\n // your code here\r\n});\r\n\r\nsound.addEventListener('resume', function(){\r\n // your code here\r\n});\r\n\r\nsound.addEventListener('progress', function(e){\r\n // your code here\r\n});\r\n\r\nsound.start();\r\n\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "aacp radio stream", "creator": { "name": "utpal", "key": "utpal", "displayName": "utpal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "122348", "author": { "name": "aduboff", "key": "aduboff", "displayName": "Alan DuBoff", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

need to reproduce on 1.1.0

{html}", "updateAuthor": { "name": "aduboff", "key": "aduboff", "displayName": "Alan DuBoff", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T01:54:26.000+0000", "updated": "2011-04-15T01:54:26.000+0000" }, { "id": "214033", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Unable to reproduce as the link in the code doesn't work, marked ticket as invalid.", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-08-13T09:59:31.000+0000", "updated": "2012-08-13T09:59:31.000+0000" }, { "id": "220311", "author": { "name": "alexistkd", "key": "alexistkd", "displayName": "Alexis Gaitan", "active": true, "timeZone": "America/Chicago" }, "body": "hi i have same issue can be fixed? ", "updateAuthor": { "name": "alexistkd", "key": "alexistkd", "displayName": "Alexis Gaitan", "active": true, "timeZone": "America/Chicago" }, "created": "2012-09-23T15:35:36.000+0000", "updated": "2012-09-23T15:35:36.000+0000" }, { "id": "414266", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T18:23:42.000+0000", "updated": "2017-03-21T18:23:42.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }