GoProStream icon indicating copy to clipboard operation
GoProStream copied to clipboard

Problem with live stream in Hero 8 black go pro

Open chandra-iitb opened this issue 5 years ago • 1 comments

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.

chandra-iitb avatar Jun 25 '20 09:06 chandra-iitb

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()

DechengMa avatar Apr 09 '21 05:04 DechengMa