1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix #257, server latency is 0.1s+, the bottleneck is encoder. 2.0.71

This commit is contained in:
winlin 2014-12-13 12:48:49 +08:00
parent 5529813fcb
commit cbad7a3074
3 changed files with 30 additions and 19 deletions

View file

@ -786,6 +786,10 @@ The latency between encoder and player with realtime config(
</tr>
</table>
We use FMLE as encoder to benchmark. The latency of server is 0.1s+,
and the bottleneck is on the encoder. For more information, read
[bug #257](https://github.com/winlinvip/simple-rtmp-server/issues/257#issuecomment-66864413).
## Architecture
SRS always use the most simple architecture to support complex transaction.