I'm using Python to control a MISSION 1 Pro via HTTP. Trying to start the Preview Stream and continually get HTTP 409 - Conflict. I send a /gopro/stream/stop, but the status 55 stays as 1. So then when I send /gopro/stream/start?port=xxxx, I get the Conflict response. Is there something else we need to do with MISSION 1 Pro cameras to Stop any existing stream and restart with a known port? Have tried both in AP mode to the 10.5.5.9 address, as well as in COHN mode. All other HTTP commands are successfully, just not Starting the stream to a known port. Wireshark shows no UDP traffic coming to the Control device on any port.
I'm using Python to control a MISSION 1 Pro via HTTP. Trying to start the Preview Stream and continually get HTTP 409 - Conflict. I send a /gopro/stream/stop, but the status 55 stays as 1. So then when I send /gopro/stream/start?port=xxxx, I get the Conflict response. Is there something else we need to do with MISSION 1 Pro cameras to Stop any existing stream and restart with a known port? Have tried both in AP mode to the 10.5.5.9 address, as well as in COHN mode. All other HTTP commands are successfully, just not Starting the stream to a known port. Wireshark shows no UDP traffic coming to the Control device on any port.