On Oct 14, 2011, at 7:17 PM, Evan wrote: > possibly help me with the syntax for the Entity, Component and > Attributes for implementing the EC_MediaPlayer into the .txml file?
You don't usually edit the XML by hand - instead, use the scene & entity editing GUI, for example: - open scenestruct (shift-s or menu -> view -> scene) - right-click on the entity where you want to show a video stream - choose 'add component' - select MediaPlayer in the dropdown dialog - after adding the component, doubleclick on the entity to get it open in EC-editor and set the params * they are update live, not only to you but to only clients - save the scene from scene-window - rightclick - 'save scene as' when done. > Evan ~Toni > On Oct 14, 10:40 am, Jonne Nauha <[email protected]> wrote: >> That webcam module I made wont help you get image from web or share you >> webcam to others. It was only meant for local viewing of webcam, which is >> not very useful tbh. >> >> We do however have EC_MediaPlayer that can play video streams. So just get >> the webcams stream url and put it to the ECs media ref and hit play, see >> what happens. Remember to keep the streaming allowed boolean true (the >> default). Make some mesh, then apply EC_MediaPlayer to the same entity. >> Check interactive true, youll get a menu when you click the screen to >> play/pause/show 2D player widget. >> >> Best regards, >> Jonne Nauha >> Adminotech developer >> >> >> >> >> >> >> >> On Fri, Oct 14, 2011 at 3:21 PM, Evan <[email protected]> wrote: >>> Heyall, >> >>> I see mention of a web cam at >>> http://wiki.realxtend.org/index.php/Getting_Started_with_Tundra >>> under 1.0.6 features and am wondering if there's a way to implement it >>> in Tundra 2.1.1. >> >>> I'd like to be able to view a webcam I have setup remotely. >> >>> Thank you ever again, >> >>> Evan >> >>> -- >>> http://groups.google.com/group/realxtend >>> http://www.realxtend.org > > -- > http://groups.google.com/group/realxtend > http://www.realxtend.org -- http://groups.google.com/group/realxtend http://www.realxtend.org
