OpenGoPro icon indicating copy to clipboard operation
OpenGoPro copied to clipboard

Add capability to initiate live stream

Open jasperpants opened this issue 3 years ago • 4 comments

Would it be possible to implement commands to have the camera connect to wifi and begin a livestream via RTMP, Facebook etc?

jasperpants avatar Jun 23 '21 11:06 jasperpants

I need this so much

hpwd avatar Jun 29 '21 23:06 hpwd

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

KonradIT avatar Jun 30 '21 19:06 KonradIT

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 ?

h0peixoto avatar Jul 03 '21 17:07 h0peixoto

I need this so much

zsinba avatar Oct 17 '21 15:10 zsinba

Hi. This is now possible and defined in the BLE spec

tcamise-gpsw avatar Sep 15 '22 19:09 tcamise-gpsw