[TYPO3-core] RFC: #10853: [Feature] New Multimedia CE

Steffen Kamper info at sk-typo3.de
Sun Apr 19 22:49:05 CEST 2009


Hi Masi,

Martin Kutschker schrieb:
> Steffen Kamper schrieb:
>> Hi,
>>
>> This is SVN patch request.
>>
>> Type: Feature
>>
>> Branches: trunk
>>
>> BT reference: http://bugs.typo3.org/view.php?id=10919
>>
>> Description:
>>
>> The MULTIMEDIA-CE is a bit outdated and doesn't give much possibilities
>> for streaming data as done in modern websites.
> 
> I tried the patch with a local .mov file. What I don't understand is why
> I had to check the "Use Player" option and to choose explicitly the
> "Render type" quicktime. Shouldn't this be possible to derive from the
> file extension?
>

yes, it should. I debugged why it wasn't, problem was a double prepend 
of absRefPrefix.

> I filled in the text field labelled "Alternative Content". But the text
> was shown above the video. It isn't really an alternative then, is it?
> 

this seems to be a bug in QTobject JS-script, i check why. This works in 
SFWobject without any problems.

BTW - little TS manipulation allows to use the RTE as normal text, so 
result is a Text/media element, for alternativ content there could be a 
general TS lib-object.

> Note: setting Auto-Play to off worked well, unfortunately I got no
> controls, so I had no way to get it running.
> 

this is a problem of quicktime player. As flash always resize player + 
movie, quicktime doesn't and only shows a crop. Play with width and 
height until you have film and control visible.

> I also got two warnings in the hook class. The customMediaParams method
> was called with run-time references (&).
> 

I didn't, so i check this too.

Thx for testing, i wait for some other comments until posting updated patch.

vg Steffen


More information about the TYPO3-team-core mailing list