Search found 15 matches

Go to advanced search

by Jack L
16 Aug 2006 02:50
Forum: Web and scripting
Topic: VLC on vb.net HELP!!!
Replies: 3
Views: 2624

using open file dialog box to select the files dlgFile.ShowDialog() 'openfile dialog box Dim fname As String fname = dlgFile.FileName.ToString 'the selected file will be played TextBox1.Text = fname 'shows the file name that is being played in atextbox Dim MRLstring As String = Strings.Trim(fname) ...
by Jack L
07 Aug 2006 02:53
Forum: Web and scripting
Topic: VLC on vb.net HELP!!!
Replies: 3
Views: 2624

It works for me. I have 2 differences in my code:

For the 3rd parameter I use the constant 8. Forget what it translates to, but that works for me. You are using 12.

Using play and go you do not need to issue a play command after the addtarget
by Jack L
28 Jul 2006 06:20
Forum: Web and scripting
Topic: activeX and Visual Basic .net 2005
Replies: 2
Views: 1998

I have a form that calls up 2 videos and lets you select between the audios. It takes 3 parameters, address1, address2, and the title. Hope this helps: Public Class Form1 Private Sub AudioSelect_Click(ByVal Index As Integer) If Index = 0 Then v2.Volume = 0 v1.Volume = 100 VidFrame1.Visible = False V...
by Jack L
24 Jul 2006 14:01
Forum: Web and scripting
Topic: C# & ActiveX : How to choose audio channel
Replies: 4
Views: 2570

Quovodis, I would be happy to update the wiki but I am having problems figuring out all the methods, settings, and variables for the activeX control. If you have anything you could send me on what the settings are I will test them and add to the wiki. One thing I do have is some sample code that I h...
by Jack L
24 Jul 2006 02:39
Forum: Web and scripting
Topic: ActiveX problems in IE
Replies: 3
Views: 1852

krsna, Thanks for the reply. The article was interesting but I don't think think your question on interfering programs causing problems is the case here. The machines in question are not running any special software like you mention. My tests make me believe that my problem is due to trying to do so...
by Jack L
23 Jul 2006 04:33
Forum: Web and scripting
Topic: C# & ActiveX : How to choose audio channel
Replies: 4
Views: 2570

Try looking at this page http://people.videolan.org/~dionoea/vlc-plugin-demo/ Call up the http demo and look at the source code. You can also look at the wiki for videolan and search for activeX. You will see some information on the control and what you can do. Unfortunatly the documentation is sket...
by Jack L
19 Jul 2006 14:59
Forum: Web and scripting
Topic: ActiveX, iexplore and events
Replies: 1
Views: 1830

Here is some IE code that I am using to display 2 video streams and switch audio from one to another <HTML> <head> <title>Playback</title> <head> <SCRIPT LANGUAGE='javascript'> var IPAddress1="udp://@" + "239.3.1.1" + ":1234"; var IPAddress2="udp://@" + "...
by Jack L
19 Jul 2006 05:03
Forum: Web and scripting
Topic: ActiveX problems in IE
Replies: 3
Views: 1852

ActiveX problems in IE

I am using the activex plugin in IE to display 2 videos and have run into a couple of problems. 1. At times when closing the browser an error will appear. This also happens at times when I refresh the screen. I think it may be related to shared memory between the two instances of the plugin object, ...
by Jack L
17 Jul 2006 14:04
Forum: Web and scripting
Topic: nightly build > vlc-0.8.6-svn-20060702 activex crash IE
Replies: 7
Views: 3506

Where can I find information on what upgrades are being done on the latest versions?
by Jack L
13 Jul 2006 00:02
Forum: Web and scripting
Topic: Toggleing between 2 videos
Replies: 0
Views: 985

Toggleing between 2 videos

I now have script that will run videos from multicast video streamers. What I need to do is toggle the audios between them (only listen to one at a time). The problem is that the method toggleMute appears to be global. I reference one object, toggleMute, and both audios go away. I see there is a set...
by Jack L
12 Jul 2006 23:50
Forum: Web and scripting
Topic: Building web page - looking for sample code
Replies: 8
Views: 3699

Alec, I did come up with the right code to show 2 videos, and I can toggle the audios. However when I try to toggle the audio so I can listen to either one audio or the other I find the toggleMute command is global. If you toggle audio for one object (video) it toggles it for both videos. Since this...
by Jack L
12 Jul 2006 20:24
Forum: Web and scripting
Topic: Building web page - looking for sample code
Replies: 8
Views: 3699

Much closer now. I have the page with outlines for each video and a small icon at the top left. I have the activex installed (I reinstalled to make sure). I also need to do this in IE and not Firefox (not my choice) Here is the code I have for the html page - any ideas. BTW - Thanks a lot for the he...
by Jack L
12 Jul 2006 19:37
Forum: Web and scripting
Topic: Building web page - looking for sample code
Replies: 8
Views: 3699

I still don't see what I am looking for, sorry. What I want to do is have a web page that automatically opens 2 video windows using the VLC control. I will generate the page on the fly with the correct IP numbers to connect to existing multicast streams (UDP). I also want a radio control (2 buttons)...
by Jack L
12 Jul 2006 17:08
Forum: Web and scripting
Topic: Building web page - looking for sample code
Replies: 8
Views: 3699

Maybe I am missing it, but that page shows how to test if you have the plugin installed and directions to connect to existing pages. I am looking to create the page. Something like javascript that will create the activex object then let you call methods to it like start video, connect to this URL, t...
by Jack L
12 Jul 2006 16:05
Forum: Web and scripting
Topic: Building web page - looking for sample code
Replies: 8
Views: 3699

Building web page - looking for sample code

I am new to VLC and want to build a web page using javascript that will connect to an existing stream. Does anyone have some simple code for a sample. Optionally I want to see about opening 2 video windows in a single page then be able to toggle audio on and off for each window (listen to only 1 str...

Go to advanced search