[Libav-user] Get the list of Capture device

Roger Pack rogerdpack2 at gmail.com
Fri Dec 27 18:28:02 CET 2013


On 11/30/13, Jaafar hamza <hamzaesprit at gmail.com> wrote:
> Sorry for my bad English,
> I try to better explain my problem.
>   I am trying to stream my web cam and audio from my computer to another. I
> succeeded to do that with ffmpeg command line but I need to do that with a
> Swing-based application.
> So my first question is: It is possible with libav to obtain a list of
> devices like when I execute this ffmpeg command line
>
> "  ffmpeg -list_devices true -f dshow -i dummy"
>
> Thanks for you great job and for your help
>

Not today, though you can programmatically enumerate them yourself:
https://trac.ffmpeg.org/wiki/DirectShow#Howtoprogrammaticallyenumeratedevices

>
>
> 2013/11/22 Jaafar hamza <hamzaesprit at gmail.com>
>
>> Hello,
>>   Could you please, tell me how can I  obtain a list of devices like when
>> I execut this ffmpeg command line
>>
>> "  ffmpeg -list_devices true -f dshow -i dummy"
>>
>> Thanks for you great job and for your help
>>
>


More information about the Libav-user mailing list