Re: GWT and VLC plugin

2010-10-13 Thread rajendra dasari
Hi, I was faced same problem earlier, it got solved. Actually in IE there may be problem to set width and height, it is setting 0,0. So you can verify using developer tools to see width and height. What i was done is at the time of loading itself i am setting width and height using javascript

GWT and VLC plugin

2010-10-12 Thread Suma Rao
Hi, I am trying to embed VLC plugin to show a live streaming video from a IP camera in a GWT web application. I am generating all html dynamically from code. I have a DockLayoutPanel and I would like to show the streaming video on the west side constantly. Below is a snippet of my code to add the