I would like to stream certain live video generated from an application. Now what the app generates is RGB buffer frames.
"imem" is what i would be using for the same as 'access plugin' would make me write the whole app in a plugin, so 'imem'.
The stream i want to encode in 'x264' format for better bandwidth utilization.
1) Apart from integrating a 'imem' in my app using "libvlc_new()" ... do i have to encode it before passing each frame or can that be done in actual vlc streamer, which would be using this 'imem' as input source.
2) Can we have two 'imem' source on same pc? (I have yet started to implement the above).
3) How can audio be integrated with the video above?
4) Would be using windows 7/XP based platform (hope that 'imem' is not linux only).
5) anything you can help the above with, like code snippet, links to do stuff
regards,