How to Send a Playlist to RTMP
- 1). Locate the “playlist.xml” file on your Web server’s media file directory. Download the file onto your computer with an FTP client.
- 2). Open the file in a text editor. Add the following to the “playlist.xml” file and add the appropriate information where requested:
<item>
<title>[text]</title>
<description>[text]</description>
<media:content url="videofile.ext" />
<media:thumbnail url="http://thumbs.server.com/thumbs/videofile.jpg" />
<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://rtmp.server.com/application</jwplayer:streamer>
<jwplayer:duration>[video length in seconds]</jwplayer:duration>
</item> - 3). Click “File” and select “Save” to save the file. Upload the file to the media file directory of your Web server with the FTP client. Upload the media files listed in the “playlist.xml” file to the Web server, if necessary.