previous next

Chapter 4: On-Demand Streaming Mount Points

The on-demand streaming mount point section appears under the FSMount list. Use these tags to setup mount points for on-demand media. You can create as many mount points as you like, as long as each is unique.

On-Demand Streaming Mount Point Sample

This sample shows the default mount point for on-demand content.

<List Name="FSMount">
... additional features found in FSMount section...
<List Name="RealSystem Content">
<Var ShortName="pn-local"/>
<Var MountPoint="/"/>
<Var BasePath="/home/user/Content"/>
</List>
... additional features found in FSMount section...
</List>

List: RealSystem Content

The RealSystem Content list is the default list for defining the mount point for on-demand content. If clips are stored on more than one drive, you can add multiple lists, each with its own mount point. However, the list names need to be unique.

<List Name="FSMount">
<List Name="RealSystem Content">
...variables that define mount point for on-demand content...
</List>
</List>

Registry Value

config.FSMount.RealSystemContent

Example

<List Name="RealSystem Content"> ... </List>

Var: BasePath

Use BasePath to indicate where content defined by this list is stored.

Tag Syntax

<Var MountPoint="string"/>

Possible Values

Example

<Var MountPoint="/home/Content"/>

Var: MountPoint

Use MountPoint to indicate where the URL for the content defined by this list should point. If you use the mount point /, the URL does not require any additional directory structure to access content stored in the directory listed under BasePath.

Tag Syntax

<Var MountPoint="string"/>

Possible Values

Example

<Var MountPoint="/"/>

Var: ShortName

Use ShortName with a value of pn-local for files stored on a local drive.

Tag Syntax

<Var ShortName="pn-local"/>

Possible Values

Example

<Var ShortName="pn-local"/>


RealNetworks, Inc. © 2002 RealNetworks, Inc. All rights reserved.
For more information, visit RealNetworks
Click here if the Table of Contents frame is not visible at the left side of your screen.
previous next