Page 1 of 1

How to use Capture Device feature

Posted: 26 Feb 2010 11:14
by Sandeep Goel
Hi every body,
I am a JAVA developer, I have JVLC wrapper over libvlc.dll and by using it I am able play audio and video files. But I have to use the "Capture Device" feature of VLC (Listing all devices and play output of selected device). I am not getting how I can do this? Which function of libvlc.dll or other dll will give me the list of captured devices and How I can play it further.
Waiting for your valueable response, thanks in advance
BR
Sandeep

Re: How to use Capture Device feature

Posted: 27 Feb 2010 10:52
by RĂ©mi Denis-Courmont
You can capture video using the appropriate media location, e.g. v4l2://... or dshow://...

Enumerating capture devices is supported on Linux via the media discovery API and the "v4l" discovery plugin (in VLC 1.0.4 and later).

Re: How to use Capture Device feature

Posted: 02 Mar 2010 09:55
by Sandeep Goel
Hi
In VLC player and through command prompt on windows I am able to see the contents of DVI input (DVI Hardware card) using command c:\VLC>vlc -I rc dshow:// :dshow-vdev="DVI Hardware".
I am already able to play a video/audio file through a JAVA program (useing JVLC, a wrapper over libvlc.dll), but I want to know How can I play contents of a DVI card through a JAVA program (using JVLC wrapper over libvlc.dll or other dll)?
Kindly help me, thanks in advance

BR,
Sandeep

Re: How to use Capture Device feature

Posted: 22 Mar 2010 11:11
by coder_gate
Hi every body,
I am a JAVA developer, I have JVLC wrapper over libvlc.dll and by using it I am able play audio and video files. But I have to use the "Capture Device" feature of VLC (Listing all devices and play output of selected device). I am not getting how I can do this? Which function of libvlc.dll or other dll will give me the list of captured devices and How I can play it further.
Waiting for your valueable response, thanks in advance
BR
Sandeep
i want play like you but i dont known funcition