Open LePips opened 2 years ago
I have a simple replacement using BlueSocket however it would require the multicast entitlement. This is a problem when it comes to open source development.
Correction: we should have had the multicast entitlement all along but it just wasn't "required" in iOS 15
I have applied for the multicast entitlement, just in case.
Updating here - we have received the entitlement from the App Store.
Any updates around this one? / what work is required to be able to work on this issue?
There is no technical issue, just a local replacement would be needed.
Replace UDPBroadcast with a different socket framework, picking between SwiftNIO (more bare metal) and BlueSocket (has basic TCP/UDP sockets, just what we need). All we need for this is a basic UDP broadcast/multicast pings and listener for server pongs.
Needs to work along with https://github.com/jellyfin/Swiftfin/issues/408, if applicable.
Should think about moving this overall functionality to the sdk instead.