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

live streaming of Gopro Max #274

Open Yuhan-Lu opened 2 years ago

Yuhan-Lu commented 2 years ago

Problem: I am trying to live stream the Gopro Max to Mac; when I try to use FFmpeg with UDP, the streaming always freezes after ten seconds. It happens every time. Moreover, I would like to confirm that the wireless live streaming quality is roughly 720p or less? And we couldn't connect the GoPro max to our laptop with a cable as USB ethernet connection to get a 1080p streaming. I would be really appreciate in advance!!!

Details: I use the following command ffplay -fflags nobuffer -f:v mpegts -probesize 8192 udp://:8554

image
Hauteknits commented 2 years ago

Try increasing the camera's bitrate

okybaca commented 9 months ago

Try increasing the camera's bitrate

where? is there a command for that? thanks!