I am looking for some tutorials on setting up a podcast in PHP. I have audio files and title / description data, I just want to make sure that I get the XML part correctly so that it works well in iTunes and other regular players. (I donβt subscribe to any podcasts, and I donβt know what is popular.)
The header / description data is stored in the mysql database and more files will be added every month.
I created a basic XML feed that works fine in my web browsers, but I was hoping someone could point me to some instructions on how to properly configure the RSS feed, which is likely to work in any program .
I'm already having problems with iTunes, which refuses to download audio files simply because the file stream_audio.phpin the URL does not end with .mp3. I'm not sure if iTunes is annoying, or if I have violated the official / unofficial guidelines for XML.
source
share