Quantcast
Channel: VideoLan DotNet for WinForm, WPF
Viewing all 471 articles
Browse latest View live

Created Issue: Framework .net 4.5 [7145]

$
0
0
Hi,
I've tried to create a wpf application using your library, with Visual Studio 2012, and using framework 4.5.
With this version, the initialization of vlc libraries crashes. GetVersion.Invoke() makes my application crash, without exception.
It works with framework 4.0, but out visual studio 2012.
Are you aware of this issue, and have you a solution ?
Thanks

New Post: NullReferenceException

$
0
0

Indeed the latest sources fixed the problem. Unable to post them here though. If someone wants the compiled dll's, just drop me a mail at frankvanbokhoven@yggdra.nl

Source code checked in, #70297

Source code checked in, #70298

$
0
0
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563

New Post: VLC & silverlight in-Browser

$
0
0

Hi,

Is it possible to use vlc with in-Browser silverlight?

when I initialize VlcContext, I have an error " directory C:\Program Files\VideoLAN\VLC\ not found" but this directory exist..

Can you help me to solve my problem?

thanks!

New Post: Odd Playback Behavior

$
0
0

Hi Everyone. I am getting some odd behavior when I try to playback a video using the videolan dotnet library. Everything seems normal and then when I tell it to play a file it plays in the vlcControl panel but also pops up two addition windows that it plays the video back on. Once the video is done the top most popup player stops and closes, but the other one wont close unless I close the application (using windows forms). I've tried using other versions of the VLC libraries thinking it was an issue with one of them, but nothing seems to work (yes I have specified the correct location for each library version in the code). Any help would be great.

p.s. I am pretty much copy and pasting the code from the example project with the only variations being

-James

New Post: Odd Playback Behavior

$
0
0

Ok it turns out that I hadn't completely eliminated a newer install of VLC and videolan dotnet was still accessing it. The issue is that in the newer VLC player it will automatically, for some reason, open all video tracks in a file instead of only one and letting the user determine which one to play. The application I've been using to make the video files (.wmv files) makes 3 video tracks. Using a different method plays back right. Does anyone know if there is a way to tell vidoelan dotnet which video track to play programmically?

New Post: VlcContext Initialize error

$
0
0

Hello everybody:

I get error that vlcContext Initialize

Message display "Cannot initialize libvlc more than one time" when I compiler.

I don't know what to do,because no information to fix it on internet,

Code below :

context->LibVlcDllsPath="C:\\Program Files\\VideoLAN\\VLC";
context->LibVlcPluginsPath="C:\\Program Files\\VideoLAN\\VLC\\plugins"; 
context->Initialize();

I don't have include @ in path,because display error C2018: unknow char '0x40'

 

 

 


New Post: Example VideoLan DotNet for WPF

$
0
0

Hi everybody, I'm going to create a VideoLan player in WPF and I found this page but I don't know how to use it in my WPF program. Does anybody have simple code to use it? Please help me!

New Comment on "Wpf"

$
0
0
Does anyone have sample source code to create VLC in WPF?

New Post: Library for C++

$
0
0

Is there any library similar to this available in C++. I have done all the coding in C++. Now i just wanted to stream an RTSP on the WinForm. So was wondering if there is any way i can use it to C++.

New Post: Storing the RTSP streams to a location

$
0
0

I am using a WinForm to play the RTSP streams. I would like to store the streams into a location in my PC. How do i do it?

New Post: Example VideoLan DotNet for WPF

$
0
0

There's a sample app in the download, but you won't be impressed. When I tried it, I got stuttering and tearing during playback, and the bigger the window or file, the worse it got. The WinForms sample performed flawlessly.

I think to make it work acceptably well, you're going to have to play the video in a Winforms window hosted withing a WPF window.

To be clear, this isn't the fault of libVLC, or even the author of the WPF sample app, but is in fact the nature of playing video in WPF. WPF just ain't very good at it.

New Post: Suggestion

$
0
0

When you use a newer version of VLC than what this project is hard-coded to, none of the sample apps will run because the paths are hard coded (stupid). To avoid the problem, I suggest retrieving the location of the installed version of VLC from the registry in a static globally accessible class, and exposing two string properties - the install path, and the plugins path.  If you do that, this problem will be eliminated.

While we're talking about new versions of VLC, when is this project going to be updated to support the latest code? They do a few things differently than they did in v1.n.

New Post: Example VideoLan DotNet for WPF

$
0
0

Thanks you for your answer but in documentation doesn't have sample project use this .dll. So can you help me, please?


New Post: NullReferenceException

$
0
0

WOW DUD.. U SAVED MY DAY... I LOVE U MAN... CHEERS

New Post: NullReferenceException

$
0
0

Sir,

Did you need the attached zip’s or did I already sent them to you? J

Groeten/Regards,

cid:image001.jpg@01CCB53B.F0146C70

Yggdra Solutions

Arnhemseweg 39

kvk: 09193694

6991DK Rheden

026-3706499

frankvanbokhoven@yggdra.nl

06-48109250

From: chocHolic [email removed]
Sent: donderdag 1 november 2012 4:18
To: frankvanbokhoven@yggdra.nl
Subject: Re: NullReferenceException [vlcdotnet:360003]

From: chocHolic

WOW DUD.. U SAVED MY DAY... I LOVE U MAN... CHEERS

New Post: change rate (speed)

$
0
0

Hey guys.

 

I'm searching for an solution to play videos faster or slower.

I try AddOption("--rate=2.0") and ":rate=2.0", but it wont work.

Maybe with set the duration longer or shorter? But I dont find a possibility of that.

 

Can anyone help me?

 

Greets

New Post: RTMPDump integration

$
0
0

Hello,

VLC Player on my application doesn't play RTMP streams. Also Normal VLC Player doesn't play too. I found RTMPDUMP program and it plays rtmp streams via VLC Player. You must configure rtmpdump first, then it starts vlc player.

At the end, how can i use rtmpdump program with videolan dot net? Is there anybody have an idea?

 

Thank you, so much...

New Post: Need to rotate video display in VlcControl

$
0
0

Hi,

I have a VlcControl on a Windows form. I have it connecting to an rtsp server and successfully streaming video, so all that works. My problem is that the video is oriented 90 degrees. When watching in VLC media player, I can select Tools/Effects and Filters/Video Effects/Geometry/Transform/Rotate by 270 degrees to fix it. Or, it appears there's a command line option that does the same thing, --transform-type=270.

I can't figure out how to get this to work with vlc.dotnet, or if it's even possible.

I know there's an R270 filter defined in VLC, in transform.c, but it doesn't seem to be exposed anywhere, and I don't see the string "transform" in the source for vlc.dotnet anywhere (I don't see r270, vflip, or hflip either). I know there's a CreateGraphics method on controls, and that I can set the rotation on the graphics object, but I don't know if there's any way to use this to do what I want.

Any help is greatly appreciated. I'm not trying to transcode video in a different orientation (which I know is a harder problem). I'm just trying to get it to display in the control the right way up.

Thanks!

Viewing all 471 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>