ConnectSDK / Connect-SDK-Android

Android source project for Connect SDK
Apache License 2.0
308 stars 130 forks source link

What happens when a device offers multiple ways to connect to it? #312

Closed casolorz closed 9 years ago

casolorz commented 9 years ago

I have a user with a device called a FreeBox. I guess it is something they use in France. Anyways, it shows up as Airplay and DLNA but neither work right. I had him try the ConnectSDK Sampler and it didn't work either.

So when both are available which is it preferring? is there a way to tell it to prefer one over the other?

Thanks.

iadnan commented 9 years ago

We dont have a FreeBox device and will not be able to test on it . Anyways if you want to use a specific service you can use this API device.getServiceByName(serviceName) where serviceName is the name of the service and then call any method on that service.

casolorz commented 9 years ago

Ok thanks.