Opened 11 years ago
Closed 11 years ago
#797 closed defect (cant-reproduce)
Impossible to play a video under Mageia Linux 3 with Mozilla Firefox 17.0.9 ESR
Reported by: | Julien Gouesse | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Hi
I succeed in playing videos with HTML5, for example this one:
example
but mine with GNU Mediagoblin doesn't work, it looks like it's always loading, the length of the video stays at 0:00:
example
I can read my video with VLC. Moreover, please can you refine your code so that a message is displayed when the html5 video markup is supported but not the webm codec? You can call canPlayType('video/webm') onto the DOM element to check that. Best regards.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | bug_mediagoblin.png added |
---|
comment:2 by , 11 years ago
Heya,
I think you're right about the bug in videojs... I'm not seeing it here, so it makes sense to me that it's that race condition.
The question is, what should we do at the moment? I tend to prefer running a stable release of things, and we can wait for the latest release to come out of videojs. Alternately we could backtrack on videojs back to the old version we were running until this is fixed... heh!
comment:3 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
It seems to work now. I don't really know why.
screen capture