The Artima Developer Community
Sponsored Link

Legacy Jini Forum
Adding UIs to Jini Services

Advertisement

Advertisement

This page contains an archived post to the Jini Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

jdbc-servlet-applet -> realplayer ???

Posted by S.A.Pamungkas on August 29, 2000 at 8:25 AM

Using my own GUI ( made by applet-servlet-jdbc ), I could retrieve the large object ( image, video ) from database.
It's no problem to display the image ( jpg, gif ) in browser.

The problem is to display the video data in realplayer.
The situation is as follow:

Applet asks servlet to retrieve the video data from database. Servlet uses jdbc and getBytes() methode to retrieve video data from db, resulting
array byte ( byte[]). Then servlet sends the result to applet.
Now applet has video data as array byte.

My question is :
How applet displays that video ( in array byte ) in realplayer ?

Thank you in advance.

-pamungkas-



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us