{ "id": "171075", "key": "AC-5588", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2018-02-09T18:00:52.000+0000", "created": "2018-02-09T13:28:05.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-02-09T18:00:58.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14544", "name": "Alloy", "description": "Please enter tickets related to the Alloy here." }, { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "We have using the Demo code.\r\nvar vidWin = Titanium.UI.createWindow({\r\n title : 'Video View Demo',\r\n backgroundColor : '#fff'\r\n});\r\n\r\nvar videoPlayer = Titanium.Media.createVideoPlayer({\r\n top : 2,\r\n autoplay : false,\r\n backgroundColor : 'blue',\r\n height : 300,\r\n width : 300,\r\n mediaControlStyle : Titanium.Media.VIDEO_CONTROL_EMBEDDED,\r\n scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT,\r\n showControl : true\r\n});\r\n\r\nvideoPlayer.url = '\\video.mp4';\r\nvidWin.add(videoPlayer);\r\nvidWin.open();\r\n\r\nNow we can click on the fullscreen buttton.\r\nAt the bottom, there are forward/backward and pause button.\r\n\r\nPause button works properly. but forward and the backward button does nothing and video gets stuck.\r\n\r\nAlso, there is one more issue if we give background color as black or any other it does not show the default loading indicator at all. It shows only when the background color is blue.\r\n\r\nPlease let me know if I am missing anything.\r\n\r\nThanks.\r\n", "attachment": [ { "id": "64838", "filename": "Simulator Screen Shot - iPhone 6 - 2018-02-09 at 18.53.10.png", "author": { "name": "shumne", "key": "shumne", "displayName": "shumne", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-09T13:26:15.000+0000", "size": 60035, "mimeType": "image/png" }, { "id": "64837", "filename": "Simulator Screen Shot - iPhone 6 - 2018-02-09 at 18.54.06.png", "author": { "name": "shumne", "key": "shumne", "displayName": "shumne", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-09T13:26:11.000+0000", "size": 38964, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Videoplayer's native control is not working properly", "creator": { "name": "shumne", "key": "shumne", "displayName": "shumne", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "shumne", "key": "shumne", "displayName": "shumne", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio 4.10.0\r\nTi SDK 6.3.0GA\r\niOS 11\r\n", "comment": { "comments": [ { "id": "434298", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hey there! It is a known issue that happens when you set the {{url}} property after creating the video-player. There are two workarounds until this is fully fixed:\r\n- Set the {{url}} property on creation of the videoplayer\r\n- Create a new videoplayer when you need to change the URL afterwards.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-02-09T17:58:41.000+0000", "updated": "2018-02-09T17:58:41.000+0000" }, { "id": "434300", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Duplicate: TIMOB-25566", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-02-09T18:00:52.000+0000", "updated": "2018-02-09T18:00:52.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }