This repository was archived by the owner on Mar 2, 2025. It is now read-only.
  
  
  
  
  
Description
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.

Any tips/reason on how to solve this? 🙏