GoProStream
GoProStream copied to clipboard
Problem with live stream in Hero 8 black go pro
Hi, first off thank you for such wonderful programs.It really made our life easier to start exploring gopro. I am trying to get live stream GoPro hero 8 black in jetson nano board running Ubuntu 18.04 LTS. I tried goprostream.py but could get the live feed. It throws “urllib.error.HTTPError: HTTP Error 500: Internal Server Error”.
Any help will be helpful and appreciated.
Hi, I get rid of the 500 error by:
In the file GoProStream.py line 76
replace urlopen("http://172.25.158.51/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart").read()
with urlopen("http://172.25.158.51/gp/gpControl/execute?p1=gpStream&c1=restart").read()