You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been discussed extensively on IRC with sbrivio and Remco however, pasta 20241211, specifically commit 1db4f773e87fc77eae2c4965a6bb90fcb56a0ff3 causes my TV to not be able to see minidlna running inside a container on my laptop. Minidlna uses Multicast UDP with the SSDP protocol. Running pasta in debug mode shows:
Flow 0 (INI): TAP [172.16.0.11]:45988 -> [239.255.255.250]:1900 => ?
Flow 0 (INI): Invalid endpoint on UDP packet
Flow 0 (FREE): INI -> FREE
Flow 0 (FREE): TAP [172.16.0.11]:45988 -> [239.255.255.250]:1900 => ?
Dropping datagram with no flow TAP 172.16.0.11:45988 -> 239.255.255.250:1900
Steps to reproduce the issue
Run minidlna inside a rootless container with ports 1900/udp and 8200/tcp exposed, try and discover it on the same network which will fail. Downgrading to before commit 1db4f773e87f will allow it to work again.
on a local git://passt.top/passt/ git tree, to apply it. The package for b4 is commonly called b4 (in your case, dnf install b4 should suffice).
By the way, let me know specifically if you want to be credited as reporter tester with a nickname, name, or email (I just added a Link: tag for the moment).
@sbrivio-rh I've just tested that and it works fine. Problem is solved. I do not need to be credited. Just happy to help and get my problem resolved by you guys.
Issue Description
This has been discussed extensively on IRC with sbrivio and Remco however, pasta 20241211, specifically commit 1db4f773e87fc77eae2c4965a6bb90fcb56a0ff3 causes my TV to not be able to see minidlna running inside a container on my laptop. Minidlna uses Multicast UDP with the SSDP protocol. Running pasta in debug mode shows:
Steps to reproduce the issue
Run minidlna inside a rootless container with ports 1900/udp and 8200/tcp exposed, try and discover it on the same network which will fail. Downgrading to before commit 1db4f773e87f will allow it to work again.
The Containerfile I am using is this:
And the minidlna.conf contains:
Describe the results you received
TV does not detect minidlna
Describe the results you expected
The TV detecting minidlna
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Fedora 41, podman 5.3.1
Additional information
No response
The text was updated successfully, but these errors were encountered: