JDBae
JDBae
Sorry I tested again with your OpenGlview and recording 10 minutes. Some part of recorded content have popcorn noises...
1. I think yes, I just tested it your app. 2. sorry I have two android phone for test. Simple question. 1. I like to disable auto focus mode in...
1. samplerate tested - 44100 - 22050 2. Test Device - Galaxy A40(SM-A405S) / AOS 11 ver - Galaxy S10 5G / AOS 11 ver 3. Yes, I check as...
I need a help... I like to modify and add some audio encoder parameters audioFormat.setInteger(MediaFormat.KEY_AAC_SBR_MODE, 0); audioFormat.setInteger(MediaFormat.KEY_COMPLEXITY, 1); audioFormat.setInteger(MediaFormat.KEY_QUALITY, 1); audioFormat.setInteger(MediaFormat.KEY_PRIORITY, 0); Is it right place ? I modify AudioEncoder.java...
Regard on 2 - I have no more idea. Did you test with my video example to configure stream exactly as I did? It is working for me. #925 (comment)...
I did it with WOWZA server, It is great fine. No noise at all. So I dit not with srs... but my current working environment is AWS medialive. it is...
I tested this with youtube. It is fine, no noise at all...
questions about buffer mode in audio encoder. What is difference buffer mode true and false ? From my test, false of buffer mode is better than true of buffer mode....