fyhertz / libstreaming

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

Adaptative encoding #226

Closed asgarciap closed 4 years ago

asgarciap commented 8 years ago

Hi all, Is it possibly to do adaptative encoding in real time using this library? I'm developing (design part :) ) an application that would be streaming video from the phone to a rtp recorder server, so I want my app to detect if my network bandwith is bad and to decrease the quality of the video I'm sending to the server. Any ideas? Thanks in advance.

sbaar commented 8 years ago

I made a few modifications to enable this. Some people were confused last time I mentioned it, so just ask if you have any questions.gist

asgarciap commented 8 years ago

Thanks @sbaar , that's exactly what I'm looking for!