Search found 25 matches

Go to advanced search

by myangga
29 Jun 2006 16:58
Forum: Web and scripting
Topic: Active X 0.8.5
Replies: 0
Views: 1280

Active X 0.8.5

Est ce que l'active X 0.8.5 fonctionne pleinement ? vraiement? avec le duplicate essentiellement !

Does 0.8.5 activeX work perfectly? really with duplicate parameter !

I work with C# .net 2

THX for answers
by myangga
29 Jun 2006 10:21
Forum: Web and scripting
Topic: using activex vlc in C#
Replies: 30
Views: 63006

Did you change your VLC version during development? Clean and rebuild your project before publish.
Is vlc installed on destination machine?
by myangga
29 Jun 2006 10:19
Forum: VLC stream-output (sout)
Topic: Transcode + duplicate
Replies: 1
Views: 616

Transcode + duplicate

Hi,

perhaps a stupid question but ... hum ok :
why do I have to put transcode parameter to use duplicate video to another IP destination ?
Thx
by myangga
29 Jun 2006 08:37
Forum: Web and scripting
Topic: VB .Net 03 or 05 ActiveX example code.
Replies: 11
Views: 12526

hi
did you select the activeX during the install ? 'cause it's not default.
bye
by myangga
28 Jun 2006 17:04
Forum: Web and scripting
Topic: Multiple visualizations with ActiveX: shared audio channel?
Replies: 1
Views: 1383

I never work with VLC visual music but ...
I just can tell U to check onemore time your script to see if do not put the same AxVLC plugin name twice...
It appends some times... We are not perfect, me first ;-)

Or send us part of codes to see where U call Ur visual
Good luck
by myangga
28 Jun 2006 16:38
Forum: Web and scripting
Topic: Options specification with activeX
Replies: 1
Views: 1439

HI

that's what I'am trying to in c# with .NET2

I can tell U that it works fine with 0.8.4 activeX and use tables but, it seems does'nt work with 0.8.5 active X

I posted and participated to several discussions about this in this forum.
Search to c# activeX in web and scripting forum

;-)
by myangga
28 Jun 2006 16:35
Forum: Web and scripting
Topic: c# ActiveX 085 addtarget problem
Replies: 3
Views: 1893

I will do easier ...
DOES 085 ACTIVEX WORK WELL WITH TRANSCODE?

'cause I think my problem is only in the "object OPTIONS".
by myangga
28 Jun 2006 14:05
Forum: Web and scripting
Topic: c# ActiveX 085 addtarget problem
Replies: 3
Views: 1893

Infact there's a problem to set options parameters (:sout). In 084 version I can specify this : string[] options = new string[2]; options[0]=":sout#transcode ... :duplicate ..." myAVLC.addtarget("",options, ...) and leave options[1] blank 'cause activeX don't care and set Transco...
by myangga
28 Jun 2006 09:54
Forum: Web and scripting
Topic: c# ActiveX 085 addtarget problem
Replies: 3
Views: 1893

the exact error is :
ArgumentException was unhandled

...
by myangga
28 Jun 2006 09:40
Forum: Web and scripting
Topic: c# ActiveX 085 addtarget problem
Replies: 3
Views: 1893

c# ActiveX 085 addtarget problem

Hi everybody I made an C# .net 2 app with 084 activeX that works pretty good but not with all computer (not all webcams in fact). I tried to use a special kind of cam that works with 085 player. But my problem is that I got an error with 085 activeX I don't have with 084 in the addtarget property. I...
by myangga
15 May 2006 16:37
Forum: Web and scripting
Topic: C# video devices/drivers list
Replies: 0
Views: 1666

C# video devices/drivers list

Hi everybody,
I know this is not a C# forum, but I can ask...

I am using VLC activeX in WinApp successfully, but I don't know how to get a list of video/audio drivers/devices ...?

I read somewhere that I have to use a Win DLL but I don't remenber which one.

Someone can help?
by myangga
10 Apr 2006 17:48
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

