Search found 4 matches

Go to advanced search

by tvproducer
12 Sep 2007 18:59
Forum: VLC stream-output (sout)
Topic: Multiple Instances of VLC
Replies: 2
Views: 1076

Re: Multiple Instances of VLC

9/11/2007

Found one solution... if I set the video output module to "Windows GDI video output" instead of DirectX I can play 36 players at the same time on a single C# form and none of them crap out.

But I woul like to find a DirectX setting that would alow me to do this this?
by tvproducer
12 Sep 2007 15:16
Forum: VLC stream-output (sout)
Topic: Multiple Instances of VLC
Replies: 2
Views: 1076

Multiple Instances of VLC

Hi, I am creating a camera wall of 16 instances of the .NET C# control on a single C# form and playing 16 separate streams of video from 16 cameras. All 16 vlc players play the streams. HOWEVER, if I move the form past the Windows border or collpase the form and bring it up again the first player th...
by tvproducer
19 Jul 2007 17:49
Forum: VLC media player Feature Requests
Topic: closed caption support
Replies: 35
Views: 27410

Re: closed caption support

Hi, VideoLan does already have support for Displaying Closed Captioning of various types done on line 21. The video stream or file you play must already be Closed Captioned on line 21, if it is, then simply play the video output to any TV set and the TV set will display the CC characters if you set ...
by tvproducer
09 Jul 2007 18:16
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 77964

Re: Usage of libvlc.dll in C#

How can I get the Stats information? For example, using the following I can get the Meta Information from your .NET control: const String Meta_information = "Meta-information"; public string GetMetaInfo(string strMetaParam) { using (VlcObject vobj = new VlcObject (this.vlcHandle, ObjectTyp...

Go to advanced search