PULL MODE
4.Set the pullMode attribute to enable
<pullConfig>
<pullMode value=”enable” /> <disable />
<enable>
5. Next, set the IP address of the server used to hold the content for the following attributes:
<pullConfig>
<pullMode value=”enable” /> <disable />
<enable>
<pullURL value=”192.168.2.70” /> <settingPull value=”192.168.2.70” /> <schedulePull value=”192.168.2.70/schedules” /> <playlistPull value=”192.168.2.70/playlists” /> <contentPull value=”192.168.2.70/media” /> <pullLogUpload value=”192.168.2.70” />
Note that the attribute values for schedulePull playlistPull, and
contentPull contain a path to a directory. These directories will be set up on the FTP server which we will cover in this section.
6. Enter the userName and userPass attributes to the desired values. These values will also be used by the FTP server. For most scenarios, the value of the port attribute should be set to 21.
...
...
<userName value=”User” /> <userPass value=”Pass” /> <port value=”21” />
</enable>
...
...
42