Changes between Version 10 and Version 11 of WikiStart


Ignore:
Timestamp:
2014-10-18 15:16:11 (10 years ago)
Author:
lolodomo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    135135}}} 
    136136 
     137This action will try to start the playback of a media not necessarily delivered by a media server. URI parameter will be typically a WEB URL (HTTP URL) like for example a MP3 stream. This will not be accepted by all media renderers. 
     138 
     139You can choose a protocol using the Protocol parameter to help the media renderer identifying the type of your media. This protocol has to be one supported by the media renderer. 
     140 
    137141If Duration parameter is set to a greater value than 0, this action will pause the current playback, play the alert, and the previous playback will be resumed when the delay defined by Duration expires. 
    138142If Duration parameter is unset or set to 0, this action will pause the current playback, play the alert, but then the previous playback will not be resumed. 
     
    141145 
    142146Notes: 
    143  * Parameters not specified will default internally. (''Duration=0'', ''Protocol=nil'', ''Volume=nil'') By default, the volume is not set. 
     147 * Parameters not specified will default internally. (''Duration=0'', ''Protocol=""'', ''Volume=nil'') By default, the volume is not set. 
    144148 
    145149 
     
    153157 * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "OSX_TTS_SERVER" 
    154158 * `DelayBeforePlayback` -  
    155  * `DescriptionURL` - description URL for the current renderer 
     159 * `DescriptionURL` - description URL for the media renderer 
    156160 * `DiscoveryPatchInstalled` - "1" when the !UPnP discovery patch is installed or "0" when not installed 
    157161 * `DMRDiscoveryResult` - for plugin internal usage 
    158162 * `DMSDiscoveryResult` - for plugin internal usage 
    159  * `MaxVolume` - maximum volume handled by the renderer 
    160  * `MinVolume` - minimum volume handled by the renderer 
    161  * `ModelName` - model of the renderer 
    162  * `Online` - "1" when the renderer is online or "0" when it is offline 
     163 * `MaxVolume` - maximum volume handled by the media renderer 
     164 * `MinVolume` - minimum volume handled by the media renderer 
     165 * `ModelName` - model of the media renderer 
     166 * `Online` - "1" when the media renderer is online or "0" when it is offline 
    163167 * `OSXTTSServerURL` - URL of the TTS server 
    164168 * `PlaybackResult` - for plugin internal usage 
    165169 * `PluginVersion` - plugin version 
    166170 * `ProxyUsed` - "proxy is in use" or "proxy is not in use" to indicate if the UPnP event proxy is in use 
    167  * `RouterIp` - router/firewall IP when the renderer can access the Vera only with a port forwarding rule 
    168  * `RouterPort` - router/firewall port when the renderer can access the Vera only with a port forwarding rule 
     171 * `RouterIp` - router/firewall IP when the media renderer can access the Vera only with a port forwarding rule 
     172 * `RouterPort` - router/firewall port when the media renderer can access the Vera only with a port forwarding rule 
    169173 
    170174`urn:upnp-org:serviceId:AVTransport` 
     
    195199`urn:upnp-org:serviceId:RenderingControl` 
    196200 * `Mute` - "1" if volume muted or "0" if unmuted 
    197  * `Volume` - volume, value from 0 to 100 
     201 * `Volume` - volume value, range depends on the media renderer