Project

General

Profile

Actions

Bug #45160

closed

Problems with page content type media (video and audio) and relative path resolving

Added by Sandra Schadenbauer almost 12 years ago. Updated about 9 years ago.

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

0%

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

Description

Hello!

I have the following problem with Typo3 6.0.0 and 6.0.1

  • I create a new page content (type Media) and media type is video
  • The player will only be shown if I enter an absolut path to the video file
  • If I choose a file from the directory tree, the enterfield will get a value like "file:109", but there won't be a player at the front end
  • If I enter a relative path (like fileadmin/user_upload/videos/5332.flv) or the absolut path to the same file, the player will be shown in the front end

Other Typo3 versions (like 4.7.7) put a relativ path in the enterfield after choosing a file from the directory tree
Same problem occurs with media type audio.


Files

ScreenShot270.png (287 KB) ScreenShot270.png after choosing a file from the directory tree only "file:141" is shown Sandra Schadenbauer, 2013-02-05 07:57
ScreenShot271.png (726 KB) ScreenShot271.png system knows which file I have choosen, but doesn't resolve the right relative path Sandra Schadenbauer, 2013-02-05 07:57
ScreenShot269.png (284 KB) ScreenShot269.png manually added the relative path to the enterfield and everything works Sandra Schadenbauer, 2013-02-05 07:57

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #44041: Problem with videos (player)Closed2012-12-17

Actions
Actions #1

Updated by Oliver Hader over 11 years ago

  • Target version set to 2222
Actions #2

Updated by Oliver Hader over 11 years ago

  • Project changed from 2269 to TYPO3 Core
Actions #3

Updated by Oliver Hader over 11 years ago

  • Category set to Extension Manager
Actions #4

Updated by Oliver Hader over 11 years ago

  • Target version deleted (2222)
Actions #5

Updated by Christian Buelter over 11 years ago

I can confirm this for TYPO3 6.1.0alpha1.

It seems to me that the FAL file reference does not get resolved.

Actions #6

Updated by Anja Leichsenring over 11 years ago

  • Category changed from Extension Manager to File Abstraction Layer (FAL)
Actions #7

Updated by Jöran Kurschatke over 11 years ago

This issue occurs in TYPO3 CMS 6.1.3.
Same problem here, after setting the FAL id the absolute path is not generated properly.

Expected: domain/fileadmin/path/to/vid
Generated: domainfileadmin/path/to/vid

Actions #8

Updated by Christian Buelter about 11 years ago

Maybe this is related to http://forge.typo3.org/issues/38460?

Actions #9

Updated by Sebastian Fischer over 10 years ago

Selecting an flv in the current master results in an relative path which the player displays in frontend. Does the problem still exists?

Actions #10

Updated by Pascal Carmohn over 10 years ago

Same Problem (Expected: domain/fileadmin/path/to/vid but Generated: domainfileadmin/path/to/vid)
in 6.2.4

Actions #11

Updated by Georg Ringer about 9 years ago

  • Status changed from New to Closed
  • Is Regression set to No

mediace has been extracted from the core and is not needed anymore using CMS7. however it can be now found at github ant the issue has been moved to https://github.com/FriendsOfTYPO3/mediace/issues/17

Actions

Also available in: Atom PDF