I've got a WCF service that stories media files and returns them to consuming applications in the form of a Stream object. The issue arises when the consuming application wants to stream the media using MediaElement. As you all know, MediaElement doesn't accept Stream objects.
Can I get around this by using a VLC or WMP ActiveX control? Would either of these two controls allow me to play streaming media?