-2

I want to build a video chat application which uses ASCII for video. I feel like this will use less internet bandwidth. It will be something like this but on Android. How will I go about this?

Kwaw Annan
  • 11
  • 6

1 Answers1

0

ASCII is not a recommended codec to minimize bandwidth usage of video. Better have a look at 3gp multimedia system which is used for mobile communications.

Setop
  • 2,262
  • 13
  • 28