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

libstreaming not work in MODE_MEDIARECORDER_API mode with android 6.0 #208

Closed duohua closed 8 years ago

duohua commented 8 years ago

In Android 6.0,I set the libstreaming with MODE_MEDIARECORDER_API ,but it does not work. It start failed. Could anyone give me some suggestions.I must use the MODE_MEDIARECORDER_API mode

duohua commented 8 years ago

Could someone help me?Thank you!

sbaar commented 8 years ago

It is no longer possible on 5.0+. You must use one of the other modes.

http://stackoverflow.com/questions/26990816/mediarecorder-issue-on-android-lollipop/27118142#27118142

duohua commented 8 years ago

@sbaar Thank you!