Closed
Bug 927666
Opened 12 years ago
Closed 12 years ago
youtube wrapper's play pause cycle to force ready state stops buffering
Categories
(Webmaker Graveyard :: popcorn.js, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: thecount, Assigned: thecount)
Details
Attachments
(1 file)
STR:
1. get a youtube clip inside the gallery.
2. hit play on the main timeline.
3. add the clip.
Expected: it should play again after it's down buffering.
Actual: it'll keep buffering, or stop and not play, then if you play, it'll buffer. The buffer is never going to stop.
Might take a couple tries.
This is due to our play/pause hack to force ready state.
YouTube does not buffer it is paused, but, if we pause too soon in the play/pause hack, it'll never buffer, putting us in a broken state.
Proposal is to wait for getVideoLoadedFraction to change once.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → scott
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #818146 -
Flags: review?(schranz.m)
| Assignee | ||
Comment 2•12 years ago
|
||
Updated, I don't see this happening at home on linux.
Maybe some more testing is in order? Could be flash version or OS.
| Assignee | ||
Comment 3•12 years ago
|
||
I don't see this happening at home on windows, linux it's busted*
Comment 4•12 years ago
|
||
Comment on attachment 818146 [details] [review]
https://github.com/mozilla/popcorn-js/pull/352
No luck reproducing the problem on Mac. Looks like for now we are going to leave this alone.
Attachment #818146 -
Flags: review?(schranz.m) → review-
| Assignee | ||
Comment 5•12 years ago
|
||
I think this might of actually been caused by the loadedFraction changing as their duration changes from rounded to not rounded, which is why it was never very consistent.
Now with bug 928933 landed, I'm not able to hit this under extreme cases. Closing for now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•