Difference between revisions of "Documentation:Modules/mqtt"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
|description=Port number of MQTT broker to connect to
 
|description=Port number of MQTT broker to connect to
 
}}
 
}}
 
+
{{Option
 +
|name=mqtt-prefix
 +
|value=string
 +
|default=vlc/
 +
|description=The topic name prefix to use
 +
}}
  
 
[[Category:Interfaces]]
 
[[Category:Interfaces]]

Revision as of 09:33, 12 April 2014

NOTE: this module is in active development and has not made it into the main tree yet.

Module: mqtt
Type Interface
First VLC version -
Last VLC version -
Operating system(s) Any that support the mosquitto library
Description control VLC using the MQTT protocol
Shortcut(s) -

This module will let you send control messages to VLC using the MQTT protocol.

Options

  • mqtt-host <string> : Hostname of MQTT broker to connect to default value: localhost
  • mqtt-port <integer> : Port number of MQTT broker to connect to default value: 1883
  • mqtt-prefix <string> : The topic name prefix to use default value: vlc/