Home > Archive (Community help, from old helpdesk) > How to invoke Video Encryption SDK 8.0 result to play on others media player development like DSPACK or TVideograbbaer ??

How to invoke Video Encryption SDK 8.0 result to play on others media player development like DSPACK or TVideograbbaer ??

Avatar image
Aug 23, 2015
Archive Agent wrote
.
Completed
0
Vote
Reply
5 Answers
Aug 23, 2015
Archive Agent agent wrote
qakmak

Why you don't just directly use Media Player SDK?

on December 06, 2014 17:04
Aug 23, 2015
Archive Agent agent wrote
Anonymous

qakmak, i need use others component like DSPACK but video already encrypted with visioforge without input pass in dialog box, just directly with .ax register... do you havde idea? i was download the latest but can't installing :(
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

First of all instal Video Encryption SDK.

In DSPack aplications you'll see dialog that ask you about password. Also SDK have interface to specify this password manually in your code. SDK redist required on target PC to play encrypted files.

on December 06, 2014 22:41
Aug 23, 2015
Archive Agent agent wrote
Anonymous

Hi Roman, thank's for your fast respond

it's possible to invoke password directly in source program? Would you mind to give little sample ???

on Delphi with DSPACK

FG.Active := False;
FG.Active := True;
FG.RenderFile('filename');
FG.Play;

on Delphi with Tvideograbber

VG.Display_AspectRatio:=ar_Box;
VG.VideoRenderer := vr_VMR9;
VG.DualDisplay_AspectRatio:=ar_Box;
VG.PlayerFileName:='filename';
VG.OpenPlayer;

Where i must invoke password manually ??

Note : i already download latest Encrypt SDK 8.0, i can't installing
the SDK on my PC and have error bellow

This installation package is not supported by this processor type.
Contact your product vendor.

My spesific PC : Intel core i5, win 7 sp-1, delphi xe2 and xe5 installed

on December 07, 2014 08:44
Aug 23, 2015
Archive Agent agent wrote
Roman Minyaylov

Latest SDK build have Delphi interface definition now.

on December 10, 2014 15:34