{ "id": "132559", "key": "TIMOB-17273", "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": "2014-07-03T06:20:40.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:12.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h4. Problem Description\r\nOur video is not playing in a webview inside our project. If you test the same url in the android browser, it works properly. \r\n\r\nh4. Steps to reproduce\r\n1. Create a new mobile project (classic Titanium)\r\n2. Paste the code into app.js\r\n{code}\r\nvar win = Titanium.UI.createWindow({\r\n fullscreen: true,\r\n navBarHidden: true,\r\n});\r\n\r\n\r\nvar scrollView = Titanium.UI.createScrollView({\r\n contentWidth: 'auto',\r\n contentHeight: 'auto',\r\n top: 0,\r\n showVerticalScrollIndicator: true,\r\n showHorizontalScrollIndicator: true\r\n});\r\n\r\n// Add Webview\r\nvar webview = Titanium.UI.createWebView({\r\n url: 'http://www.suedostschweiz.ch/services/webview/video',\r\n top: 0,\r\n backgroundColor: '#fff',\r\n}); \r\nscrollView.add(webview);\r\nwin.add(scrollView);\r\n\r\nwin.open();\r\n{code}\r\n3. Build this into an android device\r\n\r\nh4. Extra info \r\nLOG\r\n{code}\r\n[WARN] : AwContents: nativeOnDraw failed; clearing to background color.\r\n[ERROR] : E/Adreno-ES20: : QCOM> format, datatype mismatch\r\n[ERROR] : E/Adreno-ES20: : QCOM> Invalid format!\r\n[WARN] : AwContents: nativeOnDraw failed; clearing to background color.\r\n[INFO] : chromium: [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported\r\n[INFO] : chromium: [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported\r\n[ERROR] : qdutils: FBIOGET_FSCREENINFO failed\r\n[INFO] : chromium: [INFO:simple_index_file.cc(397)] Simple Cache Index is being restored from disk.\r\n[INFO] : chromium: [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported\r\n[ERROR] : MediaResourceGetter: Invalid url: java.lang.RuntimeException: setDataSource failed: status = 0x80000000\r\n[ERROR] : OpenGLRenderer: GL_INVALID_OPERATION\r\n[INFO] : SnapScrollController: setSnapScrollingMode case-default no-op\r\n[INFO] : SnapScrollController: setSnapScrollingMode case-default no-op\r\n[INFO] : TiAnalyticsSvc: (Thread-16395) [30004,30261] Analytics Service Started\r\n[INFO] : TiAnalyticsSvc: (Thread-16395) [915,31176] Stopping Analytics Service\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "HTML5 Video on Android WebView", "creator": { "name": "ursin@cola.li", "key": "ursin@cola.li", "displayName": "Ursin Cola", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "ursin@cola.li", "key": "ursin@cola.li", "displayName": "Ursin Cola", "active": true, "timeZone": "Europe/Berlin" }, "environment": "- SDK 3.2.3 GA\r\n- android:minSdkVersion=\"15\" android:targetSdkVersion=\"19\"\r\n- Android 4.0.3 on our tablet\r\n- Moto X, 4.4.2", "comment": { "comments": [ { "id": "312427", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Hello Ursin! \r\n\r\nDoes your player has the configuration to fallback to m4v? Check this:\r\n\r\nhttp://support.jwplayer.com/customer/portal/questions/5496622-streaming-on-android\r\n\r\nBest Regards", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-07-04T20:58:49.000+0000", "updated": "2014-07-04T20:58:49.000+0000" }, { "id": "313422", "author": { "name": "ursin@cola.li", "key": "ursin@cola.li", "displayName": "Ursin Cola", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi Mauro\r\n\r\nThank you for your answer.\r\nOur Player JWPlayer have a fallback to m4v. Our source list ist saved under http://www.suedostschweiz.ch/multimedia/json/all/mam_video\r\n\r\nHow I write to you, if you call the URL http://www.suedostschweiz.ch/services/webview/video into the Android Browser it works perfekt. If you call it over a WebView it dosent works.\r\n\r\nCan you help us?\r\n\r\nThank you for your help", "updateAuthor": { "name": "ursin@cola.li", "key": "ursin@cola.li", "displayName": "Ursin Cola", "active": true, "timeZone": "Europe/Berlin" }, "created": "2014-07-11T13:21:16.000+0000", "updated": "2014-07-11T13:21:16.000+0000" }, { "id": "319893", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces\r\n\r\nTitanium SDK version 3.4.0 master, 3.3.0.GA, 3.2.3.GA\r\nTitanium Studio, build: 3.3.0.201407100905\r\nTitanium Command-Line Interface\r\nCLI version 3.3.0, \r\nAndroid device : Motorola Moto G, Android version : 4.4.4", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-22T10:09:03.000+0000", "updated": "2014-08-22T10:09:03.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }