hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
832 stars 202 forks source link

Windows 10 Media Player support? #140

Closed bgergo81 closed 6 years ago

bgergo81 commented 6 years ago

Has anyone had some luck with Windows 10 Media Player's "Cast to Device"? There is a communication, I see it in the logs, but Media Player can't find gmrender-resurrect. (Note, the device is listed in Network / Media Devices.)

jhpark555 commented 6 years ago

I ported on the Raspberrypi and works fine now. You can find gmdiarender and cast to it from the Windows media or foobar2000.

bgergo81 commented 6 years ago

@jhpark555: are you really using Windows 10?

bgergo81 commented 6 years ago

Problem solved :) I have two network cards, one with public network, for which media streaming is disabled. Unluckily gmrender-resurrect tried to use the wrong one.

hzeller commented 6 years ago

On 16 September 2017 at 09:13, bgergo81 notifications@github.com wrote:

Problem solved :) I have two network cards, one with public network, for which media streaming is disabled. Unluckily gmrender-resurrect tried to use the wrong one.

Yep, if you have multiple interfaces, you have to choose with the -I option the interface you want.