Questions tagged [vlc.dotnet]

.NET control that hosts the audio/video capabilities of the VLC libraries

.NET control that hosts the audio/video capabilities of the VLC libraries, https://github.com/ZeBobo5/Vlc.DotNet

23 questions
0
votes
0 answers

It takes to long to stop VlcMediaPlayer

I have a simple WPF application. The application records an RTSP stream to a file. For this purpose Vlc.DotNet library is used. I have tested the application with two computers and the results are the same for both. The application code is given…
Liidia
  • 55
  • 8
0
votes
1 answer

Video Playing in Video Track 2 in old (2014.4.18.0) VLC Media Player - Set Video Track

I am currently using VlcControl (2014.4.18.0) to play the video in old VLC Media player using rtsp Url in c# code VlcControl _videoControl; String rtspUrl = networkUrl; var media = new LocationMedia(rtspUrl); media.AddOption("rtsp-tcp"); …
PraveenK
  • 61
  • 9
0
votes
1 answer

Video Playing in Video Track 2 in VLC Media Player - Set Video Track

I am currently using VlcControl ( Vlc.DotNet.Forms ) to play the video in latest VLC Media player using rtsp url in c# code _videoControl.Play(new Uri(networkUrl), options); The issue here is ,the video is not playing in default Video Track 1 but…
PraveenK
  • 61
  • 9
0
votes
3 answers

How To Remove Black Bars from Videos using VLC Control C#

I have created vlcControl added on my windows form. I would like to know how can get rid of black bars on my vlc videos (image consumes black space). An example is shown below: I have tried the line vlc --aspect-ratio 16:9 -L -f…
Richard
  • 439
  • 1
  • 6
  • 25
0
votes
1 answer

VLC controller is not rendering video

I ma trying to stream a video from this a rtsp url. When I run the application, I do not get any error but the video is not rendering. I can view this stream on other application but not on this one. Please see my code below: private void…
Ibanez1408
  • 4,550
  • 10
  • 59
  • 110
0
votes
1 answer

Play video from stream using Vlc.Dotnet for WPF

I want my WPF application to play video from a given stream. Tried to google, but didn't find any working example with the latest Vlc.Dotnet.Wpf version. I have installed the latest package with NuGet and here is what I have so far: My XAML: …
FireFalcon
  • 831
  • 11
  • 23
0
votes
1 answer

C# wpf how to stream webcam to ip address (possibly with Vlc)

I need to stream a webcam to an ip address. After days of googling I decided that the easiest way was to embed Vlc. That said I am also still open to other solutions. Step1 - OK!: I can see my webcam in a form by using that…
Patrick
  • 3,073
  • 2
  • 22
  • 60
-2
votes
1 answer

how can i use Vlc.DotNet to download video of stream?

,Hi,all I used Vlc.DotNet in c#. I can play Live stream from url use vlc. now I wont download Live stream use Vlc.DotNet. i need a example. who can help me. thank.
dongdong
  • 77
  • 1
  • 9
1
2