javascript - GroPro Live Preview on Android -


i working on project , need show live preview gopro hero4 on web. know how this?

i know gopro feeds work in own network address:

http://10.5.5.9:8080/gp/gpcontrol/

but cannot find how show looking @ on camera.

there application on google play allows watch live preview in android, cannot use because have make own application.

i hope can me - thanks!

answer stumbling on post.

first, http url: http://10.5.5.9/gp/gpcontrol/execute?p1=gpstream&a1=proto_v2&c1=restart , can udp stream using url:

udp://10.5.5.9:8554 (you might have hard time using in work...)

note: if using ffplay (ffmpeg), try using nobuffer flag, low latency stream. more info can found here

note 2: works in hero5 black, hero4 silver, hero4 black, hero4/5 session might want read hero4-session.md on how wake , enter streaming mode. since working udp protocols , system calls hard, recommend using goprostream tool, easy use gopro streaming client written in python: https://github.com/konradit/goprostream

works hero4, hero+ , hero5 , possibly future gopro cameras.


Comments