Re: [FFmpeg-devel] Implement RTMP flow control and proper (or least better) closing

2024-02-01 Thread Momtchil Momtchev
Alternative patch which eliminates the I/O error, but slightly modifies the behavior by introducing a two-stage shutdown (the only difference is the end of the rtmp_close function) which keeps the server open until the client closes its end. On 01/02/2024 17:40, Momtchil Momtchev wrote

[FFmpeg-devel] Implement RTMP flow control and proper (or least better) closing

2024-02-01 Thread Momtchil Momtchev
loses the connection (which seems to be the usual method of signalling the end of the connection)     * Fixes the client ignoring the last frames -- Momtchil Momtchev diff --git a/doc/protocols.texi b/doc/protocols.texi index f54600b846..642cde962a 100644 --- a/doc/protocols.texi +++