[TIMOB-1996] iOS: remote streaming 2 - movie pause after 2 seconds and never resumes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:07:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | defect, ios, regression, video |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:07:41.000+0000 |
Updated | 2017-03-02T19:25:11.000+0000 |
Description
iPod (4.1) with mobile sdk build 1.4.2.4c5cd4a
1.Phone>play Movie>remote streaming 2
2.watch and wait
results: movie starts playing automatically, then pauses after 2
seconds, never to resume.
Comments
- Stephen Tramer 2011-04-15
Not a bug, this is the correct behavior. Movie playback stops while the movie is buffering, and can be resumed at any time by the user.
If it's necessary to automatically resume a video when more data has been loaded (which is not recommended, playback will be jerky) then users can watch for the 'loadstate', 'playing', and 'playbackState' events.
- Thomas Huelbert 2011-04-15
yikes, sorry Stephen
- Lee Morris 2017-03-02 Closed as invalid.