fyhertz / libstreaming

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
Apache License 2.0
3.49k stars 1.08k forks source link

Can this support third party video recorder such as a GoPro? #167

Open ttran4040 opened 8 years ago

ttran4040 commented 8 years ago

Can this support third party video recorder such as a GoPro?

sbaar commented 8 years ago

I've been experimenting with external camera sources. GoPro is very tricky because there's no official api/sdk. The hero3/hero4 streaming methods are completely different. I'm not even sure if the native h264 decoder supports the profile coming out of the gopro. What does work and is a lot easier is using the sony action cam sdk, since it produces bitmaps you can composite using the opengl media_codec2 streaming method.