GoProStream icon indicating copy to clipboard operation
GoProStream copied to clipboard

Tools for handling/displaying GoPro HTTP/UDP stream (Python/Ruby)

Results 45 GoProStream issues
Sort by recently updated
recently updated
newest added

When I run the script I am not able to get a preview even though I have record mode set to False I have the following parameters: VERBOSE=False RECORD=False STREAM=True...

C:\WINDOWS\system32>py "c:\GoProStream-master\GoProStream.py" Traceback (most recent call last): File "C:\Users\evide\AppData\Local\Programs\Python\Python39\lib\urllib\request.py", line 1342, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\Users\evide\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1255, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\Users\evide\AppData\Local\Programs\Python\Python39\lib\http\client.py",...

You might want to mention in your documents that if you are using a Hero 4 Session that you need to have the phone app open and connected to your...

I am facing an issue with connecting the GoPro Hero 7 using Raspberry Pi (running Raspian) using the ``GoProStream.py``, in the STREAM mode after 1-2 minutes (randomly) the FFMPEG stops...

I am getting this error while running the python script on command prompt. The code was working fine before, I don't know what happened. This is what command prompt is...

After looking at this thread: https://github.com/KonradIT/goprowifihack/issues/47, I tried to get a stream running by using the GoPro app to get the UDP stream up and running. However, I still can't...

I'm not sure if this is maybe out of scope of this repo, but as it is about GoProStreaming, I thought to give it a go. The GoPro ("Quik") App...

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...

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...

Hi, with hero 4 session everything works. trying to connect to hero 5 session i get this error: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1317, in do_open encode_chunked=req.has_header('Transfer-encoding'))...