goprowifihack icon indicating copy to clipboard operation
goprowifihack copied to clipboard

MAX 360 live streaming

Open robinliubin opened this issue 5 years ago • 3 comments
trafficstars

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

  • GoPro Camera(s): MAX
  • Firmware Version:latest
  • Steps to reproduce: ffplay -fflags nobuffer -f:v mpegts -probesize 8192 udp://:8554
  • Happens every time? [Y/N]:Y

robinliubin avatar Dec 27 '19 16:12 robinliubin

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

KonradIT avatar Jan 02 '20 12:01 KonradIT

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?

robinliubin avatar Jan 02 '20 17:01 robinliubin

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.

KonradIT avatar Jan 10 '20 19:01 KonradIT