Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use G729 Audio codec instead of G711 #1385

Open
RedwanSharafatKabir opened this issue Jan 23, 2024 · 2 comments
Open

Use G729 Audio codec instead of G711 #1385

RedwanSharafatKabir opened this issue Jan 23, 2024 · 2 comments

Comments

@RedwanSharafatKabir
Copy link

Can I use G729 Audio codec instead of G711 ?

@pedroSG94
Copy link
Owner

Hello,

Currently G729 codec is not supported. Mainly for this reasons:

  • Not supported by android mediacodec.
  • Only supported by RTSP protocol
  • I need implement a software implementation like G711

The difference between G711 and G729 it that G711 has an easy implementation and it is supported by RTSP and RTMP. Also, G711 is supported in android mediacodec decoding so you can use a file with g711 codec with FromFileBase.
That are the reasons because I implemented that codec.

Of course, if you can do an implementation of G729 encoding in pure java/kotlin. I can create the packet and add it to RTSP supported codecs.

@pedroSG94
Copy link
Owner

Added as feature but it is only possible for RTSP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants