So I have an Applet that captures the screen, and sound from the computer's microphone, the screenshots are then encoded to ScreenVideo2, and the sound is encoded to AAC.
How can I use ffmpeg to mux this, frame by frame, and then send the muxed output to a wowza media server?
if it cant be done with ffmpeg, can you kindly provide any suggestions?
ScreenVideo2
? It seems server-side. How are you getting the screen-shots & sound from the client to the server? – Pandora