Kent Andersen
Kent Andersen
http://stackoverflow.com/a/22976675/661074
I have isolated the issue to Android 10 not marking frames as a "keyframe". In the method writeVideoSample() in SRSMp4Muxer.java there is this bit of code. ` int nal_unit_type =...
I'm assuming its because i have my activity in landscape mode. `` I'm running it on Android sdk 22 using the front facing camera
Also, I'm using the Galaxy View. It's a massive 18 inch device that I'm going to use as a kiosk.
I can confirm that this commit does all that it describes. I'm using it now, and it works great.