I got it in windev: (sans retransmission, mais on peut en changeant les param de options) options est un tableau de 2 chaînes options[1] = ":sout" options[2] = ":duplicate" usermode est un entier = 9 // Correspond au playlist mode AXVLCPLUG>>playlistClear() AXVLCPLUG>>addTarget(&...
by myangga
07 Apr 2006 14:43
Forum: Web and scripting
Topic: C# and Dumping Stream
Replies: 4
Views: 2907

Post streaming vlc activeX using c#
by myangga
07 Apr 2006 14:40
Forum: Web and scripting
Topic: using activex vlc in C#
Replies: 30
Views: 63006

go and see Post named streaming vlc using C#(in the last ones)
by myangga
07 Apr 2006 13:58
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

So ... Windev soft is now bugging sometimes 'cause of activeX...

Doesn't matter, ... I succeeded to realize it with Visual C#.
If someone knows windev and vlc activex, Ur welcome for answer.

Bye thanks all
by myangga
07 Apr 2006 13:55
Forum: Web and scripting
Topic: Stream Video with VLC ActiveX using C#
Replies: 4
Views: 11026

SOLUTION !!!!

Man, I got solution !!! In your options OBJECT, you specify : Citation: string[] options = new string[1]; but you have 2 options parameters !!! ":sout=#transcode{vcodec=mp4v,vb=512,scale=1}:duplicate{dst=std{access=udp,mux=ts,url=192.168.1.9:1234}}"; so you have to specify string[] options...
by myangga
07 Apr 2006 11:56
Forum: Web and scripting
Topic: Stream Video with VLC ActiveX using C#
Replies: 4
Views: 11026

I'm looking for the same problem...
by myangga
07 Apr 2006 10:23
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

extended message

by "constant in dll" I mean that In windev i have an activex browser which gives me all functions of activeX and Constant (windev words) with differents names and values.
Constant is : VLCPlaylistMode
Value is like : VLCPlayListReplaceAndGo
by myangga
07 Apr 2006 10:21
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

the meaning

In fact when I use "AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo" in my windev function, it doesn't work 'cause Windev doesn't recognize this object. I thought that I can call this ENUMeration ( ;-) ) with API() command to access to the .dll library but... it calls only functions. I have ...
by myangga
07 Apr 2006 00:57
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

I nearly got it !

So, i make it in C# : private void button1_Click(object sender, System.EventArgs e) { string[] options = new String[1]; string thisMRL = @"D:\evolution.avi"; this.axVLCPlugin1.addTarget(thisMRL,options,AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo,0); this.axVLCPlugin1.play(); } and I am n...
by myangga
06 Apr 2006 16:49
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

re re

VLCPlayListMode is a constant that can bring parameter like VLCPlayListInsert which is an integer valued to 1 ... well well ...
by myangga
06 Apr 2006 16:30
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

re

In fact my problem come from this parameter :

VLCPlaylistMode.VLCPlayListInsert

I tried to addTarget in a windev application and a C# one but both of them don't recognize this parameter ...

HELLLLLLLLLLLLLLLLLLLLLLPPPPPPPPP !!! ;-)
by myangga
05 Apr 2006 23:04
Forum: Web and scripting
Topic: addTarget problem
Replies: 9
Views: 6470

addTarget problem

Hi everybody I just discovered a few streaming possibilities of VLC ... Damned !!!! What a beautiful work dudes ! I am developping a soft that can take advantage from vlc activeX. And that's my prob.... Soft is developed with Windev .... (no comment ;-) )Every thing work fine but when I try to addTa...
by myangga
06 Feb 2006 14:02
Forum: Web and scripting
Topic: Snapshot with activeX
Replies: 2
Views: 3373

I will try this but I would be able to select the destination folder for snapshot ... Thanks 4 Ur answer
by myangga
03 Feb 2006 11:27
Forum: Web and scripting
Topic: Snapshot with activeX
Replies: 2
Views: 3373

Snapshot with activeX

Hi,

I'm using VLC activeX in a W32 software and I want to snapshot the streaming video. Is it possible with a command line on the activeX? To save it in JPG or PNG, doesn't matter...

Thanks for Ur help.

Go to advanced search