2

I need stream video from my webcam to ISS Media Services like it does Microsoft Expression Studio.

Thanks.

Lisenish
  • 55
  • 1
  • 8

1 Answers1

1

You can push the video stream from Expression Encoder to IIS Media Services as described in Getting Started with IIS Live Smooth Streaming. The webcam needs to be selected as a Live Source Video Device.

Note that Live Smooth Streaming is available only in Microsoft Expression Encoder Pro.

Edit:

You can replace Expression Encoder with a custom application built using Expression Encoder SDK. For example, see LiveSmoothStreaming sample from the SDK. For documentation, see Expression Encoder SDK in MSDN.

Dmitry Shkuropatsky
  • 3,902
  • 2
  • 21
  • 13
  • 1
    Sorry, maybe i was unclear. I need do this thing in code (in C# preferably). – Lisenish Feb 13 '12 at 22:50
  • 2
    Hey @DmitryShkuropatsky, while researching information I came through your answer. We've decided to go with IIS Smooth Streaming for a project but Encoder 4 Pro is no longer for sale. Is there any software alternative that you'd be glad to suggest, as there is not enough time to develop anything through the SDK. Thank you in advance. –  Mar 12 '14 at 13:42
  • 1
    Same here. Is there another solution? – Alec Bryte Feb 02 '16 at 20:23