OpenGoPro
OpenGoPro copied to clipboard
Add capability to initiate live stream
Would it be possible to implement commands to have the camera connect to wifi and begin a livestream via RTMP, Facebook etc?
I need this so much
To shine some light:
I think this is done first by issuing the WiFi creds over to char 0x39
(settings). They basically do the inverse of https://gopro.github.io/OpenGoPro/ble#get-hardware-info for sending the data.
[0x39 20 28...]
[0x39 80 34...]
[0x39 81 34...]
Then the actual stream gets sent over 0x2F
[0x2F 20 48...]
[0x2F 80 61....]
To shine some light:
I think this is done first by issuing the WiFi creds over to char
0x39
(settings). They basically do the inverse of https://gopro.github.io/OpenGoPro/ble#get-hardware-info for sending the data.[0x39 20 28...]
[0x39 80 34...]
[0x39 81 34...]
Then the actual stream gets sent over 0x2F
[0x2F 20 48...]
[0x2F 80 61....]
Have you tried this bro ?
I need this so much
Hi. This is now possible and defined in the BLE spec