Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- 2014-10-18 15:16:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 135 135 }}} 136 136 137 This 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 139 You 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 137 141 If 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. 138 142 If 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. … … 141 145 142 146 Notes: 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. 144 148 145 149 … … 153 157 * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "OSX_TTS_SERVER" 154 158 * `DelayBeforePlayback` - 155 * `DescriptionURL` - description URL for the currentrenderer159 * `DescriptionURL` - description URL for the media renderer 156 160 * `DiscoveryPatchInstalled` - "1" when the !UPnP discovery patch is installed or "0" when not installed 157 161 * `DMRDiscoveryResult` - for plugin internal usage 158 162 * `DMSDiscoveryResult` - for plugin internal usage 159 * `MaxVolume` - maximum volume handled by the renderer160 * `MinVolume` - minimum volume handled by the renderer161 * `ModelName` - model of the renderer162 * `Online` - "1" when the renderer is online or "0" when it is offline163 * `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 163 167 * `OSXTTSServerURL` - URL of the TTS server 164 168 * `PlaybackResult` - for plugin internal usage 165 169 * `PluginVersion` - plugin version 166 170 * `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 rule168 * `RouterPort` - router/firewall port when the renderer can access the Vera only with a port forwarding rule171 * `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 169 173 170 174 `urn:upnp-org:serviceId:AVTransport` … … 195 199 `urn:upnp-org:serviceId:RenderingControl` 196 200 * `Mute` - "1" if volume muted or "0" if unmuted 197 * `Volume` - volume , value from 0 to 100201 * `Volume` - volume value, range depends on the media renderer