KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.12k stars 335 forks source link

Gopro hero 5 live streaming over local network #128

Open Stevdk opened 5 years ago

Stevdk commented 5 years ago

On windows 7 I use the pyton goprostream

https://github.com/KonradIT/GoProStream

It work when i connect the gopro directly with computer over the wifi connection.

I would like to place the gopro camera in another location, than the computer and still be able to stream video to the computer.

I have installed dd-wrt firmware onto an old router. this allows me to set the routers wifi to act as a client, there by connect the router to the Gopro and make the Gopro act as a WAN connection to the router. this is done on the wifi side. The LAN side of the router is connected to the local network.

Now with this setup, i can acces the gopro sd card and see the files stored on the card. So there is a connection to the Gopro over the local network.

When i start the streaming. it just shows all the noramle text, with the data from the Gopro, ending with the line press ctrl+c to quit

But the streaming never starts.

Is there anyway to solve this issue and stream the Gopro over the network ?