Community Support Forums — WordPress® ( Users Helping Users ) — 2011-07-17T17:04:59-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=837 2011-07-17T17:04:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=28590#p28590 <![CDATA[Re: Feeds and RSS]]> Ah... That's the piece I'm missing. I was trying to use the RSS created by Wordpress. The key to this is to get some other sort of RSS feed (not the one from feedburner).

I'll have to give this a try

Dave

Statistics: Posted by podcastcoach — July 17th, 2011, 5:04 pm


]]>
2011-07-16T23:51:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=28558#p28558 <![CDATA[Re: Feeds and RSS]]> Thanks for the heads up on this thread.

I can certainly understand the frustration. I don't have time to do a full video at the moment, but I will certainly consider that for the future. For now, I'll just do a quick tutorial in this thread.

Please let me know if any of you have trouble.

1. Upload your feed itself ( i.e. your XML file ), along with all MP3 and other media files into the /plugins/s2member-files/ directory so that everything is guarded from public access. Or, if you'd prefer to use Amazon S3 storage, that's fine too. s2Member comes preintegrated with Amazon S3.

The most important thing with iTunes, is that your feed itself MUST also be password protected ( e.g. also uploaded to the /s2member-files/ directory ), otherwise the iTunes software client will NOT be capable of downloading protected files once it connects to and updates your Podcast feed. When your feed is protected ( as it must be for this to work ), the iTunes software will automatically prompt you to enter a Username/Password, thanks to s2Member's Remote Header Authorization ( i.e. s2member_file_remote=1 ).

2. Now formulate the link to your XML feed for iTunes. Yours might look something like this:
Code:
http://jason.websharks-inc.net/?s2member_file_remote=1&s2member_file_download=itunes.xml

3. Now formulate the links to all media that you're protecting as well.
A protected file being served with Remote Header Authorization might look like this:
Code:
http://jason.websharks-inc.net/?s2member_file_remote=1&s2member_file_download=kalimba.mp3
( be sure that your link ends with .mp3, otherwise ITunes will not recognize it as an MP3 file )

4. Review the example file that I've posted (below) as a guideline.
You can test my Test Podcast yourself, using the instructions provided here:
http://www.apple.com/itunes/podcasts/specs.html#testing

The Podcast feed URL for this test is:
Code:
http://jason.websharks-inc.net/?s2member_file_remote=1&s2member_file_download=itunes.xml
( includes one MP3 file with song: Kalimba )
Code:
<?xml version = "1.0" encoding = "UTF-8"?>
<rss xmlns:itunes = "http://www.itunes.com/dtds/podcast-1.0.dtd" version = "2.0">
    <channel>
        <language>en-us</language>
        <title>Jason's Test Podcast</title>
        <link>http://jason.websharks-inc.net/</link>
        <itunes:author>Jason Caldwell</itunes:author>
        <itunes:subtitle>Demonstrates s2Member's Remote Header Authorization</itunes:subtitle>
        <itunes:summary>Demonstrates s2Member's Remote Header Authorization</itunes:summary>
        <description>Demonstrates s2Member's Remote Header Authorization</description>
        <itunes:owner>
            <itunes:name>Jason Caldwell</itunes:name>
            <itunes:email>websharks-group@googlegroups.com</itunes:email>
        </itunes:owner>
        <itunes:image href = "http://jason.websharks-inc.net/wp-content/uploads/2011/07/itunes-icon.png" />
        <itunes:category text = "Technology">
            <itunes:category text = "Gadgets" />
        </itunes:category>
        <item>
            <title>Test MP3 File</title>
            <itunes:author>Unknown</itunes:author>
            <itunes:subtitle>Kalimba</itunes:subtitle>
            <itunes:summary>Track that comes with Windows 7.</itunes:summary>
            <itunes:image href = "http://jason.websharks-inc.net/wp-content/uploads/2011/07/itunes-icon.png" />
            <enclosure url = "http://jason.websharks-inc.net/?s2member_file_remote=1&amp;s2member_file_download=kalimba.mp3" length = "8409550" type = "audio/mpeg" />
            <guid>http://jason.websharks-inc.net/?s2member_file_remote=1&amp;s2member_file_download=kalimba.mp3</guid>
            <pubDate>Wed, 1 Jul 2011 01:00:00 GMT</pubDate>
            <itunes:duration>5:48</itunes:duration>
            <itunes:keywords>testing,s2member</itunes:keywords>
        </item>
    </channel>
</rss>
* Be sure that links containing ampersands ( & ) are converted to HTML entities inside your XML file ( i.e. & becomes &amp; ). See: http://www.apple.com/itunes/podcasts/sp ... onmistakes

Statistics: Posted by Jason Caldwell — July 16th, 2011, 11:51 pm


]]>
2011-07-13T18:43:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=28338#p28338 <![CDATA[Re: Feeds and RSS]]> Statistics: Posted by podcastcoach — July 13th, 2011, 6:43 pm


]]>
2011-06-09T07:42:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=20462#p20462 <![CDATA[Re: Feeds and RSS]]> Just want to jump in as I am trying to do this too.
Haven't successfully managed to play a Podcast/ MP3 file from Amazon S3 or otherwise yet using the "&s2member_file_remote=yes" parameter.
Would love some help - I am using a PLS file to initiate the default audio player, but the URL is not correctly pointing to the file when hit by Winamp (in my case)
other forum on this

