KonradIT / goprowifihack

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

MAX 360 live streaming #170

Open robinliubin opened 4 years ago

robinliubin commented 4 years ago

Problem:

when streaming MAX 360 it's 2 fisheye instead of 360 live streaming... how to make the in camera stitching streaming 360 live video ?

Details:

connect laptop to MAX wifi then run ffplay from CMD: ffplay -fflags nobuffer -f:v mpegts -probesize 8192 udp://:8554

KonradIT commented 4 years ago

No idea, you will have to figure that out yourself.

robinliubin commented 4 years ago

thanks, do you know how to read the SD card in MAX on the fly while 360 recording is on? any API/command to get the 360 file that I can play back with minimal delay?

KonradIT commented 4 years ago

do you know how to read the SD card in MAX on the fly while 360 recording is on?

Not possible.

any API/command to get the 360 file that I can play back with minimal delay?

Check out the gopro-py-api it can do this.

Also, I got MAX live preview working in spherical projection using QMPlay2 and the gopro-py-api. The sides are not completely stitched and the stream sucks but hey it works.