[TIMOB-1044] Video player needs fixes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | n/a |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-04-15T02:42:22.000+0000 |
Updated | 2011-04-17T01:55:02.000+0000 |
Description
Video playback doesn't work in 3.2 or 4.0 currently and has a good chance of entering freeze/deadlock on 3.1.x. Need to take a good look at the code and patch it up.
Comments
- Jeff Haynie 2011-04-15
(from [d471423fae509b7ac812f4bac277f634eda2f174]) Closes #1044: Fixes to JS tests and video player code for better 3.2 compatibility and some future-proofing (3.2 does not mean iPad idiom!) http://github.com/appcelerator/titanium_mobile/commit/d471423fae509b7ac812f4bac277f634eda2f174"> http://github.com/appcelerator/titanium_mobile/commit/d471423fae509...
- Stephen Tramer 2011-04-15
Accidentally closed this without addressing the possible 3.1.x (and later) lockup issues.
- Stephen Tramer 2011-04-15
Okay, lockup is a little beyond us (this seems to be an issue on Apple's end, at least with 3.1.x; we never regain control of the player between start and finish). However there are other issues with 3.2 and 4.0 regarding things like the display of controls, view sizes, scaling, etc.
- Jeff Haynie 2011-04-15
(from [5d34d5c261d05abb5d72c6babf5f3a2d9679f4f2]) [#1044 state:open] Large number of video player compatibility fixes. 3.2/4.0 players have a problem where the progress bar is not updated. http://github.com/appcelerator/titanium_mobile/commit/5d34d5c261d05abb5d72c6babf5f3a2d9679f4f2"> http://github.com/appcelerator/titanium_mobile/commit/5d34d5c261d05...
- Stephen Tramer 2011-04-15
Progress bar updates were an issue on Apple's end in pre-4b4. Things should be OK now.