Project

General

Profile

Actions

Bug #44209

closed

Media html5

Added by Nicolas Forgeot over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-12-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When the file is selected, the value is "file: uid", but is should be its path.

When the url is selected, the value is not prefixed with "http://"

The code generated :

<video id="mmswf50d839fd6a010_video_js" class="video-js" ... >
<source src=""></source>
<source type="video/ogg" src="fileadmin/Ressources/gizmo.ogv"></source>
<source src=""></source>
<source type="video/mp4" src="http://www.808.dk/pics/video/gizmo.mp4"></source>
</video>

Only the corrected values ​​work.


Files

mediaHtml5.png (30.9 KB) mediaHtml5.png Nicolas Forgeot, 2012-12-24 12:22

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #41280: Media Element selecting files via wizard failsClosed2012-09-23

Actions
Actions #1

Updated by Oliver Hader over 11 years ago

  • Category set to File Abstraction Layer (FAL)
  • Status changed from New to Accepted
  • Priority changed from Could have to Should have
  • Target version set to 6.0.1
Actions #2

Updated by Helmut Hummel over 11 years ago

  • Status changed from Accepted to Closed

Closing as duplicate

Actions

Also available in: Atom PDF