/pps/services/mediaserver/settings

Contains the current configuration of the DMS

Publishers
Media server
Subscribers
dmcclient

Configuration attributes

Attribute Data type Description
devicename String Friendly name of the DMS.
mediaserver Boolean Set the DMS on | off (default is off).
sharing Boolean Enable or disable media sharing (default is false).

The default configuration is:

sharing:b:false/ndevicename::CAR2_mediaserver/nmediaserver:b:off

Examples

Enable media sharing:

echo 'sharing:b:true' >> /pps/services/mediaserver/settings

Set the media server on:

echo 'mediaserver:b:on' >> /pps/services/mediaserver/settings