Hi Toni,
I put in the components via the client and saved the scene.
I then ran the new scene and got the errors:
Error: Cannot create component for type "EC_MediaPlayer" - no
factory exists!
Error: Failed to create a component of type "EC_MediaPlayer" and
name "" to Entity "MediaPlayer" (ID: 7)
Below is the snippet from the .txml with http:// locations omitted:
<entity id="7" sync="1">
<component type="EC_Name" sync="1">
<attribute value="MediaPlayer" name="name"/>
<attribute value="" name="description"/>
</component>
<component type="EC_Placeable" sync="1">
<attribute value="0,0,0,0,0,0,1,1,1" name="Transform"/>
<attribute value="false" name="Show bounding box"/>
<attribute value="true" name="Visible"/>
<attribute value="1" name="Selection layer"/>
<attribute value="" name="Parent entity ref"/>
<attribute value="" name="Parent bone name"/>
</component>
<component type="EC_Mesh" sync="1">
<attribute value="0,0,0,0,0,0,1,1,1" name="Transform"/>
<attribute value="http://" name="Mesh ref"/>
<attribute value="" name="Skeleton ref"/>
<attribute value="" name="Mesh materials"/>
<attribute value="0" name="Draw distance"/>
<attribute value="false" name="Cast shadows"/>
</component>
<component type="EC_MediaPlayer" sync="1">
<attribute value="http://" name="Media Source"/>
<attribute value="0" name="Render Submesh"/>
<attribute value="true" name="Enabled"/>
<attribute value="true" name="Illuminating"/>
<attribute value="true" name="Interactive"/>
<attribute value="true" name="Streaming Allowed"/>
</component>
</entity>
The "Media Source" is a streaming mjpg if that makes a difference.
Thank you very much,
Evan