[TIMOB-14123] Android: Add support for creating video thumbnails
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-12-08T22:55:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.0.0 |
Components | Android |
Labels | android, exalture, module_media, notable, qe-4.0.0, qe-manualtest, qe-testadded, thumbnail, video |
Reporter | Carter Lathrop |
Assignee | Ashraf Abu |
Created | 2013-05-30T15:25:48.000+0000 |
Updated | 2015-05-12T21:05:23.000+0000 |
Heather, In order to review a bug report we need a bit more information in order to reproduce the bug and confirm it is indeed a problem. Specifically a test case is needed which is a short demo code that can easily be pasted into an app.js to show the problem at hand. Also needed are the Android versions you have tested this problem with and the studio build of titanium. Please see here: https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report on how to create a successful bug report and I will be glad to review this ticket again when all pertinent information is provided. Thank you, Carter
I was doing as instructed in http://developer.appcelerator.com/question/152946/video-thumbnails-on-android by Mauro Parra who indicated they were part of the Appcelerator team. If there is indeed a way to create a thumbnail of a video in Android using the Titanium framework, please do share. Titanium.Media.VideoPlayer.thumbnailImageAtTime(Number time, Number option) and Titanium.Media.VideoPlayer.requestThumbnailImagesAtTimes(Number[] times, Number option, Callback
Heather, When creating a bug report it is necessary that you follow the guidelines from https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report. What is missing is pertinent information that you have hinted at in your last comment. Describing the issue at hand, what you have experienced, the actual behavior that you would like seen and any further suggestions are all important for the team at engineering to ensure they understand your problem and can then cater to your specific request. If you can fill in the pertinent information in the description of the ticket such that engineering can then work on creating a solution for you it would be very helpful and I will be sure to then pass along your request to the team. Thanks for your patience, Carter
In other words, if this is currently working on only iOS then this would be a new feature request ticket and you would have to describe the context of the new feature and what you would like out of it. I hope this clears things up a bit. Awaiting your reply, Carter
I updated the ticket.
Thanks Heather, moving to Ti-Mobile. Engineering will take a look at your request. Regards, Carter
I agree that this level of parity is essential within the 3.x era of the SDK, also having multimedia with full parity should be a priority. Thanks, Ket
Any movement on this?
PR: https://github.com/appcelerator/titanium_mobile/pull/6393
Sample code for app.js:
Verified fixed using: Titanium SDK 4.0.0.v20150303161012 Studio 4.0.0.201502171827 CLI 3.4.2-rc4 Thumbnails are generated properly.