Search found 5 matches

Go to advanced search

by twilight tinker
26 Aug 2008 18:36
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 84448

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Hi, I appreciate your taking the time to discuss this issue... I was not aware of System.Threading.Thread.BeginThreadAffinity--and I will try it. However, did you know that if you take any of the several C# wrapper previosly done for libvlc and call DLLImport in "separate threads" you do N...
by twilight tinker
22 Aug 2008 21:25
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 84448

STATIC vs. Non-static and Memory Usage

Hi, First let me say that I think you did a fantastic job. And I do understand your point about STATIC vs. Non-static. I realize that I didn't explain my point about STATIC vs. Non-static clearly. My point is that if we want to play say 16 streams of video then a static wrapper does NOT create separ...
by twilight tinker
06 Aug 2008 11:27
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 84448

Correct Design Consideration

First, I stated in my post that I complemented the author on a great piece of work--very impressive. How is this "denigrating the author's work"? You need to read more carefully. The point about the flaw in the design I pointed out was about "STATIC" vs "NON-STATIC" and...
by twilight tinker
05 Aug 2008 13:47
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 84448

Your Wrapper Has Significant Design Flaws

I have played around with the lastest version of your C# wrapper for VLC (.9) and first would like to say that you did a very nice job. BUT, I believe the design of your wrapper has a number of flaws. I have written about a dozen wrappers for VLC in C# amd Managed C++/CLI and have a lot of experienc...
by twilight tinker
25 May 2008 16:19
Forum: VLC media player for Windows Troubleshooting
Topic: .NET Interface: Get Current Byte Position
Replies: 3
Views: 675

Re: .NET Interface: Get Current Byte Position

Hi, You code will work but only on certain file types. VLC must have a file type that it can read this information from or the return value is 0. I have a LOT of experience with several different C# .NET Inferfaces and several Managed C++ .NET Interfaces to VLC and ALL of the sample source code publ...

Go to advanced search