You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I'm trying to do something similar where I set cameras to an RTMP server to be used for streaming programmatically with the python SDK. I've got to the point where I can configure the cameras to an access point and configure it to live stream, but I can't start live streaming. The docs here point that you need a GoPro 12 or higher to ping for Livestream Ready Status. Why can't Gopros >9 respond with Ready Status?
I'm confused that you can set up live streaming from your phone using the GoPro Quik but not from the SDK.
I find it even more weird that there was a livestreaming demo before (PR #318) the GoPro Hero 12 release of September 15, 2023.
Why did adding Hero 12 support kill live streaming for other models?
Essentially my question is, do I need to buy a GoPro 12 in order to complete my project or is there a work around for older models.
Hero 12 introduced support for querying livestream status over HTTP. You should be able to use the BLE endpoint for querying livestream status on Hero 9. It looks like when Hero 12 was released it looks like older camera models were removed by accident from the BLE livestream endpoint documentation. We'll try to get that fixed in the next documentation update.
Thank you so much, I digged through the docs and tested myself and figured it wasn't really an issue. I ended up starting to develop a solution to my problem. Fixing the documents should definitely be a priority though. https://github.com/martincarapia/GoProStreamRelay
So, I'm trying to do something similar where I set cameras to an RTMP server to be used for streaming programmatically with the python SDK. I've got to the point where I can configure the cameras to an access point and configure it to live stream, but I can't start live streaming. The docs here point that you need a GoPro 12 or higher to ping for Livestream Ready Status. Why can't Gopros >9 respond with Ready Status?
I'm confused that you can set up live streaming from your phone using the GoPro Quik but not from the SDK.
I find it even more weird that there was a livestreaming demo before (PR #318) the GoPro Hero 12 release of September 15, 2023.
Why did adding Hero 12 support kill live streaming for other models?
Essentially my question is, do I need to buy a GoPro 12 in order to complete my project or is there a work around for older models.
Originally posted by @martincarapia in #428 (comment)
The text was updated successfully, but these errors were encountered: