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?
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.
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.