Hi!

I want to kick out windows media encoder (and hopefully windows xp as well) and replace it with ffmpeg and a linux os.
I've tried to convert files successfully with ffmpeg, but failed using ffmpeg as a streaming encoder.

What would the code look like if i wanted to run ffmpeg from the terminal in ubuntu for exampel?
Something like:

ffmpeg -i /home/test.mpeg -sameq mms://my.streamingprovider.com/my_account ?

My streaming provider demands a username and passord as well - where would that go in the code?

Cheers
/Andreas