Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
629 views

How to start 2 services at different ports using jmdns?

I need to start 2 services simultaneously (i.e airplay and airtunes) using jmdns. I'm able to start one service using jmdns but when I register 2 services simultaneously it gives me exception while ...
Adil Soomro's user avatar
  • 37.7k
2 votes
0 answers
1k views

jmdns Airplay - Service is not discovered

I am working on this for months now, but my iPhone refuses to discover my Java (or Android) Applications. I found a receiver app for Android (AirPin) which works and I use it for comparing it with my ...
paulgavrikov's user avatar
  • 1,883
0 votes
1 answer
893 views

JmDNS TXT Field with multiple parameters

I am using JmDNS to simulate an Bonjour Service / AirPlay. ServiceInfo info = ServiceInfo.create( "test@AppleTV._airplay._tcp.local", "test@AppleTV", 46667, "deviceid=00:11:7F:...
paulgavrikov's user avatar
  • 1,883
12 votes
1 answer
5k views

Implementing android as a server (receiver) in airplay

I want to create the airplay in android in which my android device will work as a airplay server(receiver)and iPhone device will work as a receiver . I have used jmdns in my application which is open ...
V-Xtreme's user avatar
  • 7,318