LVala / rtpeeker

RTP streams analysis and visualization tool
MIT License
4 stars 2 forks source link

Improve plot settings ui #43

Closed Falon452 closed 11 months ago

Falon452 commented 11 months ago
  1. Seperate code into smaller functions
  2. Refresh calculating packets on every 25th update of frame (laggy on large data sets)
  3. Fix stacking packets - here was mistake I made - I should have taken previous packet rather than last image

After changes:

image
  1. Fix plot not filling entire space by removing .view_aspect(2.0); Pasted Graphic

After

image
  1. Added Alias column on RtpStreamsTable and possibility to locally change it
  2. Added locally filtering streams on streams table and streams plot
Stream alias value • RTP timestamp Packet timestamp Sequence number RTP streams X axis value • RTP timestamp ® Packet timestamp • Sequence number image Pasted Graphic 1