Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Problem with live stream in Hero 8 black go pro #55

Open
chandra-iitb opened this issue Jun 25, 2020 · 1 comment
Open

Problem with live stream in Hero 8 black go pro #55

chandra-iitb opened this issue Jun 25, 2020 · 1 comment

Comments

@chandra-iitb
Copy link

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.

@DechengMa
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants