views:

22

answers:

0

Hi all,

I am facing a problem in displaying videos in Storm..I am making use of BufferredPlayBackDemo that is shipped with JDE to stream and play the video from url..I am able to stream and play videos but the problem i am facing is that i am not able to show videos Full Screen..In potrait mode my videos remain Vertically centered on Screen but do not fit to Full Screen Size. I tried using videoControl.setDisplayFullScreen(true) but of no use..I also tried using videoControl.setDisplaySize( Display.getWidth() , Display.getHeight) but that also did nothing..

Will be very greatful if anyone assists me in this issue.

Thanx in advance...