diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-07-03 18:52:33 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-07-11 13:33:30 +0200 |
commit | 11d2ae972c434453f09a7ffe66a8c202efbce2a5 (patch) | |
tree | 9d02251b24e6a895405dd353587f0c468c84cc43 /conf.d/project | |
parent | e2e78437b472dc40e605cdcd895804105a680a1f (diff) |
Added role for radio, and mute/unmute actionsflounder_5.99.4flounder_5.99.3flounder_5.99.2flounder/5.99.4flounder/5.99.3flounder/5.99.25.99.45.99.35.99.2
This defines a new 'radio' role that uses the radio_stream
Also implements the new mute/unmute actions, that are
forwarded to the softmixer.
Now registers to a client (multimedia player, radio service ...)
disconnection, to properly free the leased role.
Change-Id: Ic15fb63cd90ba28f3978c67d917a77ed6b030e08
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/etc/policy-4a-sample1.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf.d/project/etc/policy-4a-sample1.json b/conf.d/project/etc/policy-4a-sample1.json index a1aebcd..673caa7 100644 --- a/conf.d/project/etc/policy-4a-sample1.json +++ b/conf.d/project/etc/policy-4a-sample1.json @@ -14,8 +14,14 @@ "events": [], "roles":[ { + "uid": "radio", + "description": "Radio (tuner)", + "priority": 0, + "stream": "radio_stream" + }, + { "uid": "multimedia", - "description": "Multimedia content (e.g. tuner, media player, etc.)", + "description": "Multimedia content (e.g. media player, etc.)", "priority": 0, "stream": "multimedia" }, |