I now need to use Java (Java Media Framework) to play one of the video clips stored in the database. I am having difficulties specifying the locator string format for the Oracle interMedia Custom DataSource.
im://[<driverType>/]<jdbcConnectString>/<user>:<password>/<queryString>
Any assistance...
I have worked out how to do it! Here goes....
connect system/<password>;
grant dba to <username>; -- you choose <username>
connect <username>/<password>;
create or replace directory VIDDIR as 'f:\videodir'; -- f:\videodir is my directory containing videos
disconnect
connect system/knighty...
I am trying to insert videos (avi files) into a table and then want to retrieve the properties of these videos.
Do I have to set the properties such as format or does oracle's intermedia package do it automatically?
I have 5 avi video clips which I wish to insert into the table. I am getting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.