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

Conversation

DawidWesierski4
Copy link
Collaborator

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.

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.
@awilczyns awilczyns merged commit a452b02 into OpenVisualCloud:maint-24.06 Jul 17, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants