A VLC question in BCB :solve

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
bobbook
New Cone
New Cone
Posts: 6
Joined: 03 Jan 2007 04:43
Location: Taiwan

A VLC question in BCB :solve

Postby bobbook » 10 Sep 2007 03:13

Sorry.
The reason that BCB with VLC can't play video is my BCB's setting is wrong.
Now the same code in another PC is working.

Here is my code.

Code: Select all

void __fastcall TForm1::FormCreate(TObject *Sender) { Variant V(":sout=#duplicate{dst=display}"); char *connect_string; connect_string = "C:\\test.AVI"; VLCPlugin1->addTarget(WideString(connect_string), V, 12 , -666); VLCPlugin1->play(); }
Now I can test VLC as a stream server and it is a good thing to me.
Thank for others help.

Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 5 guests