On 11/30/13, Jaafar hamza <[email protected]> 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 <[email protected]> > >> 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 >> > _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
