-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
DLNA with Panasonic DMR-BCT750/755 does not work #109
Comments
The problem is that the icons are not part of the compiled resources. |
Thank you in advance, hopefully this is the only issue the Panasonic has. |
Unfortunately not for me. I see the DLNA source in the player, but when I try to connect then it immediately shows an error that it cannot connect. |
Sadly you are right. I am not really sure, what I am looking at, the Panasonic sends a Server-ID as SSDP to the JellyFin(?):
After that, the JellyFin-Server sends to the Panasonic these 3 UDP packets:
After these the Panasonic tries to send 3 ICMP packets to JellyFin,
If I try to access the description.xml through Firefox, I am getting it delivered.
Hm.....the Panasonic says in LOCATION port 60606 or 60607 should be used, but the UDP packets are send |
According to my investigation it is a problem of incorrect responses. |
What do I need to do? |
I don't know how to build anything under Linux. But you can build everything under Windows and export it as Linux build. Then copy all into the Linux machine/Docker container, depending on how you are using it. |
Was a bit tricky, but I did it. Don't know if anyone will add this tidied up to documentation, but nonetheless. To compile it plugin, a compiler environment with netframework 8 is needed. To use the new version, I needed to get a bit creative:
I approved the PR and will close this issue, when a new version of the plugin will be released. |
Hello,
I installed JellyFin on my TrueNAS system and trying for a while now, to access with
a Panasonic DMR-BCT750/755 my JellyFin installation.
I looked into other issues and hints, but nothing worked, the Panasonic always displays the message "Can't connect to
the server".
Today I captured with tcpdump the traffic between the Panasonic and Jellyfin.
I don't know if this is red herring, but JellyFin sends a XML file "description.xml" containing this URL:
http://192.168.0.1:8096/dlna/11111111-2222-3333-4444-555555555555/icons/logo120.png
The Panasonic tries to access it, but gets a 404.
If I access this URL through Firefox I get the same error.
What do I need to do to fix this problem?
Sincerely,
DSLinuxUser
The text was updated successfully, but these errors were encountered: