Search found 17 matches

Go to advanced search

by ZeBobo5
03 Dec 2017 16:34
Forum: Development around libVLC
Topic: Build error for win x86
Replies: 5
Views: 504

Re: Build error for win x86

Thanks a lot for the answer. The contrib builds now :) But now, next error is when compiling vlc : libvlc configuration -------------------- version : 4.0.0-dev system : mingw32 architecture : i686 mmx sse sse2 optimizations : yes vlc aliases : cvlc rvlc qvlc svlc ../doltcompile i686-w64-mingw32-gcc...
by ZeBobo5
29 Nov 2017 14:44
Forum: Development around libVLC
Topic: Build error for win x86
Replies: 5
Views: 504

Re: Build error for win x86

Thanks but I can't find it... :(
I tried to build latest version of VLC for win32 on Ubuntu Bash in Windows 10

I've got another error on goom plugin. But I disabled it.
by ZeBobo5
24 Nov 2017 14:59
Forum: Development around libVLC
Topic: Build error for win x86
Replies: 5
Views: 504

Build error for win x86

Hi,
I tried to build latest version but I have error on build :

Code: Select all

i686-w64-mingw32-gcc: error: ../../extras/package/win32/../../../modules/codec/webvtt/CSSLexer.c: No such file or directory

Where could i found this lost file ?
by ZeBobo5
22 Mar 2016 17:18
Forum: Development around libVLC
Topic: xZune.Vlc - LibVlc wrapper for WPF
Replies: 3
Views: 7610

Re: xZune.Vlc - LibVlc wrapper for WPF

Hi, Using InteropBitmap is not recommended to display images as video due to memory leaks which can cause BSOD and a lot of memory usage (when you played a video in loop for few hours)... That's why I changed the code of Vlc.DotNet which --I think-- you have inspired. I can also do unsafe code, but ...
by ZeBobo5
01 Dec 2011 16:19
Forum: Development around libVLC
Topic: c# - Play youtube videos
Replies: 5
Views: 3368

Re: c# - Play youtube videos

The media sub item added event working too. var media = new LocationMedia(@"http://www.youtube.com/watch?v=WAjt5wPJVqM"); media.MediaSubItemAdded += delegate(MediaBase s, VlcEventArgs<MediaBase> args) { myVlcControl.Media = args.Data; myVlcControl.Play(); }; myVlcControl.Media = media; myV...
by ZeBobo5
01 Dec 2011 16:06
Forum: Development around libVLC
Topic: c# - Play youtube videos
Replies: 5
Views: 3368

Re: c# - Play youtube videos

Hi, When your media state changed to ended, you'll have a subitemin on your media. I think the subitemadded event is working too. The subitem is the true video media. This is a sample code with Vlc.DotNet library which is compatible with WinForm, WPF & Silverlight 5 var media = new LocationMedia...
by ZeBobo5
22 Aug 2011 10:49
Forum: Development around libVLC
Topic: Available chroma formats in libvlc_video_set_format
Replies: 3
Views: 4324

Re: Available chroma formats in libvlc_video_set_format

Also, what is the best chroma, in performance and quality ?

Thanks

ZeBobo5
by ZeBobo5
25 May 2011 15:48
Forum: Web and scripting
Topic: Generating C# DLLs for VLC ActiveX plugin
Replies: 5
Views: 6998

Re: Generating C# DLLs for VLC ActiveX plugin

Hello,
Why don't you use Vlc DotNet for WinForm & WPF ?
http://vlcdotnet.codeplex.com/

ZeBobo5
by ZeBobo5
10 May 2011 00:25
Forum: Development around libVLC
Topic: Vlc.DotNet for WinForms & WPF
Replies: 7
Views: 22853

Re: Vlc.DotNet for WinForms & WPF

Corrected, thanks for the feedback

ZeBobo5
by ZeBobo5
09 May 2011 12:16
Forum: Development around libVLC
Topic: Vlc.DotNet for WinForms & WPF
Replies: 7
Views: 22853

Re: Vlc.DotNet for WinForms & WPF

The new version of controls are out!!!

The winform control is compatible with VideoLan >= 1.1
The WPF control is compatible with VideoLan >= 1.2

http://vlcdotnet.codeplex.com

zeBobo5
by ZeBobo5
20 Apr 2011 11:54
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138897

Re: libvlcnet - .NET library based on libvlc

What about this library :D

VideoLan DotNet for WinForm & WPF

This will be available for Winform and WPF

Next version will be available in the beginning of May with WPF full compatibility

ZeBobo5
by ZeBobo5
25 Apr 2010 16:43
Forum: Development around libVLC
Topic: Vlc.DotNet for WinForms & WPF
Replies: 7
Views: 22853

Re: Vlc.DotNet for WinForms & WPF

Hello,

Since version 1.0 of Vlc, the library is not compatible. I began to develop a new version of the library witch will be compatiblle with the version 1.1 future version of Vlc. To be continue.

ZeBobo5.
by ZeBobo5
11 Aug 2009 11:45
Forum: Development around libVLC
Topic: Vlc.DotNet for WinForms & WPF
Replies: 7
Views: 22853

Re: Vlc.DotNet for WinForms & WPF

New version of Vlc DotNet for Winform and WPF is out! update your librairies!
by ZeBobo5
01 Apr 2009 15:31
Forum: Development around libVLC
Topic: Error on : cdda debug : using winNT/2K/XP ioctl layer
Replies: 1
Views: 565

Re: Error on : cdda debug : using winNT/2K/XP ioctl layer

No problem with the last nightly build. Error is after : "cannot pre fill buffer"

Tx
by ZeBobo5
01 Apr 2009 14:48
Forum: Development around libVLC
Topic: Error on : cdda debug : using winNT/2K/XP ioctl layer
Replies: 1
Views: 565

Error on : cdda debug : using winNT/2K/XP ioctl layer

Heelo, I'm using VLC 0.9.8a for Windows XP. I'm trying to play cdda media cd and it stops and Windows reports error on application. logger: using logger... logger debug: opening logfile `file_log.txt' main debug: using interface module "logger" main debug: TIMER module_Need() : 104.000 ms ...
by ZeBobo5
31 Mar 2009 12:53
Forum: Development around libVLC
Topic: Vlc.DotNet for WinForms & WPF
Replies: 7
Views: 22853

Vlc.DotNet for WinForms & WPF

Alpha 0.1 of Vlc.DotNet for WinForms & WPF : http://vlcdotnet.codeplex.com

In this is the first release, you can play audio/video file media, pause media, screen capture media

What do you think about it?
by ZeBobo5
17 Nov 2006 11:57
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 77914

How to add VLC Windows in a Windows Form?

Thanks for the sample code.
How to add the VLC Windows in a Windows Form?

Tx

Go to advanced search