For the Stream XML block to be parsed correctly, any blank lines should be removed from the
XML files.
STREAM XML Custom.xml: ↵
<?xml version="1.0" encoding="UTF-8"?> ↵
<streaming> ↵
<service> ↵
<name>My Custom Platform</name> ↵
...
</service> ↵
</streaming> ↵
↵
ACK ↵
↵
STREAM XML Custom.xml: ↵
<?xml version="1.0" encoding="UTF-8"?> ↵
<streaming> ↵
<service> ↵
<name>My Custom Platform</name> ↵
...
</service> ↵
</streaming> ↵
↵
STREAM XML: ↵
Files: Custom.xml ↵
↵
STREAM SETTINGS: ↵
Available Custom Platforms: My Custom Platform ↵
↵
Removing a Stream XML file
An XML file can be removed from the Web Presenter by sending the stream xml command with
the remove action.
STREAM XML: ↵
Action: Remove ↵
Files: Custom.xml ↵
↵
ACK ↵
↵
STREAM XML: ↵
Files: ↵
↵
STREAM SETTINGS: ↵
Available Custom Platforms: ↵
↵
Developer Information
413