Bug #45160
closedProblems with page content type media (video and audio) and relative path resolving
0%
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
Updated by Oliver Hader over 11 years ago
- Project changed from 2269 to TYPO3 Core
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.
Updated by Anja Leichsenring over 11 years ago
- Category changed from Extension Manager to File Abstraction Layer (FAL)
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
Updated by Christian Buelter about 11 years ago
Maybe this is related to http://forge.typo3.org/issues/38460?
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?
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
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