{ "id": "175866", "key": "TIMOB-28273", "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": null, "resolutiondate": null, "created": "2020-12-04T15:25:03.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "20033", "name": "Release 9.0.0", "archived": false, "released": true, "releaseDate": "2020-03-18" }, { "id": "21052", "description": "", "name": "Release 9.3.0", "archived": false, "released": true, "releaseDate": "2020-12-14" } ], "issuelinks": [], "assignee": null, "updated": "2020-12-07T22:18:08.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When playing an mp4 video with the following test case on devices (iphone 11) the video is not visible but the sound can be heard. On sims the video is playable.\r\n\r\n{code:java}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#fff'\r\n});\r\n\r\nwin.add(Ti.UI.createLabel({\r\n text: '1. Let movie play through, then 2. press Play again', textAlign: 'center',\r\n color: '#000',\r\n height: 100, top: 0\r\n}));\r\n\r\nvar video = Ti.Media.createVideoPlayer({\r\n url: '/movie.mp4',\r\n backgroundColor: '#111',\r\n movieControlMode: Ti.Media.VIDEO_CONTROL_DEFAULT,\r\n top: 100, bottom: 100,\r\n autoplay: true\r\n});\r\nwin.add(video);\r\n\r\nvar stop = Ti.UI.createButton({\r\n title: '3. Press me to try to stop video',\r\n height: 100, bottom: 0\r\n});\r\nstop.addEventListener('click', function (evt) {\r\n video.stop();\r\n});\r\nwin.add(stop);\r\n\r\nwin.open();\r\n{code}\r\n", "attachment": [ { "id": "67740", "filename": "movie.mp4", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-12-04T15:25:01.000+0000", "size": 2549211, "mimeType": "video/mp4" } ], "flagged": false, "summary": "iOS: Unable to see MP4 videos on iPhone 11", "creator": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "MacOS Big Sur: 11.0 Beta 9\r\nXcode: 12.2 Beta\r\nJava Version: 1.8.0_242\r\nAndroid NDK: 21.3.6528147\r\nNode.js: 12.18.1\r\n\"\"NPM\":\"5.0.0\",\"CLI\":\"8.1.1\"\"\r\niphone 11 (14.2)", "comment": { "comments": [ { "id": "457823", "author": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~smohammed] I tried on iPhone 11 (14.2), 9.3.0 Xcode 12.2. It is working fine. I can see video as well. \r\nI am not sure if it is issue with your environment, may be Xcode beta issue. [~lchoudhary] [~ssekhri] Can you try at your end?", "updateAuthor": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-12-07T20:14:17.000+0000", "updated": "2020-12-07T20:14:17.000+0000" }, { "id": "457826", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~vijaysingh], I don't have iphone 11 but was not able to reproduce it on the iphone 7 (14.2) which I have with 9.3.0 RC & xcode 12.2. I also tried on iphone11 sim.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-12-07T22:18:08.000+0000", "updated": "2020-12-07T22:18:08.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }