Search found 8 matches

Go to advanced search

by drewdb
20 Oct 2009 01:19
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83092

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Hi to all, A quick question that hopefully has a quick answer. In my app i am creating multiple streamers at load. These all work but i can't seem to release a control once it has been setup as "Open Network". If i set a control to listen on UDP to "239.0.0.0" i want to use it li...
by drewdb
12 Jun 2009 04:35
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83092

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Just worked out that if i have set_drawable before play, all is good. works on vista now. thanks
by drewdb
12 Jun 2009 04:03
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83092

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Thanks for that but set_drawable just opens a window to show the video rather than rendering it on my picturebox.
by drewdb
12 Jun 2009 01:01
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83092

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Has anyone found a solution for the "Read/Write Protected Memory" error when using with Vista. I have been using this wrapper quite successfully in XP for some time now and have changed to Vista. For some reason there is the Protected Memory error when trying to set_parent. I don't underst...
by drewdb
17 Jan 2009 01:40
Forum: VLC stream-output (sout)
Topic: Is this Normal?
Replies: 0
Views: 154

Is this Normal?

i can play mpg videos on the same form multiple times without refresh issues. if i stream just one mpg video using (dst=display) back to my handle, it seems as though the video is around 5 fps or so. if i take the (dst=display) out it's fine. also if i am streaming a video with the display on, any o...
by drewdb
11 Jan 2009 02:34
Forum: Development around libVLC
Topic: Streaming string question
Replies: 0
Views: 475

Streaming string question

I'm new to vlc in c# and have worked out how to make the string to receive a stream but i can't work out how to form the string to include the file that i want to stream. among many, i've tried things like: string MRL = "filepath\\Coldplay - Yellow.mpg --sout #duplicate{dst=display,dst=udp{mux=...
by drewdb
10 Jan 2009 01:24
Forum: Development around libVLC
Topic: VideoLan.Interop Streaming
Replies: 0
Views: 498

VideoLan.Interop Streaming

I was wondering how i might go about using the VideoLan.Interop for multicast streaming. Or if you can't. If not, which C# lib would be the best one to use for multicast streaming?
by drewdb
09 Jan 2009 09:10
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86286

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Hi to all. I am new to vlc and have tried all of the wrappers and this one looks easier to use which i guess was the idea. I need to make a program to utilize the streaming of vlc (udp multicast) and was hoping that this interop is capable of this. I can play a video but i can't see where you can cr...

Go to advanced search