-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest more information about JMDNS #5
Comments
Seconded - running
or
result in
pmorch's solution worked for me, although I openly admit this is probably due to my limited understanding of the Java runtime. |
pmorch's solution worked for me as well with one exception. The jmdns.jar download link provided points to an older version of the jar file that caused me to get the following repeating warnings and never actually get a list of AppleTVs:
A better source for this jar file is the official release page for jmdns.org: https://github.com/openhab/jmdns/releases . Downloading jmdns-3.4.2.jar fixed the issue I mention above... I have a feeling this is related to the moving target that is AppleTV updates but I don't know for sure. |
Running ant jarbundle did fix this for me. Though now no errors show and nothing is discovered |
So what's the correct way to run the airplay jar file now? Only jar file in master is the jmdns.jar and the above command from @pmorch throws |
I'm suffering the same problem as @MachineAlfr , java tells that's unable to find the |
go to the java directory and run this command : |
I got JMDNS working but not without poking around, and I suggest that some more detailed explanation of accomplishing this is mentioned. E.g. I couldn't get this suggested approach to work:
Instead this worked for me:
Download
jmdns.jar
e.g. from this zip file. Then run:I'm not sure if this is the best way to do it. But some more documentation on this would've been nice.
The text was updated successfully, but these errors were encountered: