Loading...
 
Skip to main content

13.x & 12.x: Can't display .webm videos uploaded to a tiki site with PluginWebDocViewer (and using html5 video tag not in Firefox)

Status
Open
Subject
13.x & 12.x: Can't display .webm videos uploaded to a tiki site with PluginWebDocViewer (and using html5 video tag not in Firefox)
Version
13.x
Category
  • Error
Feature
Video (Kaltura, YouTube, etc.)
Wiki Plugin (extends basic syntax)
Resolution status
New
Submitted by
Xavier de Pedro
Lastmod by
Xavier de Pedro
Rating
(0)
Description

13.x: Can't display .webm videos uploaded to a tiki site

See it reproduced in a bug report textarea here:
https://dev.tiki.org/item5321

Tried with these two ways:

  1. Using the html5 video tag, in a similar way as indicated here: http://www.w3schools.com/html/html5_video.asp
    Copy to clipboard
    {HTML()} <video width="320" height="240" controls> <source src="http://doc.tiki.org/dl1108" type="video/webm"> Your browser does not support the video tag. </video> {HTML}
  2. Using the PlginWebDocViewer in Tiki12+, that according to its documentation, it can display webm videos.
    Copy to clipboard
    {WEBDOCVIEWER(url=>http://doc.tiki.org/dl1108, width=>425, height=>350)}{WEBDOCVIEWER}

None of them seem to work with Mozilla Firefox (30.0, for GNU/Linux).
Under Google Chrome (35.0), using the html5 video tag (within PluginHTML in Tiki) works fine, but using the PluginWebDocViewer nothing is shown.


See the video itself uploaded to file gallery in doc.t.o: http://doc.tiki.org/dl1108

140713_dev.t.o_13.x_bug_when_attempting_to_upload_or_select_image_from_textarea.webm - 5.69 Mb

Importance
3
Easy to solve?
5
Priority
15
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5322
Created
Sunday 13 July, 2014 13:23:08 UTC
by Xavier de Pedro
LastModif
Sunday 13 July, 2014 13:39:42 UTC


Show PHP error messages