KonradIT / GoProStream

Tools for handling/displaying GoPro HTTP/UDP stream (Python/Ruby)
375 stars 100 forks source link

Trigger "LIVE" function #61

Open TheGreyDiamond opened 3 years ago

TheGreyDiamond commented 3 years ago

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 supports "live". This creates an RTMP live stream, it even supports streaming to a custom server. I tested it and it works great. It does not need the phone to stream, it just needs the phone to start the stream. Is it possible to invoke this without the app somehow?

These API endpoints might be useful:

But how do I start the stream?

Update: I tried using packet capture on android to see what happens, but the app(quik) just says that the connection failed. Weird. This seems to happen if any VPN service (like PacketCapture or Netguard) is activ.

t4nec commented 1 year ago

watching