{ "id": "141278", "key": "TIMOB-18158", "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": [ { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" }, { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-12-11T04:28:31.000+0000", "created": "2014-12-09T09:46:09.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-3.5.0", "qe-noTestNeeded", "regression" ], "versions": [ { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" } ], "issuelinks": [], "assignee": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-12-17T22:25:48.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": "The volume of the video does not change when the position of the slider that controls the volume changes. According to the docs, the volume of the video player also controls the volume of the device. When the video in the attached sample app starts playing, the slider is shown to be at the maximum regardless of the volume of the device. When the device volume is not muted, the video starts playing with a volume, when it should actually be muted, and increasing the volume of the video via the slider has no effect. Currently the volume of the video is only controlled by the device volume (controlling using the hardware buttons).\r\n\r\nThis is a regression as it works as expected with titanium sdk 3.4.1\r\n\r\nSteps to reproduce: \r\n1. Create a sample and include 'movie.mp4' under resources and replace app.js with the attached one\r\n2. run app on device\r\n3. Move the slider position towards the right\r\n4. Move the slider position towards the left\r\n\r\nActual results:\r\n2. Video starts playing with maximum value shown on the slider for the volume regardless of the volume set on the device. If device volume is not muted, the video plays with sound.\r\n3. no change in the volume of the video\r\n4. no change in the volume of the video\r\n\r\nExpected results\r\n2. Video should start playing without any sound, and the slider position should be at minimum, regardless of the device volume. The volume (speaker symbol) pops up showing that the volume has been muted. \r\n3. volume of the video should increase and this should also increases the volume of the device.\r\n4. volume of the video should decrease and the volume of the device should also decrease and should be muted when the slider reaches the end on the left.", "attachment": [ { "id": "53120", "filename": "app.js", "author": { "name": "vchidambaram", "key": "vchidambaram", "displayName": "Visalakshi Chidambaram", "active": true, "timeZone": "Asia/Shanghai" }, "created": "2014-12-09T09:46:09.000+0000", "size": 1380, "mimeType": "application/x-javascript" }, { "id": "53119", "filename": "movie.mp4", "author": { "name": "vchidambaram", "key": "vchidambaram", "displayName": "Visalakshi Chidambaram", "active": true, "timeZone": "Asia/Shanghai" }, "created": "2014-12-09T09:46:09.000+0000", "size": 2549211, "mimeType": "video/mp4" } ], "flagged": false, "summary": "iOS: Volume of video player does not change when controlled by slider", "creator": { "name": "vchidambaram", "key": "vchidambaram", "displayName": "Visalakshi Chidambaram", "active": true, "timeZone": "Asia/Shanghai" }, "subtasks": [], "reporter": { "name": "vchidambaram", "key": "vchidambaram", "displayName": "Visalakshi Chidambaram", "active": true, "timeZone": "Asia/Shanghai" }, "environment": "Appc-Studio: 3.4.1.201410281743 \r\nTitanium SDK: 3.5.0.v20141208122514 \r\nTitanium CLI: 3.4.1 \r\nAlloy : 1.5.1 GA \r\nOS: Mac OSX 10.10 \r\nXcode: 6.1 \r\nDevice: iPad Air 2 (iOS8.1)", "closedSprints": [ { "id": 272, "state": "closed", "name": "2014 Sprint 25 SDK", "startDate": "2014-12-08T22:49:31.264Z", "endDate": "2014-12-22T01:00:00.000Z", "completeDate": "2015-01-05T18:18:28.523Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "335608", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Not finding a lot of related tickets in 3.5.0:\r\n\r\n* TIMOB-1816\r\n* TIMOB-17806\r\n* TIMOB-17997", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-12-09T17:48:12.000+0000", "updated": "2014-12-09T17:48:12.000+0000" }, { "id": "335754", "author": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PRs\r\nmaster: https://github.com/appcelerator/titanium_mobile/pull/6461\r\n3_5_X: https://github.com/appcelerator/titanium_mobile/pull/6462", "updateAuthor": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-12-10T00:04:51.000+0000", "updated": "2014-12-10T00:04:51.000+0000" }, { "id": "335957", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "CR and FT Passed. Pull requests merged.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-12-11T04:28:31.000+0000", "updated": "2014-12-11T04:28:31.000+0000" }, { "id": "336893", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Verified fix on:\r\n\r\nMac OSX 10.10.1\r\nAppcelerator Studio, build: 3.4.1.201410281743\r\nTitanium SDK build: 3.5.0.v20141217064917\r\nTitanium CLI, build: 3.4.1\r\nAlloy: 1.5.1\r\nXcode 6.1.1\r\niPhone 6 Plus (8.1), iPad Air 2 (8.2b2)\r\n\r\nUsing the attached app.js and file, ran on both devices and the volume of the video player changes when moving the slider\r\n\r\nClosing ticket.", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2014-12-17T22:03:27.000+0000", "updated": "2014-12-17T22:03:27.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }