INTERACT FORUM
Networks and Remotes => Media Network => Topic started by: yairf on November 16, 2014, 02:31:17 am
-
Hi
I'm not sure how to use JRiver virtual sound card loopback function, so I better ask ;)
suppose I have MC20 running on my desktop, and I want it to stream everything from that desktop to a DLNA rendering device (making it my default playback device) - how can I do this ? The goal is to play browser audio (youtube etc) into the DLNA device of my choice (lets say I have multiple devices).
Thanks !
Yair
-
MC cannot do this.
-
WDM may allow this. I haven't tested yet though.
There is a thread on the WDM driver at the top of the MC20 board.
-
WDM may allow this. I haven't tested yet though.
Nope. MC's WDM input can only play to a local soundcard or a DAC connected via USB or HDMI. MC has no capability to push WDM input to UPnP. Indeed MC has no capability to push any kind of external stream to UPnP, neither coming internally from WDM, nor coming from a cloud streaming service.
Matt has posted some thoughts about this, but it was deemed too difficult since i) the MC server would not be able to publish a ContentLength on an indeterminate length live stream, ii) there is no mechanism for a renderer and MC server to resume playing an indeterminate length live stream in the case that the Http socket drops (which it will certainly do at some time), iii) there is no way for MC to push metadata (e.g. file size, duration, etc.) in its single SetAVTransportURI call, iv) there is no mechanism to handle a renderer Seek request on such an indeterminate length live stream, (to name a few...)