Statistics: Posted by cclambie — June 9th, 2011, 7:42 am


]]>
2011-06-07T13:57:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=20344#p20344 <![CDATA[Re: Feeds and RSS]]>
According to this site "In other words, Remote Header Authorization makes it possible for your Members to access files through remote applications that may NOT use a browser. This is often the case when a Member needs to access protected files through a software client like iTunes®; typical with podcasts."

If Jason is making any new videos, this would be my suggestion. Show this in action. I really need this to work. I hope you can help.

Statistics: Posted by podcastcoach — June 7th, 2011, 1:57 pm


]]>
2011-06-07T12:35:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=20330#p20330 <![CDATA[Re: Feeds and RSS]]> WP Admin -> s2Member -> Download Options -> Amazon S3/CDN Storage Option

Statistics: Posted by Cristián Lávaque — June 7th, 2011, 12:35 pm


]]>
2011-06-07T07:40:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=20310#p20310 <![CDATA[Re: Feeds and RSS]]> Statistics: Posted by podcastcoach — June 7th, 2011, 7:40 am


]]>
2011-06-07T02:24:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=20303#p20303 <![CDATA[Re: Feeds and RSS]]>
I'm pretty sure you have to have the files in s2Member's directory for file protection. Then the URL may look something like this:

Code:
http://bartspokerpodcast.com/?s2member_file_download=Deuce_Plays_-More_Live_Hands_and_Concepts.mp3&s2member_file_remote=yes

Statistics: Posted by Cristián Lávaque — June 7th, 2011, 2:24 am


]]>
2011-06-06T20:00:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=20282#p20282 <![CDATA[Re: Feeds and RSS]]> Media URL contains characters that may cause problems for some clients. For maximum compatibility, only use letters, numbers, dash - and underscore _ characters only." Then when I click on update I get this message "Error [http://bartspokerpodcast.com/wp-content/uploads/2011/06/Deuce_Plays_-More_Live_Hands_and_Concepts.mp3&s2member_file_remote=yes]: Unable to determine content type of media (e.g. audio/mpeg). Verify file extension is correct and try again."I was bummed this was not covered in the download video. Is there any step by step instructions? After I add this string, and go to my websites.com/feed the mp3 file that I have not protected shows in the feed, the one I have does not, but when I put the feed into iTunes its not prompting me for a login and password. I'm sure I'm missing a step. Any ideas? I'm using libsyn.com as my media host. If I need to use Amazon S3 to get this to work, I'll switch.

Statistics: Posted by podcastcoach — June 6th, 2011, 8:00 pm


]]>
2011-06-03T22:10:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=16666#p16666 <![CDATA[Re: Feeds and RSS]]> Thanks for the excellent question.
~ and thanks for the heads up Cristián.

Yes, this is possible with s2Member v3.5.8+. You'll will find the details on this inside your Dashboard, under: s2Member -> Download Options -> Remote Authorization / Podcasting.

All you do, is you add this to the end of your Download Links:
&s2member_file_remote=yes

Remote Header Authorization ( optional )
This can be enabled on a case-by-case basis. Just add this to the end of your download links: &s2member_file_remote=yes. Remote Header Authorization allows access to file downloads through an entirely different approach. Instead of asking the Member to log into your site through a browser, a Member will be prompted automatically, to log in through HTTP Header Authorization prompts; which is the same technique used in more traditional security systems via .htaccess files. In other words, Remote Header Authorization makes it possible for your Members to access files through remote applications that may NOT use a browser. This is often the case when a Member needs to access protected files through a software client like iTunes®; typical with podcasts.

Statistics: Posted by Jason Caldwell — June 3rd, 2011, 10:10 pm


]]>
2011-06-03T10:47:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=16613#p16613 <![CDATA[Re: Feeds and RSS]]> Statistics: Posted by podcastcoach — June 3rd, 2011, 10:47 am


]]>
2010-10-05T20:46:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=3781#p3781 <![CDATA[Re: Feeds and RSS]]> Statistics: Posted by eagle4life69 — October 5th, 2010, 8:46 pm


]]>
2010-09-27T00:13:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=3537#p3537 <![CDATA[Re: Feeds and RSS]]> Statistics: Posted by eagle4life69 — September 27th, 2010, 12:13 am


]]>
2010-09-23T11:29:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=837&p=3437#p3437 <![CDATA[Feeds and RSS]]> http://www.otrwesterns.com/feed/members/

So how can I get S2 to handle this. I would rather have a prompt come up with a login so people can login not redirect to members page. This will allow rss subscription to still happen but require a login. I figure it would be difficult but would be a great reason for me to buy the S2member Pro.

The Free version is great and is allowing me to sell some of my content. Thanks again.

Statistics: Posted by eagle4life69 — September 23rd, 2010, 11:29 am


]]>