Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Player sa VLC ActiveX komponentom

[es] :: Pascal / Delphi / Kylix :: Player sa VLC ActiveX komponentom

[ Pregleda: 1362 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

mica99
Srbija

Član broj: 243749
Poruke: 90
*.dynamic.isp.telekom.rs.



+1 Profil

icon Player sa VLC ActiveX komponentom13.07.2015. u 19:39 - pre 106 meseci
Pokušavam da napravim player sa VLC activeX komponentom i da player moze da snima.
Ovaj kod pušta fajl(radi play) ali neće da snima
Da li neko zna kako bi pravilno ovo radio.

var
fn: widestring;
begin
if open.Execute then

fn := UTF8Decode('file:///'+StringReplace(open.FileName, '\', '/', [rfReplaceAll]));
VLC.playlist.add(fn,'',vararrayof([':sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst=C:\video.mpg}']));
VLC.playlist.play;
 
Odgovor na temu

savkic
Igor Savkić

Moderator
Član broj: 92186
Poruke: 2739



+92 Profil

icon Re: Player sa VLC ActiveX komponentom13.07.2015. u 21:09 - pre 106 meseci
Koliko sam ispratio VLC activeX se vise ne radi, sad preporucuju da se koristi web browser i VCL kontrola za web ali tu svejedno nema snimanja.
Moraces da koristis nesto drugo, mozda Delphi ffmpg projekat.
 
Odgovor na temu

mica99
Srbija

Član broj: 243749
Poruke: 90
*.dynamic.isp.telekom.rs.



+1 Profil

icon Re: Player sa VLC ActiveX komponentom14.07.2015. u 07:14 - pre 106 meseci
OK, hvala
 
Odgovor na temu

[es] :: Pascal / Delphi / Kylix :: Player sa VLC ActiveX komponentom

[ Pregleda: 1362 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.