I have an application which captures live video from an HD camera and streams it to a video streaming server. I currently use Adobe Flash Media Live Encoder(FMLE) to sent the captured video stream to the server.
The problem is FMLE has no support for linux. I came acroos VLCJ and Xuggler as possible alternatives to FMLE and also that these provide better control over the encoded media such that we can put in optional motion detectors, filters etc. Is it possible to use the video capture support support of VLCJ and the processing support of xuggler for my application. I mean is there any common interfaces in which i can present the captured stream from vlcj to Xuggler?