hypeapps / Endoscope

Endoscope lets you to stream live video between android devices over Wi-Fi! 📱📲
GNU General Public License v3.0
683 stars 186 forks source link

Use a software decoder as last resort #24

Closed ilpianista closed 7 years ago

ilpianista commented 7 years ago

Your app works for me on one device, but on another one I had to force the use of a software decoder for the audio stream. The error was: Unable to instantiate a decoder for type 'audio/mp4a-latm'

Honestly, I don't know if my fix is correct. Android documentation says to use MediaCodecList.findDecoderForFormat, but that is available since SDK 21.

hypeapps commented 7 years ago

Thank you. I think the fix will be fine.