Questions tagged [podcast]

A podcast is traditionally an audio series delivered over the Internet as a download, in a style similar to radio shows. However, the term has now has grown to include video shows, as well.

A Podcast is a video or audio recording that is available via the Internet. They differ from other audio or video content because they are downloaded rather than streamed and are often transferred to media player devices such as the iPod automatically.

Podcasts were traditionally published via syndicated web feeds such as RSS or Atom and automatically downloaded by the user's podcast aware "RSS Reader".

The name "Podcast" is a portmanteau of the word "pod" from iPod and "cast" from Broadcast or Webcast.

Podcasts generally follow a regular schedule, such as weekly or monthly programming, but others are produced on less frequent or regular schedules.

Podcasts also tend to follow a central subject matter and often include guests on the show to discuss aspects of that topic.

253 questions
0
votes
1 answer

play podcast audio file in my iphone app

I am creating an iPhone app where the user browse and download iTunes podcasts. I am trying to find out how to play an audio podcast. This is what I have tried: -(IBAction)play { NSURL *urli=[NSURL…
0
votes
1 answer

Automatically send RSS feed to iTunes using Powerpress

Can I automatically send RSS feed of Wordpress Podcast to iTunes using Powerpress?
0
votes
2 answers

why is my rss feed written with php not readable by itunes?

I am trying to sync my rss feed with the podcast section of iTunes. Would somebody be able to help me and tell me why my rss feed is not syncing with itunes? I researched potential issues and didn't seem to find anything that would conflict with my…
trickpatty
  • 433
  • 7
  • 18
0
votes
1 answer

How do I implement a "listen" action on facebook for non-music content?

I'm looking to use the "listen" action for a facebook app. Facebook seems to require that we use their built-in "listen" action, which only seems to connect with music-related objects ... but my content is a weekly news podcast. What's the best way…
S.R.
  • 11
  • 3
0
votes
2 answers

Redirecting MP3 requests to Libsyn without iTunes' "byte-range" error?

I use Libsyn for several podcasts, and this is a new issue that I've never had before. I publish my own RSS feed, and redirect the audio file requests through my own server so I can do my own logging. iTunes is rejecting my submission of the feed…
CaymanCarver
  • 389
  • 3
  • 14
0
votes
5 answers

Slipping podcasts through a filter

My workplace filters our internet traffic by forcing us to go through a proxy, and unfortunately sites such as IT Conversations and Libsyn are blocked. However, mp3 files in general are not filtered, if they come from sites not on the proxy's…
Eli Courtwright
  • 186,300
  • 67
  • 213
  • 256
0
votes
2 answers

SAX exception content is not allowed in prolog ( java ) File is OK

I have got a problem parsing this file with JAVA SAX parser: http://feeds.escapeartists.net/PodCastle_Main Most of the time I get the Exception: content is not allowed in prolog I viewed the file with Notepad++, the prolog is ok, at least I think…
0
votes
1 answer

How to track itunes podcast data with codeigniter

I'm trying to track podcast data. They told me I have to use a .mp3 extension or else it won't load. So I can't just do like track.php, it would have to be track.mp3 which redirects to a php file. I was wondering if I could simply use Codeigniters…
Tyler
  • 3,713
  • 6
  • 37
  • 63
0
votes
1 answer

iTunes Podcast feed doesn't show episodes

I've created a RSS 2.0 feed for my podcast, but when I test it in iTunes (Advanced -> Subscribe to podcast..) no episodes are showing. I haven't yet added iTunes specific tags, since I though they were not required. Are they? Is there any way to…
Markus Hedlund
  • 23,374
  • 22
  • 80
  • 109
0
votes
1 answer

Is it possible to playback a podcast from an XNA Or Silverlight application on Windows 7 Phone?

Is it possible to enumerate audio and/or video podcasts that exist locally on a Windows 7 Phone? I'd like to play an audio or video podcast in my application.
Michael Kelley
  • 3,579
  • 4
  • 37
  • 41
0
votes
1 answer

Tag MP3 downloaded From Internet?

I am building an app with several podcasts. Each podcast gives the option to download the MP3 to the app. I have about 6 podcasts and would like to Tag each, so that when the archive view is clicked from each podcast, only archived files from that…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

Genering IPod and Zune Compatible RSS Feeds for MP3's hosted on Amazon S3 Server

I have few MP3 recordings which are hosted on the Amazon S3 server. I want to expose those recordings (MP3 files) to the users as RSS feeds so that they can download them using their IPod (Itunes) or Zune. All the MP3's are hosted on Amazon S3…
azamsharp
  • 19,710
  • 36
  • 144
  • 222
-1
votes
0 answers

Podcast Analytics using RSS Feed

I have a podcast and I want to extract data for it without 3rd party tools. What can I do to my RSS feed or the XML document which we upload during RSS feed to get user and podcast data? What does the aerchitechture looks like? What should I add to…
-1
votes
1 answer

Audio RSS from YouTube channel

Whether it possible to create podcast RSS from YouTube channel? Does YouTube have some API for this? Also whether it possible to get audio from specific YouTube video?
Andriy Kryvtsun
  • 3,220
  • 3
  • 27
  • 41
-1
votes
1 answer

Skipping an iteration in a for loop using an if condition does not work

I'm writing a python script that downloads podcasts from a rss feed. One of the features I would like to include in that script is skipping episodes that have already been downloaded in the past. This is made by printing the link to the episode…
1 2 3
16
17