I have live rtmp stream which I want to push to windows media service as mms stream . Is this possible ?
Asked
Active
Viewed 1,896 times
2 Answers
1
No, it's not possible according to a MS Employee (Microsoft, MSFT) at the TechNet Forums for a recently asked question titled RTMP to MMS restreaming.
Usually you would encode the original media file in the stream formats you need, and do consider using a Streaming Service that specializes in this type of service requirement.
More about the RTMP protocol with streaming examples HERE.

arttronics
- 9,957
- 2
- 26
- 62
0
You could probably use VLC to transcode the stream on the fly for you.

Daniel Mošmondor
- 19,718
- 12
- 58
- 99
-
Tried that and stream looks really bad . – Pit Digger Dec 19 '12 at 14:42
-
Yes, but at least you have it. VLC has TONS of options, and make sure that stream isn't bad at the source. RTMP can't carry anything that is remotely compatible with MMS, so TRANSCODING has to be done. You have to have computer that's powerfull enough and right options for VLC, it HAS to look OK. – Daniel Mošmondor Dec 19 '12 at 15:10