goprowifihack icon indicating copy to clipboard operation
goprowifihack copied to clipboard

is possible use the gopro stream with WebRTC on android app?

Open Frequel opened this issue 8 years ago • 1 comments

Hi, i'm working on a app that between all its funcition , stream the smartphone camera video in broadcast to all the app users (such as twitch.tv app on android to be more clear, but for others utilization, not for streaming gameplay). now i'm working to make possible use in remote a gopro camera instead of the smartphone camera, is it possible with WebRTC? now i'm testing https://www.npmjs.com/package/gopro_hero_api and it works with gopro hero 4 and hero3 (i needed to change somethings, gor example the password for an hero3) , i've also read some Konrad repository but i don't know how i can use them for what i'm doing, an help is valued :)

Frequel avatar Nov 21 '17 16:11 Frequel

The GoPro HERO3/3+ will stream over HLS and HERO4 and onwards over UDP, no WebRTC

KonradIT avatar Dec 26 '17 14:12 KonradIT