GoProStream icon indicating copy to clipboard operation
GoProStream copied to clipboard

GOPro HERO9 video is corrupted

Open DechengMa opened this issue 3 years ago • 0 comments

Seems this library doesn't support HERO9 yet What I did is change the open live stream code from

urlopen("http://10.5.5.9/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart").read()

to

urlopen("http://10.5.5.9/gp/gpControl/execute?p1=gpStream&c1=restart").read()

and add or "HD9" to if "HD4" in response...

Then it starts working! But the video is half corrupted.

image

Any tips/reason on how to solve this? 🙏

DechengMa avatar Apr 12 '21 06:04 DechengMa