Closed
Bug 890525
Opened 12 years ago
Closed 12 years ago
Previous projects with html5 media crash FF + Chrome
Categories
(Webmaker Graveyard :: Popcorn Maker, defect)
Webmaker Graveyard
Popcorn Maker
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brett, Assigned: mjschranz)
Details
Attachments
(1 file)
STR:
1) Create a new project using this clip for media http://videos-cdn.mozilla.net/serv/webmademovies/makecorn.webm
2) Save it
3) Log out
4) Log in
5) open up project from myMakes
6) In Firefox, notice the editor dialogues have disappeared. In Chrome, we crash
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → schranz.m
Status: NEW → ASSIGNED
| Reporter | ||
Comment 1•12 years ago
|
||
This is the clip the user had in their project:
http://ia601200.us.archive.org/29/items/Children_Must_Learn_The/0883_Children_Must_Learn_The_14_22_40_00_3mb.ogv
We should test with that
| Assignee | ||
Comment 2•12 years ago
|
||
I see where it's failing on the loading of the project.
There is a second problem present however that you can't save a project in Chrome with an HTML5 media clip.
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Comment 4•12 years ago
|
||
Wrong ticket!
| Assignee | ||
Comment 5•12 years ago
|
||
Going to dig into a causing commit, but here's a gist of it.
We try sending a VIDEO element to the server inside the clip data for HTML5. Chrome doesn't save properly because it fails setting up the data before then. Firefox saves, but by the time the clip data get's to the server the thumbnail is just an empty object instead of a video element.
Attachment #771670 -
Flags: review?(scott)
| Assignee | ||
Comment 6•12 years ago
|
||
Updated PR.
Updated•12 years ago
|
Attachment #771670 -
Flags: review?(scott) → review+
Comment 7•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/popcorn.webmaker.org
https://github.com/mozilla/popcorn.webmaker.org/commit/28f7847b08fd0273aa279e9ff4070558a8c42179
Bug 890525 - Don't save HTML5 thumbnails as video elements
| Assignee | ||
Comment 8•12 years ago
|
||
Waiting to test on Staging and Production before closing.
| Reporter | ||
Comment 9•12 years ago
|
||
Tested in Firefox, works well. Imported HTML5 media, saved and published project, all worked.
However, opened project above in Chrome and got a crash, see screenshot.
https://dl.dropboxusercontent.com/u/7968133/images/chromehtml5.png
Using this media (as reported by user):
http://ia601200.us.archive.org/29/items/Children_Must_Learn_The/0883_Children_Must_Learn_The_14_22_40_00_3mb.ogv
| Reporter | ||
Comment 10•12 years ago
|
||
So comment above is invalid as this patch hadn't in fact built.
So seeing two errors when I test this:
1) HTML5 clips in chrome and firefox aren't able to be moved and resized
2) Youtube clips seem to have some trouble loading. I went to youtube and randomly chose this clip: http://www.youtube.com/watch?v=RVeo6QMcbW4 - which failed to load in chrome. I'm getting this error in chrome's developer console:
Blocked a frame with origin "https://www.youtube.com" from accessing a frame with origin "https://popcorn.mofostaging.net". Protocols, domains, and ports must match.
| Reporter | ||
Comment 11•12 years ago
|
||
Note that other clips DID load in chrome, so something particular about that one? Did load in Firefox.
| Assignee | ||
Comment 12•12 years ago
|
||
I don't know why there is issues with that clip in Chrome. Seems like there might be some separate underlying bug that clip specifically is exposing.
As far as your first point, that has been filed here https://bugzilla.mozilla.org/show_bug.cgi?id=890556
Should we push this up to production? I don't know if production will need a kick as well. At this point we are half way through Saturday (EST) and it seems like there might not be as much benefit.
| Reporter | ||
Comment 13•12 years ago
|
||
Yes, push it to production - seems the issues I found were already existing on production. Filed my first issue as https://bugzilla.mozilla.org/show_bug.cgi?id=890640
| Assignee | ||
Comment 14•12 years ago
|
||
Looks good to me on production.
Closing as verified.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•