• Samuel Pitoiset's avatar
    rtmp: Read and handle incoming packets while writing data · 7dc747f5
    Samuel Pitoiset authored
    
    
    This makes sure all incoming packets are read and handled (and reacted
    to) while sending an FLV stream over RTMP to a server. If there were
    enough incoming data to fill the TCP buffers, this could potentially
    make things block at unexpected places. For the upcoming RTMPT support,
    we need to consume all incoming data before we can send the next
    request.
    
    Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
    7dc747f5