{ "id": "139936", "key": "TIMOB-18045", "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": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2014-11-18T00:00:19.000+0000", "created": "2014-11-17T23:54:09.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T22:56:18.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" } ], "description": "There seems to be a bug with streaming video using Ti.Media.VideoPlayer on Android 4.4.4. \r\nTested on:\r\nSamsung S5 4.4.4: Fail\r\nSamsung S5 4.4.2: Pass\r\nNexus 5 4.4.4: Fail\r\nNexus 5 4.4.2: Pass\r\nNexus 4 4.4.4: Fail\r\n\r\n\r\n\r\nh3. Expected behavior\r\nFull screen player streams m3u8 video\r\n\r\nh3. Actual behavior\r\nBlank screen accompanied with the following logs\r\n{code}\r\n[DEBUG] : OpenGLRenderer: Enabling debug mode 0\r\n[DEBUG] : Window: Checkpoint: postWindowCreated()\r\n[DEBUG] : MediaPlayer: Couldn't open file on client side, trying server side\r\n[WARN] : AudioSystem: AudioFlinger server died!\r\n[WARN] : IMediaDeathNotifier: media server died\r\n[ERROR] : MediaPlayer: error (100, 0)\r\n[INFO] : ServiceManager: Waiting for service media.audio_flinger...\r\n[DEBUG] : MediaPlayer: Couldn't open file on client side, trying server side\r\n[WARN] : MediaPlayer: mediaplayer went away with unhandled events\r\n[WARN] : AudioSystem: AudioFlinger server died!\r\n[WARN] : IMediaDeathNotifier: media server died\r\n[ERROR] : MediaPlayer: error (100, 0)\r\n[ERROR] : MediaPlayer: Error (100,0)\r\n[DEBUG] : TiVideoView8: (main) [33134,33134] Error: 100,0\r\n{code}\r\n\r\nh3. Code to reproduce\r\nindex.xml\r\n{code}\r\n\r\n\t\r\n\t\t\r\n\t\r\n\r\n{code}\r\n\r\nindex.js\r\n{code}\r\n$.win.open();\r\n\r\nfunction play(){\r\n\t\r\n\t// added delay to rule out possibility of timing issue (like trying to play the video before the url is set)\r\n\tsetTimeout(function(){\r\n\t\t$.vid.play();\r\n\t},3000);\r\n};\r\nplay();\r\n{code}\r\n\r\nindex.tss\r\n{code}\r\n\"#vid\" : {\r\n\twidth : Ti.UI.FILL,\r\n\theight : Ti.UI.FILL,\r\n\tentering : false, \r\n\tfullscreen : false, \r\n\ttouchEnabled : true,\r\n\tbubbleParent : false,\r\n\tautoplay : false,\r\n\tbackgroundColor : \"#000\",\r\n\tscalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT,\r\n\tmediaControlStyle : Titanium.Media.VIDEO_CONTROL_NONE,\r\n\tzIndex : 1,\r\n\turl:\"http://d3jr0h7offc3h1.cloudfront.net/api/Useek_Jack_Sarrow_March_15/Useek_Jack_Sarrow_March_15_master.m3u8\"\r\n}\r\n{code}", "attachment": [], "flagged": false, "summary": "Ti.Media.Videoplayer wont stream m3u8 on Android 4.4.4", "creator": { "name": "stoda", "key": "stoda", "displayName": "Seth Toda", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "stoda", "key": "stoda", "displayName": "Seth Toda", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "332613", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This appears to be a Google issue. Please see\r\n\r\nhttps://code.google.com/p/android/issues/detail?id=72875\r\n\r\nThere is no current ETA for a fix.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-11-18T00:00:19.000+0000", "updated": "2014-11-18T00:00:19.000+0000" }, { "id": "332618", "author": { "name": "stoda", "key": "stoda", "displayName": "Seth Toda", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thanks [~ingo]!", "updateAuthor": { "name": "stoda", "key": "stoda", "displayName": "Seth Toda", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-11-18T00:05:16.000+0000", "updated": "2014-11-18T00:05:16.000+0000" }, { "id": "413444", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as this issue is not our bug.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-16T22:56:18.000+0000", "updated": "2017-03-16T22:56:18.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }