We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello - Can you please add an example to the getting started pages in the wiki to demonstrate how to start the VlcPlayer using a directShow input?
i.e. VlcPlayer.LoadMedia("DSHOW://", new string[] {":dshow - vdev = USB 2.0 PC Cam"});
many thanks RobZ
The text was updated successfully, but these errors were encountered:
Try Player.VlcMediaPlayer.Media?.Dispose() Player.VlcMediaPlayer.Media = Player.VlcMediaPlayer.VlcInstance.CreateMediaFromLocation(myUri.ToString) Player.VlcMediaPlayer.Media.AddOption(":dshow-adev=none") Player.VlcMediaPlayer.Media.AddOption(":dshow-vdev=HD WebCam") Player.VlcMediaPlayer.Media.AddOption(":dshow-aspect-ratio=4:3") Player.VlcMediaPlayer.Media.ParseAsync() Player.Play()
If Player.VlcMediaPlayer.CanPlay = True Then myVLC_ok = True End If
Catch ex As Exception MsgBox("Error") End Try
Sorry, something went wrong.
同样遇到这个问题,求解答
No branches or pull requests
Hello - Can you please add an example to the getting started pages in the wiki to demonstrate how to start the VlcPlayer using a directShow input?
i.e. VlcPlayer.LoadMedia("DSHOW://", new string[] {":dshow - vdev = USB 2.0 PC Cam"});
many thanks
RobZ
The text was updated successfully, but these errors were encountered: