Monday, February 13, 2006

Loading Video from a Database Table (Update)

In my previous post I described a way of loading video from a BLOB stored in a database table. Now I am presenting a different solution, the BlobDataSource class. BlobDataSource is an implementation of javax.media.protocol.PullDataSource, which creates the data source from a database BLOB and a specified content type. You can get the whole package here.