Search found 7 matches

Go to advanced search

by DieBagger
02 Jul 2012 17:38
Forum: VLC for Android and Chrome OS
Topic: VLC interfaces for Android developpers
Replies: 3
Views: 913

Re: VLC interfaces for Android developpers

Any plans on releasing binaries for the libvlc bindings as well?
by DieBagger
19 Mar 2010 10:23
Forum: Development around libVLC
Topic: Vlc.DotNet for WinForms & WPF
Replies: 7
Views: 22858

Re: Vlc.DotNet for WinForms & WPF

Awesome library ZeBobo5!

Do you plan on updating to 1.1 once it's out?

thx
by DieBagger
16 Feb 2010 11:37
Forum: Development around libVLC
Topic: Very simple request...
Replies: 2
Views: 480

Re: Very simple request...

Hi, under win you can just check the registry key "InstallDir" under LocalMachine -> SOFTWARE\\VideoLAN\\VLC
by DieBagger
03 Feb 2010 10:29
Forum: Development around libVLC
Topic: libvlc_media_player_set_time prblem
Replies: 2
Views: 1692

Re: libvlc_media_player_set_time prblem

I have no idea on why this is or how to fix it but I had the same problem. For me the solution was to get the stream length from an external source and calculate the position out of the time I want to set. I then use libvlc_media_player_set_position to jump to the time I want. What RTSP server are y...
by DieBagger
29 Jan 2010 00:30
Forum: Development around libVLC
Topic: libvlc toogle teletext
Replies: 0
Views: 467

libvlc toogle teletext

Hi, I'm using libvlc 1.0 and want to toogle teletext on a dvb-s stream. When I call "libvlc_toggle_teletext" the first time, the teletext of the channel appears but if I try to call it again (to hide it) nothing happens. Also "libvlc_video_set_teletext" does nothing and "lib...
by DieBagger
23 Jan 2010 16:02
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138924

Re: libvlcnet - .NET library based on libvlc

Ok, I got the deinterlacing running by setting startup parameters:

Code: Select all

"--vout-filter=deinterlace", "--deinterlace-mode=blend"
Does anyone know if it is possible to change the values after initialisation?

thx
by DieBagger
21 Jan 2010 00:26
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138924

Re: libvlcnet - .NET library based on libvlc

Hi, first of all: great library, thx a lot!

I have a few questions:
  • Is it possible to somehow capture mouse events when libvlc is running (mouse click events on the control)?
  • Can I set the Deinterlace modes?
  • Is it possible to activate the teletext mode when watching an rtsp stream?
thx

Go to advanced search