[memb_secure_audio]
This Applies to
Summary
Memberium uses Amazon’s cloud to secure your streaming audio. Combined with Amazon’s cloud services, MP3 streaming audio can inexpensively deliver audio using WordPress’s built-in media player, while protecting your audio content.
Shortcode Examples
[memb_secure_audio profile=memberium require_login=yes controls=on object='otr.mp3' expiring=3600 ]
Shortcode Parameters
bucket: Name of the Amazon S3 bucket
profile: The Memberium Remote Files profile to use to pull the audio file from.
object: The object path to the secure audio file. This attribute is required, and there is no default path to the secure audio file.
loop: If specified, the audio will restart from the beginning when it reaches the end. This is disabled by default.
controls (required): If specified, the audio player will display play, pause and seek controls. By default, controls are not displayed.
muted: If specified, the audio will be muted. Audio is turned on by default.
autoplay: If specified, the audio will autoplay on start.
preload: This attribute is intended to hint the browser about the best user experience. It may have one of the following values: none, metadata, auto. This attribute defaults to “auto”.
protocol: The audio link generated defaults to “https”. You can force it to “http” instead.
Shortcode Attributes
Additional Information
The secure audio protection may not compatible with all mobile devices.
If your audio’s SSL URL doesn’t resolve or has an invalid certificate, you can force the link to HTTP: by using the protocol=”http” parameter.
Future Features
- CloudFront Support
- FlowPlayer Support