KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.11k stars 338 forks source link

Hero8 not delivering on port 8554 #295

Open redskate opened 7 months ago

redskate commented 7 months ago

Hi and thank you for all this work!

My hero8 - I can access its interface IP from CLI - does not deliver anything on the port 8554, nor 8080 The command http://172.29.174.51/gp/gpControl/execute?p1=gpStream&c1=start delivers "error=0" which I guess means OK But then with ffplay udp://172.29.174.51:8554 (nor with port 8080) any UDP is delivered.

What should I do in order to get ffplay work and deliver a video out of the camera?

Details:

nc -vz -u 172.29.174.51 8554 delivers Connection to 172.29.174.51 8554 port [udp/*] succeeded!

karolkadlubowski commented 2 months ago

With gopro8 such a command should work: http://10.5.5.9/gp/gpControl/execute?p1=gpStream&c1=restart