|
Re: audio streaming to extender from application
I don't really know exactly how you would do this, but my guess would be to write an ActiveX application that would check window.external.MediaCenter.Capabilities.IsConsole (); to find out if you running from a remote location then window.external.MediaCenter.Capabilities.IsVideoAl lowed(); to find out it it's an MCE extender or running from Remote Desktop. If it's an extender you could then grab the IP address of the host and attempt to connect to it through some designated port on your MCE machine. On your MCE machine you have a mini server type application running in the background. If a connection can be established the server will stream the audio down to the ActiveX app which reads the audio and plays it.
|