Opened 18 years ago
Closed 18 years ago
#70 closed defect (fixed)
Frame timestamp not propagated correctly
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-0.5.10 |
Component: | pjmedia | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The timestamp of outgoing media is always generated by the sound device, and it should be propagated throughout the components until the last downstream component, the media transport.
Unfortunately some components doesn't seem to propagate this information properly to downstream. Example of such components are conference bridge (there may be more).
In addition, the conference bridge should adjust the timestamp when the frame is going through a resampling algorithm (i.e. the timestamp should be adjusted according to sample rate conversion).
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Fixed in r887.