Microsoft Lync video streaming to webbrowser

3.3k views Asked by At

is it possible to stream (previously recorded and/or live) video to many Microsoft Lync SDK webbrowser clients?

Thanks in advance, Etam.

1

There are 1 answers

3
Paul Nearney On

The short answer is No - not without some pain. The long answer depends on your exact scenario.

If you can control the client build, and are able to ensure Lync is installed, then you should be able to automate Lync from the Silverlight app to connect to the conference that is hosting the video content you want to display. With this solution, it will be Lync that's actually displaying the video, not Silverlight. That's pretty simple, and covered in the Lync SDK.

Otherwise, you'll have some work to do. I'd imagine that you could put together a solution using UCMA 3.0 to build a Lync application to control a conference and get access to the video stream, then stream that to the Silverlight clients using IIS Live Smooth Streaming or something similar. This wouldn't be real time video, so there would be a slight delay, but if your video is one way only (e.g. lectures being consumed by students), then that shouldn't be a problem.

It's worth bearing in mind that this is not a solved problem yet (at least, within MS) as even the Lync Web App (the official Silverlight Lync Client) does not support video.