Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
Gcast | Podcast Player for jPlayer
Gcast | jQuery Podcast parser for jPlayer ( XML RSS media )
For jPlayer with the jPlaylist addon
Real music site with Gcast Podzic - Electronic music
DropDown load Podcast Playlist:
-------------------------------------
-------------------------------------
-------------------------------------
Features
- Play all podcast XML RSS with media (audio|video) : ogg, mp3, m4a, m4v, mp4,
- Compressed Gcast is only 1.43kb.
- Show podcast poster.
- You can load any playlist with jQuery.
- Use Google Feed Api.
How to use Gcast
player: myPlaylist: The playlist namevar myPlaylist = new jPlayerPlaylist({...}
url: podcast-url
limit: 5: Default 20
$.gcast({
player: myPlaylist
url: 'http://feeds.feedburner.com/tiestos_club_life',
limit: '10'
});
Load playlist with Drop down
<select id="drop-playlist"> <option value="">Select Podcast</option> <option value="http://feeds.twit.tv/twit" selected>This Week in Tech</option> <option value="http://downloads.bbc.co.uk/podcasts/worldservice/globalnews/rss.xml">BBC News</option> </select>
Drop down playlist example
$("#drop-playlist").change(function () {
$.gcast({url: this.value, player: myPlaylist});
});
Quick start
Clone the repo, git clone git://github.com/onigetoc/gcast.git.
Bug tracker
Have a bug? Please create an issue here on GitHub.
https://github.com/onigetoc/gcast/issues
Author
Gino Cote
Copyright and license
The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with Gcast.
http://opensource.org/licenses/mit-license.php