-
Notifications
You must be signed in to change notification settings - Fork 45
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
Crash on OpenBSD #16
Comments
Unfortunately I have never tested nano-dlna on OpenBSD. I have created a new branch (bugfix/openbsd) to test some fixes. First, let's see if the source of the problem is simply the command to set the TTL. @vext01 would you mind cloning this new branch, installing and testing it?
Then try doing a Thank you! |
Hi, Thanks for looking into this! I didn't want to write to /usr/local, so I just did Anyways, now we have no crash, but it doesn't see any devices:
In the log file:
There should be two render devices. |
Thanks for testing it for us @vext01 !
Perfectly fine! So, after removing the TTL line the crash disappeared. That's good to know, because now I will try to figure how to set the same thing in OpenBSD. But first, let me just try to understand why your render device dit not appear. A question about your local network setup: are the computer (where you are running nano-dlna) and the render device (where you want to play the video) connected directly to the same router/switch/acces-point in your network, or are they connected into different router/switch/acces-point (meaning that they would be separated by at least 2 "hops" of distance)? Also, would you mind sharing the output of the following command:
Feel free to remove or redact from the output any personal information that you are not comfortable sharing (e.g. IP adresses). |
Forgot to mention, but |
@vext01 I have added a candidate fix into the Can you Thank you. |
Alas, Running with
My network is flat, but involves a mesh network of 2 access points. I don't know if that makes a difference? Regardless running The two renderers I'm testing with are bubbleupnp on an android phone, and a Hiby R3 Pro. Interestingly,
My system has two ethernet interfaces: FWIW, if I do For example the Hiby R3:
Hope that helps. |
Hi @vext01. Sorry for the late follow up on this. I have added a new fix into the bugfix/openbsd. Basically, I bind to First try normally as before:
If it does not work, try this (replacing
Could you git pull the branch, reinstall nano-dlna, and check if it works now? Thank you. |
Any ideas?
The text was updated successfully, but these errors were encountered: