Skip to content

Video: use capture timestamp in RTP packets

François Grisez requested to merge feature/use_capture_ts_in_rtp_packet into master
  • ensure that all the capture filters write ticker timestamp in generated mblk_t.
  • make vp8 encoder to copy the timestamp of each input buffer in corresponding output buffers.
  • add a trace in MSRtpSend filter printing the delay between the moment the picture was captured by the camera and the moment the encoded picture is sent on the network.

Merge request reports