Page 1 of 1

VLC and LabVIEW

Posted: 04 Oct 2006 22:28
by tmot
Hi!

I would like to receive a streamed video into an LabVIEW application using VLC. I have tried to implement it using the ActiveX, but I have not succeeded. I'm not an expert regarding adding ActiveX into LabVIEW so basically I must say that it is my main problem... I have succeeded using the ActiveX controller for Windows Media player, but not with VLC.

I would really appreciate if someone please could assist me. Perhaps someone has an example?

Best regards,
Mattias

Posted: 11 Oct 2006 17:45
by Underflow
Hi Mattias,

It looks like LabVIEW doesn't really like the activeX version of VLC (it gives an "unspecified error" when trying to load it).

The only workaround that I've found is to load VLC into a web page, then load that page into an ActiveX container with a Microsoft Web Browser embedded in it. Unfortunately, you lose direct access to the properties and methods of the object, and have to control VLC through javascript or similar methods.

Good luck,

Joe Z.

Posted: 25 Jan 2007 20:30
by JCFR
Hello Mattias

Have you had any luck with opening stream videos in labview? I am trying to do the same but have no luck.

Thanks

Re: VLC and LabVIEW

Posted: 17 Sep 2007 16:25
by videolan_user
Hi all,

I am trying to connect videolan and labview using DLL. Anyone has any idea how to go about doing it.

Re: VLC and LabVIEW

Posted: 19 Oct 2007 13:31
by forrest
Salut toutlemonde,


I managed to make LabView and VLC work together. Using a

VLC 0.8.6c

and a

LabView 8.5.

I managed to make the ActiveX work. Just like any other application. My problem now is to handle subtitles, which I don't really know how to do...


Take care
FORREST

Re: VLC and LabVIEW

Posted: 08 Apr 2008 08:14
by tmot
Forrest,
Could you please post the code for implementing Labview 8.5 with VLC?
Thanks in advance
Mattias