A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
BSD 3-Clause "New" or "Revised" License
646
stars
96
forks
source link
Fix ssdp.Server.Serve not returning when closed #150
After calling ssdp.Server.Close the Serve function never returns unless it encounters an error. This causes a goroutine leak in dms.Server.ssdpInterface.
After calling
ssdp.Server.Close
theServe
function never returns unless it encounters an error. This causes a goroutine leak indms.Server.ssdpInterface
.