-
Notifications
You must be signed in to change notification settings - Fork 185
Description
Hi GoPro Dev Team,
I’m currently testing RTMP livestreaming with the GoPro MAX 2 using the OpenGoPro interfaces.
I can successfully connect and control the camera via COHN (HTTPS) and BLE, but I’m seeing different behaviors between camera models:
The GET /gopro/livestream/status endpoint works on MAX 2 (returns livestream capability info).
However, the GET /gopro/livestream/set_livestream?url=...&bitrate=... endpoint returns 404 Not Found.
BLE commands for Feature 0xF1 Action 0x79 (SetLivestreamMode) and Feature 0xF5 Action 0x74 (GetLivestreamStatus) appear to be recognized, but I haven’t been able to confirm if RTMP output is actually supported or enabled on the MAX 2.
Could you please clarify:
Does GoPro MAX or MAX 2 officially support RTMP livestreaming (to a custom RTMP URL)?
If yes, is it accessible only via BLE protobuf commands, or should it also work via COHN (HTTPS)?
If it’s not yet supported on MAX 2, is there any planned firmware update or API change to enable it?