MoshiBin / ssdpy

A lightweight, compatible SSDP library for Python.
MIT License
21 stars 10 forks source link

#60: Broadcast NOTIFY request using multicast #61

Open kodziek opened 3 years ago

kodziek commented 3 years ago

NOTIFY request should be multicasted to 239.255.255.250:1900 instead of IP address and port where the M-SEARCH request came from

kodziek commented 3 years ago

@MarcelCiernik it works for me. Did you try to trace the requests using eg. wireshark? In this case NOTIFY requests should be broadcasted to 239.255.255.250:1900. Tested on Windows 10 and works like a charm