Hi all,
I am trying to retrieve the filesystem location of a wmv file in order to programmatically build a mms URL to send to Windows Media Player. I can use DQL to locate the object I wish to stream, and from its i_contents_id I can get the r_object_id of the dmr_content object that represents the file. I can also get the base URL for streaming services by getting the storage_id of the dmr_content object and using that as the r_object_id of the associated dm_store object.
However, how do I get the path to the object on the content server file system, so I can return an URL like:
mms://windowsstreamingserver/streaming/06/0b/0c/a.wmv?
I can get this information using the getfile API or DFC, but both are deprecated in future versions of Documentum.
Thanks for your patience,
Derrick