Search found 11 matches

Go to advanced search

by Mongrel
06 Mar 2010 18:17
Forum: General VLC media player Troubleshooting
Topic: How to use VBI on Windows?
Replies: 3
Views: 989

Re: How to use VBI on Windows?

How would I use the BDA device? The vlc command line help (using vlc.exe -H, printing out a very verbose vlc-help.txt file) doesn't seem to have a "bda://" device. Though, on the other hand, the dvb-(c|s|t) stream inputs aren't listed either and those are chosen when I select DVB input usi...
by Mongrel
02 Mar 2010 07:30
Forum: Development around libVLC
Topic: DVD Menu Interaction
Replies: 2
Views: 602

Re: DVD Menu Interaction

Use the vmem output module to copy the frame data into an OpenGL surface. Then use "__var_SetInteger" to control the DVD menu. You need to do this in C++ though (or C++/CLI, which I am doing) libvlc_instance_t * inst; [..init libvlc instance..] vlc_object_t* obj = libvlc_get_vlc_instance(i...
by Mongrel
26 Feb 2010 19:39
Forum: General VLC media player Troubleshooting
Topic: How to use VBI on Windows?
Replies: 3
Views: 989

How to use VBI on Windows?

Hey all, (Using VLC 1.0.5 on Windows) I'm using the following options to launch vlc with TV output: dshow:// :dshow-vdev="AVerMedia BDA Analog Capture" :dshow-adev="AVerMedia BDA Analog Audio Capt" :dshow-size=720x576 :dshow-tuner-channel=25 :dshow-tuner-country=49 :dshow-chroma=...
by Mongrel
09 Sep 2009 14:33
Forum: Development around libVLC
Topic: libvlc: DVD-Navigation
Replies: 6
Views: 1255

Re: libvlc: DVD-Navigation

If you want to control the DVD navigation programmatically you have to use the __var_set function. I've done it, but I'm at work right now, so I can't check my code. Will post again when I'm at home.
by Mongrel
28 Jul 2009 17:11
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 89304

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

I just wrote a simple 100% native player using one of the tutorials in the wiki and even that one crashes after the first frame. Can anyone confirm that libvlc is actually working right now? I'm using Windows 7 64bit, but I also tried this in a virtual machine with Windows XP 32 with the same resul...
by Mongrel
21 Jul 2009 14:43
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 89304

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

try to remove "--plugin-path", i noticed that since 1.0, libvlc crash with that option. just let the plugin folder with libvlc (the same way they are in vlc) I was having the same problem where vlc would crash in the first few seconds of playing any file. Although I don't understand why, ...
by Mongrel
19 Jul 2009 13:14
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 89304

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

I use the official release. But it also worked with 1.0.0 rc3 and rc4 (after modifying the wrapper to reflect changes in libvlc). Maybe it's just that the tutorials that you used are outdated. That's possible, when you play an MP3 what initialization steps do you do? Mine are the following: client ...
by Mongrel
18 Jul 2009 19:57
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 89304

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

A few month ago, I made a player to watch tv from my internet provider, but it can also be used to watch any stream or file. It's full WPF (.Net 3.5), use libvlc through kairos' wrapper. I updated it to reflect changes between libvlc 0.9 and 1.0. Everything i use is working fine. It works on XP, Vi...
by Mongrel
18 Jul 2009 13:08
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 89304

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

I just wrote a simple 100% native player using one of the tutorials in the wiki and even that one crashes after the first frame. Can anyone confirm that libvlc is actually working right now? I'm using Windows 7 64bit, but I also tried this in a virtual machine with Windows XP 32 with the same result...
by Mongrel
12 Jul 2009 11:48
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 89304

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

I've been using VideoLAN.Interop.dll for quite some time now and I like it, but I just can't get it to work with 1.0.0. The last thing I tried was to use the code drop from meedios' repository, because it contains a version specifically for 1.0.0. The code was updated 2 days ago, but still crashes o...
by Mongrel
12 Jul 2009 11:41
Forum: Forum, Website and Artwork discussion
Topic: Forum registration
Replies: 2
Views: 1630

Forum registration

Hi guys, well, there you go, my first post is already a complaint. It took me five tries to get past the confirmation in the forum registration, because the image is almost unreadable. And even during the last try it was more guessing than anything else. Seriously, it's the hardest-to-read text I've...

Go to advanced search