views:

101

answers:

0

I have been working on a proof of concept for a project (winforms) in which needs to encode the live feed of the webcam to FLV using Flash Media Live encoder. I am using the command line utility of FMLE to encode the live feed to flv files. The problem is that I need to have a mechanism which will also show me the feed while it is being encoded which is not possible as I am using the command line utility of the FMLE.

So I want to hook up another process which will read the same feed of the webcam and display it in the application. Is it possible to achieve this? If yes, what should be my approach?

Also I need to use FMLE as I would be wanting to add live streaming functionality at a later stage of the project.