Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecosystem/ffmpeg: improve unicast initial (#917) #931

Merged
merged 1 commit into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. ecosystem/ffmpeg: improve unicast initial (OpenVisualCloud#917)

    Address an issue where the RX is sending
    ARP replies to the TX while still being completely uninitialized, which
    leads to the session dropping frames. The problem worsens as the TX
    outperforms
    the RX in terms of initialization speed.
    
    Resolve this by halting the FFmpeg plugin
    initialization and starting the scheduled tasklets because we don't want
    the CNI thread to respond to the ARP requests sent in the tv_attach
    function
    until the RX is ready to receive those packets.
    DawidWesierski4 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    144428d View commit details
    Browse the repository at this point in the history