An open source Universal Plug and Play library with a focus on media streaming coordination using the UPnP A/V profile; written in Swift but for both Objective-C and Swift apps.
MIT License
137
stars
55
forks
source link
ssdDiscoveryRunning doesn't change status when discovery ends #33
wait for the discovery to complete the posting in console
read the value of the property
unless you use the stop method the property ssDiscoveryRunning is not switched back to false.
There's no signal/event to know when the discovery is ended to call stop.
repro:
unless you use the stop method the property ssDiscoveryRunning is not switched back to false. There's no signal/event to know when the discovery is ended to call stop.