Posted By:
Mikael_Jakobsson
Posted On:
Wednesday, January 9, 2002 06:26 AM
I am trying to display a movie in an applet. The applet fetches the movie from a web-server. I have managed to do this for MPEG-1 and quicktime. But...
When displaying an MPEG movie, the player starts immediately when the download begins. But when displaying a quicktime movie, the entire clip is downloaded before the movie starts.
Since I was intending to do streaming of live data via HTTP, I of course need the playout to start before the download is complete.
Any suggestions?