-
Step 1
Convert your video file into MP3 format. MP3 files are smaller than video files and this will allow users to easily view the video without a long wait for downloading. If you don't have a program that will convert video file formats, download Apple's iTunes. The program is free and will convert most video files into MP3 format. If you already have a video formatting program, skip the next step.
-
Step 2
Download and install iTunes onto your computer. Upload your video into your iTunes library. After the video has uploaded, click on the video file. Click the "Advanced" tab and choose "Convert Selection for iPod or iPhone." The program will convert the file into a MP3. Save the MP3 file to your desktop.
-
Step 3
Upload the MP3 file to your server and place it in the main folder that contains your website's home page.
-
Step 4
Publish a web page that contains the video.
-
Step 1
Open a new .txt document in Notepad or create a new page using a HTML editor.
-
Step 2
Type or cut and paste the following code into the document:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>WEBSITE TITLE</title>
<description>SHORT WEBSITE DESCRIPTION>
<link>COMPLETE WEBSITE URL</link>
<language>en-us</language>
<item>
<title>VIDEO TITLE</title>
<link>COMPLETE URL FOR WEBPAGE THAT CONTAINS THE VIDEO</link>
<guid>"COMPLETE URL FOR THE SERVER WHERE YOU UPLOADED THE VIDEO FILE"</guid>
<description> DETAILED DESCRIPTION OF THE VIDEO </description>
<enclosure url= "COMPLETE URL FOR THE SERVER WHERE YOU UPLOADED THE VIDEO FILE (SAME AS GUID URL)" length="VIDEO LENGTH" type="audio/mpeg"/>
<category>Podcasts</category>
<pubDate>DATE THE VIDEO WAS PUBLISHED. USE THIS FORMAT: Day, Date Month Year</pubDate>
</item>
</channel>
</rss> -
Step 3
Replace the capitalized text within the code with your own text.
-
Step 4
Save the document as an .XML or .txt file.
-
Step 5
Upload the file to your server and place in the same folder as the video file. Republish your website and the RSS video feed will appear on your website where users can subscribe to it.








