Live broadcast from GoPro 4 session to unofficial live broadcast
I am developing an Android application to get the real-time stream from GoPro 4 session to the application
In the previous GoPro model, it was possible to request through a URL http://10.5.5.9:8080/live/aaba.m3u8 Get real-time stream
Invalid Sign
It needs ffplay and python scripts to keep streaming alive
I wonder if this can be done in Android applications
I don't need good quality and smooth streaming media, because I only need to get the view of the camera
I have the idea to configure GoPro to picture mode and take pictures at 1 second intervals. Then I get images from 100gopro / DCIM on Android applications every second. Can this be done in Android?
Thank anyone!
resolvent:
I haven't tried so far, but I found a comprehensive GitHub repository that shares streaming media information from many GoPro cameras: https://github.com/KonradIT/goprowifihack
Invalid Sign