6.2Video-File Attributes
A piece of video content is stored as a title on a Sun MediaCenter server. The ftp
■name of the title, which usually corresponds to the name of the movie or video clip; for example, Bambi for the move “Bambi”. There is no default value for the name attribute.
■speed associated with the file. “Speed” refers to the speed and play direction of the title’s bit stream as compared to
■type of the file, either data or index. A data file is usually a file containing an MPEG bit stream. An index file is a file that identifies the splice points within a bit stream. The Media Stream Manager (MSM) uses these splice points when stopping and restarting a stream and when performing trick play. See the Sun MediaCenter Server Programmer’s Guide for an explanation of trick play. The default value for the type attribute is data.
■rate at which the file containing the video bit stream was encoded. This is a number in the range from 1500000 to 8000000 that specifies a number of bits per second. The rate attribute applies only to data files, not index files. There is no default for the rate attribute.
■format is the format of the encoded bit stream. It can be one of:
■MPEGTS, indicating an
■MPEGPS, indicating an
■MPEG1SYS, indicating an
■MPEGTCE, indicating an
There is no default for the format attribute.
The
title=Bambi,format=MPEGPS,speed=1000,type=data,rate=3000000