You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add: TX_FLAG_EXACT_USER_PACING for video session (#1264)
if TX_FLAG_EXACT_USER_PACING is enabled, the lib does not align the
transmission time to the virtual receiver read schedule by adding
TR_offset. The first packet of the frame will be sent exactly at the
time specified by the user.
Additionally:
- Refactor tv_sync_pacing in st_tx_video_session.c
- Remove TX_FLAG_RTP_TIMESTAMP_FIRST_PKT
TX_FLAG_RTP_TIMESTAMP_FIRST_PKT did not changed behavior in any way.
so its bit in mask was reused to TX_FLAG_EXACT_USER_PACING
- Fix TX_FLAG_RTP_TIMESTAMP_EPOCH
This flag should force the lib to set RTP timestamp exactly to
N*frame_time.
It did not happen before, it just caused a few packets worth of time
difference.
---------
Signed-off-by: Kasiewicz, Marek <[email protected]>
Co-authored-by: Tomasz Szumski <[email protected]>
0 commit comments