I'm almost there! I'm successfully pulling my MPEG-4 ES content from my SNC-RZ25N webcams and transcoding it to H.264 within VLC using a VLM configuration file. Unfortunately, my available outputs don't include RTMP, so I still require one more step to publish to FMS. I am thinking of writing some code using the Red5 libraries which could accept data from VLC using either HTTP, RTP, UDP... whatever is simplest... and then publish to FMS via Red5.
I am not new to Java, but Red5 looks a little duanting. Has anyone used Red5 to publish via RTMP? Care to point me in the right direction?
Or if you can think of a simpler way....
Thanks in advance!