[memb_secure_video]
This Applies to
Summary
Memberium uses Amazon’s cloud to secure your streaming video. Combined with Amazon’s cloud services, MP4 streaming video can inexpensively deliver video using WordPress’s built-in media player, while protecting your video content.
Shortcode Examples
[memb_secure_video profile=memberium require_login=yes object='otr.mp4' expiring=3600]
Shortcode Parameters
bucket: Name of the Amazon S3 bucket
profile: The Memberium Remote Files profile to use to pull the video file from.
object: The object path to the secure video file. This attribute is required, and there is no default path to the secure video file.
loop: If specified, the video will restart at the beginning when it reaches the end. This is disabled by default.
controls: If specified, the video 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 video 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 video link generated defaults to “https”. You can force it to “http” instead.
Shortcode Attributes
Additional Information
The protection may not compatible with all mobile devices.
If your video’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