0

I am using VLC on my Delphi application. But I'm having problems with the PLAYER. I add a stream , when I click the volume, it simply crashes the program : ALL application stopped working

You can correct this with Delphi programming? or is it the application that is in trouble?

procedure TForm4.OnShowCreate(Sender: TObject);
begin
VLCPlugin1.addTarget(form3.edit1.text,null, VLCPlayListInsert, 0);
VLCPlugin1.play;
end;

Can I remove the volume from the player ?

abcd
  • 441
  • 6
  • 24
  • What version of the plugin? What version of Windows? Does it work if you change the volume via code? – Jerry Dodge Aug 04 '15 at 19:36
  • Also, setting the caption, left, and top shouldn't be relevant to the question, and should be removed from the question. – Jerry Dodge Aug 04 '15 at 19:43
  • 2
    I had exactly this problem a few days ago and am obliged to @kobik for this answer: http://stackoverflow.com/questions/31742778/automating-videolans-vlc-using-delphi – MartynA Aug 04 '15 at 19:45
  • Thanks, worked properly . ATT – abcd Aug 04 '15 at 20:05

0 Answers0