I'm looking for a way to stream video from the desktop to an FMS installation. I know that in ActionScript, it's possible to do:
netStream.attachCamera(camera);
netStream.attachAudio(mic);
but not:
netStream.attachVideo(file);
Is there another way to get by this without using FMLE?
I have also tried creating a NativeProcess with Flazr (gives me an error) and ffmpeg (not reliable for streaming via rtmp).