[TIMOB-12586] IOS: Kitchensink - Playable duration is different on two devices for same video.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:47:19.000+0000 |
Affected Version/s | Release 3.0.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.0.2 |
Reporter | Anshu Mittal |
Assignee | Eric Merriman |
Created | 2013-02-05T11:53:04.000+0000 |
Updated | 2017-05-02T21:45:32.000+0000 |
Description
Playable duration is different on two devices for same video. This is not regression since the issue occurs on 3.0.0 GA as well
Steps to reproduce:
1. Launch the Kitchensink app.
2. Go to Phone > Play Movie > Local
3. Click on the label and wait for the movie to get finish.
4. Observe the logs.
Actual:
The logs for iPhone3GS state the playable duration as 0 whereas the logs for iPhone5 state the playable duration as 35680
Expected:
Playable duration should be same and should not be 0.
Please find the logs as below for both devices:
iphone5 - 3.0.2
Feb 5 17:12:47 GL-iPhone5 KitchenSink[7503] : [INFO] Event PlaybackState Fired: 0
Feb 5 17:12:47 GL-iPhone5 KitchenSink[7503] : [INFO] activeMovie.endPlaybackTime: NaN
Feb 5 17:12:47 GL-iPhone5 KitchenSink[7503] : [INFO] activeMovie.playableDuration: 35680
iphone3gs - 3.0.2
Feb 5 17:14:24 iPhone-3GS KitchenSink[6620] : [INFO] Event PlaybackState Fired: 0
Feb 5 17:14:24 iPhone-3GS KitchenSink[6620] : [INFO] activeMovie.endPlaybackTime: NaN
Feb 5 17:14:24 iPhone-3GS KitchenSink[6620] : [INFO] activeMovie.playableDuration: 0
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.