$ cat ssdp.txt
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
ST: roku:ecp
$ nc 239.255.255.255 1900 < ssdp.txt
"vsrivastav" wrote:
I am not getting response to SSDP requests on my network to find roku devices:
$ cat ssdp.txt
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
ST: roku:ecp
$ nc 239.255.255.255 1900 < ssdp.txt
does anyone know if it works for them? I have ROKU XD|S roku device. Am I missing something?
"RokuChris" wrote:
It works fine for me. Two possible reasons you aren't seeing a response:
- the ssdp multicast ip address is 239.255.255.250. You used 239.255.255.255
- From the External Control Guide, "If you view the response via wireshark and filter on port 1900 you can see the Roku’s response. Ncat has trouble receiving multicast traffic so viewing the response using ncat does not work."
"pirey4" wrote:"RokuChris" wrote:
It works fine for me. Two possible reasons you aren't seeing a response:
- the ssdp multicast ip address is 239.255.255.250. You used 239.255.255.255
- From the External Control Guide, "If you view the response via wireshark and filter on port 1900 you can see the Roku’s response. Ncat has trouble receiving multicast traffic so viewing the response using ncat does not work."
Has the "WiFi Bug" been fixed which prevented reliable discovery for players using WiFi? If so, what release was this fixed in?