Greetings, and THANKS!

This is a great project.  I hope I can contribute to its success.

I have a question for you JAVA guys using FOBS in JMF - is there a way to get JMF to Transcode the default FFMPEG_VIDEO format that FOBS uses into another, more traditional format?

The question revolves around trying to get an FOBS wrapped FFMEG video to not just PLAY, but stream via RTP/RTSP to an enabled client.  I can get the video to PLAY just fine, but I would really really (really) like to get the files to stream out using MPEG/RTP format or JPEG/RTP format - otherwise the RTP Session manager balks saying "java.io.IOException: Format of Stream not supported in RTP Session Manager"

Do I need to write a Transcode plugin to do what I need?  I'm a JMF newb, but my project depends on me fixing that..

K.M.