开发者

Is Red5Phone Full Duplex VoIP Application? [closed]

开发者 https://www.devze.com 2023-03-20 08:56 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it开发者_如何学运维's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it开发者_如何学运维's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

I try to run red5phone. I know it's a application TCP-based, so I think the quality of voice is better.

But, did anybody know about the communication system? full or half duplex?


It's full duplex.

TCP is worse for VoIP (interactive media in general) because of the extra traffic, delay and jitter it introduces. Voice codecs have enough Forward Error Correction and interpolation capability to tolerate a lost packet here and there. Increased transport delay plus buffers needed for jitter can increase lag to intolerable levels in a conversation.

For better voice quality use a "HD" codec instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消