Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 628
    • Issues 628
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 111
    • Merge Requests 111
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #233

Closed
Open
Created Nov 04, 2015 by Bugzilla Migration User@bugzilla-migration

rtpmp2tpay: Add property to aggregate multiple TS packets or not

Submitted by YeJinCho

Link to original bug (#757565)

Description

Created attachment 314786
patch file for adding "aggregate" property to rtpmp2tspay

Sometimes one TS packet is made of one video frame.
In that case rtpmp2tpay waits for next TS packets to fill the payload.
Most other RTP payloaders do not mix up the seperated video frames in one RTP packet.
That's more resistant to packet lost and could reduce latency.

That's why adding the "aggregate" property.

If the aggregate property is set as false,rtpmp2tpay fills the RTP payload without aggregating next TS packets.
If true, rtpmp2tpay fills the payload not until exceed the MTU size just as now.

Attachment 314786, "patch file for adding "aggregate" property to rtpmp2tspay":
0001-rtpmp2tpay-Add-property-to-aggregate-multiple-TS-pac.patch

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None