- This topic has 2 replies, 2 voices, and was last updated 12 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Hash extension for video streaming
Hey, I am working with infomaniak (its a streaming service in europe) on my membership website. But there is one Problem, i want to secure my videos from downloading and that the user cannot acess via the video url. Infomaniak says that i should use a hash to secure it. How can i do this?
Heres what infomaniak says (but i dont understand this):
you can give each user a key to acess to your videos. you have to integrate it in your system. for example:
123CLE456
Generate hash by:
/**
*@param $sKey
* @param $sVideoName Video-ID (Name without Extension ).?
* @param $sUserIP IPv4-Adress of User.
*/?
$hash = md5( $sKey . $sVideoName . $sUserIP . date(“YmdH”) );
In addition to that the hash has to be given as a video parameter example: [http://vod.infomaniak.com/redirect/…/video.mp4?sKey=$hash]
—-
Can you help me?
best wishes
Are you contractually required to protect the streams in a particular way?
We don’t offer any kind of integration with the solution you mentioned.
If you are not under a contractual obligation, our “off the shelf” recommended approach is to use the APR protected page method, available in eStore…
…or our Lightbox Ultimate plugin…
thx for ur help!! but it didnt work… so i had to change the streaming service.