Difference between revisions of "M4 Codec Transcoding"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with "= G729 - Alaw/G.711 transcoding = <table> <tr> <td> CPU: i7-6700 NIC: RTL8111 </td> <td> CPU: Ryzen™ 5 3600 NIC: Intel I210 </td> </tr> </table>")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
= G729 - Alaw/G.711 transcoding =
The table shows transcoded concurrent calls (cc) on different CPUs and between different codecs.
 
Real server, not VM.


<table>
<table>
   <tr>
   <tr>
     <td>
     <td>
      CPU: i7-6700  NIC: RTL8111
     </td>
     </td>
     <td>
     <td>
       CPU: Ryzen™ 5 3600  NIC: Intel I210
      CPU: i7-6700  NIC: I219-LM
    </td>
    <td>
       CPU: Ryzen™ 5 3600  NIC: I210
     </td>
     </td>
   </tr>
   </tr>
  <tr>
    <td>
        G729 <> G711 (alaw)
    </td>
    <td>
      400
    </td>
    <td>
      1000
    </td>
  <tr>
    <td>
        G711a (alaw) <> G711u (ulaw)
    </td>
    <td>
      1000
    </td>
    <td>
      2800
    </td>
  </tr>
</table>
</table>
<br><br>
= See also =
* [[M4 System Architecture]]
* [[M4 Supported Codecs]]

Latest revision as of 15:46, 5 December 2022

The table shows transcoded concurrent calls (cc) on different CPUs and between different codecs.

Real server, not VM.

      CPU: i7-6700  NIC: I219-LM
      CPU: Ryzen™ 5 3600  NIC: I210
       G729 <> G711 (alaw)
      400
      1000
       G711a (alaw) <> G711u (ulaw)
      1000
      2800




See also