LVala / rtpeeker

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

Plot upgrades #47

Closed Falon452 closed 10 months ago

Falon452 commented 10 months ago

Add lines to each point indicating payload length Add all additional info to on hover Shift plot on RTP packet timestamp to first RTP timestamp of stream Shift plot on Sequence number to first Sequence number of stream

Drawback: After adding lines, on_hover on points did not work. Therefore I have added on_hover to lines - which has a drawback that, when point is last in Y axis:

| <- on Hover also here :(
|
|
* <- on Hover here

But I think it is not dealbreaker and can live with that