02-10-2007 17:38
Quicktime bug? Windows only?

Am trying to render SMIL output in quicktime video. I can see
it fine in-world (on an Intel iMac). Friends on the Windows SL client
see a blank screen. It freezes a couple of people for a second or two every
time it hits llParcelMediaCommandList()... this is on group land.

The SMIL file in question looks like:

CODE

<?xml version='1.0'?>
<?quicktime type="application/x-quicktime-tx3g"?>
<text3GTrack trackWidth="800.0"
trackHeight="600.0"
timeScale="1000"
language="eng">
<sample duration="25000" keyframe="true">
<description
horizontalJustification="Left"
verticalJustification="Top"
backgroundColor="0%, 0%, 0%, 0%"
format="tx3g">
<defaultTextBox x="10"
y="16"
width="1000"
height="1000">
</defaultTextBox>
<fontTable>
<font id="1" name="Courier"></font>
</fontTable>
<sharedStyles>
<style id="1"> {font-table: 1}
{font-size: 24}
{font-style:shadow}
{font-weight: bold}
{text-decoration: normal}
{color: 50%, 100%, 100%, 100%}
</style>
</sharedStyles>
</description>
<sampleData targetEncoding="utf8">
<text styleID="1">
Foundation for Rich Content Announces New Grant
Opportunities for Spring
The Foundation for Rich Content is increasing the
size of their grants. Here is their press
release:

The Foundation for Rich Content is announcing a
change in funding with the development of a
granting cycle for large grants. We will be
accepting proposals for three grants between
February 15 and March 25 (deadline for [...]
</text>
</sampleData>
</sample>
</text3GTrack>


It is output by a php script which is generating a text/xml header.

On the lsl side - in touch_start():

CODE

llParcelMediaCommandList ( [
PARCEL_MEDIA_COMMAND_PLAY,
PARCEL_MEDIA_COMMAND_URL,url ] );