I am trying to discover my Alpha6000 camera through SSDP to get access to the Sony AAPI. What I did:
- connected my laptop to the camara's wifi (I started it by running the "Smart Remote Embedded" app)
From my laptop I sent UDP packet to
239.255.255.250:1900
with the payloadM-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 MAN: "ssdp:discover" MX: seconds to delay response (ex. MX: 1) ST: urn:schemas-sony-com:service:ScalarWebAPI:1 USER-AGENT: OS/version product/version
But there was no answer from the camera. I suspect that the SSDP server in the camera is not running.