Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants