The mlink-rtp service—RTP audio streaming

Command line

mlink-rtp [-D] [-P pps_dir] [-S]

Options

-D
Don't run in the background after successful initialization.
-P
Base directory for the rtp PPS object (default: /pps/mirrorlink/).
-S
Strictly enforce sandboxing, i.e., don't start with the default network stack. To set the network sandbox, use the SOCK environment variable. If the -S option is used, the service won't start if this environment variable isn't set. A network sandbox is highly recommended!

PPS object

The mlink-rtp service reads the rtp object for audio-streaming information published by the mlink-daemon service. For details, see the entry for /pps/services/mirrorlink/rtp in the PPS Objects Reference.

Using SLM to start the service

To use SLM to start mlink-rtp, add this component section to the SLM configuration file:
<SLM:component name="mlink-rtp">
     <SLM:command>mlink-rtp</SLM:command>
     <SLM:args>-S</SLM:args>
     <SLM:envar>SOCK=/mirrorlink_sandbox/</SLM:envar>
     <SLM:stop stop="signal">SIGTERM</SLM:stop>
     <SLM:depend>mirrorlink-sandbox</SLM:depend>
</SLM:component>