Oracle Video Server Utilities User's Guide Release 2.1.7 A42268-3 |
|
This chapter discusses using Oracle Video Server utilities on Oracle Media Data Store files. Topics in this chapter are:
If you wish to specify files without specifying the MDS pathname, you must set the MDS_CWD environment variable.
MDS_CWD prefixes the MDS path information to relative pathnames. If the MDS_CWD environment variable is set, the media data store and video server utilities use this path anytime you specify a relative pathname to a file.
For Windows NT, the syntax for MDS_CWD is MDS.CWD.
If the MDS_CWD environment variable is not set and you do not specify a path in your filename, the media data store and video server utilities search for input files using /mds/*/filename.
You must specify the full path for all output files when MDS_CWD is not set.
These examples use vstagprint to print the tag information in the tag file lost_children.mpi from the volume video.
First use mdsdir to show all files in all volumes on the server:
% mdsdir
Volume /mds/ref (ir): 2 matches
cover.mpg cover.mpi Volume /mds/video (ir): 2 matches
lost_children.mpg lost_children.mpi
In this example, MDS_CWD is used as the path name to find the tag file lost_children.mpi:
% setenv MDS_CWD /mds/video
% vstagprint lost_children.mpi
Tag file version: 3.4
Current code is version 3.4, back-compatible to version 3.4
[etc.]
In this example, MDS_CWD is pointing to the wrong volume, therefore the tag file lost_children.mpi is not found:
% setenv MDS_CWD /mds/ref
% vstagprint lost_children.mpi
error while attempting to print tag file
Unable to continue due to errors, see log for more details
In this example, MDS_CWD is not set and the MDS path is not specified. This finds the first occurance of the tag file lost_children.mpi in all MDS volumes mounted on the server:
% unsetenv MDS_CWD
% vstagprint lost_children.mpi
Tag file version: 3.4
Current code is version 3.4, back-compatible to version 3.4
[etc.]
The syntax rules in this section apply to all Video Server utilities unless otherwise noted.
Media data store and video server utilties can be used on files residing in an MDS volume, on a host computer, or both. Throughout this chapter, files are referred to in one of the following ways:
filename
a file residing on either a host computer or an MDS volume
host-filename
a file residing on a host computer
mds-filename
a file residing in an MDS volume
/mds/volume/file
a file in an MDS volume. MDS volume names can be from 1 to 32 characters long. MDS file names can be from 1 to 36 characters long, including the period (.) and file extension if any.
/path/file
the absolute path and name of a file on the server host.
./path/file
a file and its path relative to your current working directory on the server host.
../path/file
a file and its path relative to the directory above your current working directory on the server host.
Names of MDS volumes and files are not case-sensitive, although they are
case-retentive. For example:
If you have an MDS volume created prior to Release 2.1 which uses earlier file naming conventions you will still be able to read those files with their previous names.
Each Oracle Video Server utility accepts these switches in addition to the ones listed:
shows syntax for a utility.
enables verbose mode. Verbose mode returns more information about actions performed by utilities.
shows the release version.