latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Michelle Martin

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Change DEMO password

By:  Michelle Martin in: Community Forum

voices: 4
replies: 7

4 years, 7 months ago  Cristián Lávaque

File Download Restrictions with subfolders?

By:  Michelle Martin in: Community Forum

voices: 3
replies: 10

4 years, 8 months ago  Peggy Duncan

Viewing 2 topics - 1 through 2 (of 2 total)

Topics I've Started

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Change DEMO password

By:  Michelle Martin in: Community Forum

voices: 4
replies: 7

4 years, 7 months ago  Cristián Lávaque

File Download Restrictions with subfolders?

By:  Michelle Martin in: Community Forum

voices: 3
replies: 10

4 years, 8 months ago  Peggy Duncan

Viewing 2 topics - 1 through 2 (of 2 total)

My Latest Replies (From Various Topics)

Viewing 4 replies - 1 through 4 (of 4 total)
Author Replies
Author Replies
Posted: Tuesday Apr 17th, 2012 at 5:07 pm #11036

Peggy,

Thanks for your assistance.

I ended up in another direction.

1. S2Members users should aware that the JW Player WordPress plug-in is NOT compatible with S2Member.

2. Code Sample provided with S2Member under Download Option > JW Player® & RTMP Protocol Examples > JW Player® ( MP4 file, via Rewrite URLs. Amazon® S3/CloudFront NOT required ) is NOT compatible with version JW Player 5.9

3. Here is how I made it work.

3.1 Download the current version of JW Player from their site http://www.longtailvideo.com/players
3.2 After unzipping the file create a folder jwplayer on my computer.
3.3 Drop the files jwplayer.js and player.swf into jwplayer folder create in step 3.2
3.4 Upload folder jwplayer folder on your server. Inside httpdocs folder.
3.5 Set files permissions at 644
3.6 Upload your file in the folder s2member-files
3.7 Optionally you may create sub-directory to keep all organized.
3.8 On your page or post paste the following code:


<div id='player'>Your video should load shortly. If it does not load update your flash player or update your browser.</div>
 
 <script type='text/javascript' src='/jwplayer/jwplayer.js'></script>
 
 <script type='text/javascript'>
   jwplayer('player').setup({
   	'flashplayer': 	'/jwplayer/player.swf',
   	'width':	'634',
   	'height':	'476',
   	'image':	'/wp-content/plugins/s2member-files/video/my-first-frame-image.png',
   	'file':		'[s2File rewrite="yes" inline="yes" download_key="yes" download="video/myvideo.mp4" /]'
   });
 </script>

3.9 Just correct the width, height, image and file. Note I am using a sub-directory named “video” download=”video/…” if you use another sub-directory name replace it there. If you do not use any sub-directory simply delete video/
4. Enjoy! I just save you 2 days of sweat.

Posted: Tuesday Apr 17th, 2012 at 1:20 pm #11020

Peggy,

One more question.
Are you using JW Player wordpress plugin as part of your set up?

Thanks

Posted: Tuesday Apr 17th, 2012 at 12:59 pm #11016

Peggy,

Thank you for your feedback.

Are you using short code or long codes?
Can you give me an example of what your code looks like?

Thanks

Posted: Monday Apr 16th, 2012 at 6:27 pm #10943

Dave,

It looks like JW Player does NOT like S2Member shortcode since what JW Player use is not a true shorcode but rather a filter (according to their forum).

When I use wordpress library with a long URL it works fine.
[jwplayer config=”Training_Video” file=”http://complianceaid.pro/wp-content/uploads/2012/04/New_Employee_Training_Insurance_Still_v3.mp4&#8243;

I tried S2Member long URL WITHOUT success.
Here is what I did:
1.
[jwplayer config=”Training_Video” file=”http://complianceaid.pro/?s2member_file_download=New_Employee_Training_Banking.mp4&#8243;
2.
[jwplayer config=”Training_Video” file=”http://complianceaid.pro/?s2member_file_download=New_Employee_Training_Banking.mp4&s2member_skip_confirmation&#8221;
3.
[jwplayer config=”Training_Video” file=”http://complianceaid.pro/?s2member_file_download=New_Employee_Training_Banking.mp4&s2member_skip_confirmation&s2member_file_inline=yes&#8221;

Each time I get the error message:
Task Queue failed at step 5: Playlist could not be loaded: Playlist file did not contain a valid playlist.

I think something is missing, could it be the download key ???

Also in S2Member backend I read something pertaining to installing “PHP Execution” Do I need to do that?

Thanks again for taking to time to assist me.

Viewing 4 replies - 1 through 4 (of 4 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.