Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-good gst-plugins-good
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 648
    • Issues 648
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 82
    • Merge requests 82
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #134

Closed
Open
Created Oct 10, 2014 by Bugzilla Migration User@bugzilla-migration

rtpsession: fix Early Feedback Transmission

Submitted by Miguel París Díaz @mparisdiaz

Link to original bug (#738319)

Description

Created attachment 288248
First patch to fix the problem

My work team and I have detected a problem which causes that a lot of NACK packets are sent when the limit of the network bandwidth is reached.

The NACK requests are caused because the jitterbuffer is requesting a lot of retransmissions. This behaviour is a bug related with:
https://bugzilla.gnome.org/show_bug.cgi?id=735378

Moreover, we have detected a bug in the implementation of the Early Feedback Transmission (RTCP) which must follow this part of the RFC: http://tools.ietf.org/html/rfc4585#section-3.5.2

The current implementation does not do Part 6, so a lot of early RTCP pakets are sent. We propose an initial patch which is closer to the RFC, but it does not follow "MUST recalculate tn = tp + 2*T_rr, and MUST set tp to the previous tn" yet.

Patch 288248, "First patch to fix the problem":
0001-rtpsession-fix-Early-Feedback-Transmission.patch

Version: 1.4.1

Assignee
Assign to
Time tracking