public class MyUpnpService extends AndroidUpnpServiceImpl {
@Override
protected AndroidUpnpServiceConfiguration createConfiguration(WifiManager wifiManager) {
return new AndroidUpnpServiceConfiguration(wifiManager) {
@Override
public ServiceType[] getExclusiveServiceTypes() {
return new ServiceType[] {
new UDAServiceType("AVTransport")
};
}
};
}
}
Поиск устройств с возможностью «AVTransport service» решил проблему поиска медиа рендереров для удаленного воспроизведения. Для удаленного воспроизведения я нашел достаточно документации от этого