Search found 6 matches

Go to advanced search

by bobbook
28 Sep 2007 07:54
Forum: Web and scripting
Topic: How can I stream on LAN???
Replies: 10
Views: 4242

Re: How can I stream on LAN???

Sorry. I have a little busy. Now I can stream on LAN. Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim opt As Object Dim connect_string As String opt = ":sout=#duplicate{dst=display,dst=std{access=http,mux=ts,dst=...
by bobbook
12 Sep 2007 04:15
Forum: Web and scripting
Topic: How can I stream on LAN???
Replies: 10
Views: 4242

Re: How can I stream on LAN???

The code is for VB6 and BCB6. In VB.NET 2005, you can add VLC by useing "Tools"->"Choose Toolbox Items"->"COM Components". Add "VideoLAN VLC ActiveX Plugin" and press "OK". Use the new icon for VLC in your form and you will see it name in properties....
by bobbook
11 Sep 2007 10:39
Forum: Web and scripting
Topic: How can I stream on LAN???
Replies: 10
Views: 4242

Re: How can I stream on LAN???

I only have VB and BCB Sample. You can see and try by it. VB6 Private Sub Connect_Command_Click() Dim opt() As Variant Dim connect_string As String connect_string = "C:\\test.avi" opt() = Array(":sout=#transcode{vcodec=WMV2,vb=512,scale=1,acodec=mpga,ab=64,channels=2}:duplicate{dst=di...
by bobbook
10 Sep 2007 03:13
Forum: Web and scripting
Topic: A VLC question in BCB :solve
Replies: 0
Views: 856

A VLC question in BCB :solve

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. void __fastcall TForm1::FormCreate(TObject *Sender) { Variant V(":sout=#duplicate{dst=display}"); char *connect_string; connect_string = "C:\...
by bobbook
03 Jan 2007 08:48
Forum: Web and scripting
Topic: How can I set the sanpshot name before I use get/setVariable
Replies: 3
Views: 1732

Thanks for your help. Now I know how to set the image format and folder. My code <SCRIPT language=JScript> function doGo(targetURL) { var options = new Array(":input-repeat=1"); document.vlc.addTarget(targetURL, options, 4+8, -666); }; doGo(http://127.0.0.1/aaa.wmv'); </SCRIPT> <input type...
by bobbook
03 Jan 2007 05:02
Forum: Web and scripting
Topic: How can I set the sanpshot name before I use get/setVariable
Replies: 3
Views: 1732

How can I set the sanpshot name before I use get/setVariable

I use VLC in html to play video and make a botton to get snapshot. VLC version is 0.8.5 It is work to play video and get snapshot file in the "My Picture" folder. But I have a question about the snapshot image name and type. Can I set the snapshot image name/type before I create it????? Th...

Go to advanced search