Ticket #5 (closed defect: fixed)

Opened 18 months ago

Last modified 8 months ago

RTP Timestamp Rollover

Reported by: andrewaggb Owned by: shiretu
Priority: minor Keywords:
Cc:

Description

RTP timestamps should roll over when they reach the max. Instead the console spits out warnings about the current timestamp being too small.

/root/crtmpserver/sources/thelib/src/protocols/rtp/streaming/
innetrtpstream.cpp:104 Back time. ATS: 36275751.09 LTS: 47721834.49;
D: -11446083.40
/root/crtmpserver/sources/thelib/src/protocols/rtp/streaming/
innetrtpstream.cpp:104 Back time. ATS: 36275767.28 LTS: 47721834.49;
D: -11446067.21
/root/crtmpserver/sources/thelib/src/protocols/rtp/streaming/
innetrtpstream.cpp:104 Back time. ATS: 36275854.41 LTS: 47721834.49;
D: -11445980.08
/root/crtmpserver/sources/thelib/src/protocols/rtp/streaming/
innetrtpstream.cpp:104 Back time. ATS: 36275997.81 LTS: 47721834.49;
D: -11445836.68
/root/crtmpserver/sources/thelib/src/protocols/rtp/streaming/
innetrtpstream.cpp:104 Back time. ATS: 36276076.32 LTS: 47721834.49;
D: -11445758.17
/root/crtmpserver/sources/thelib/src/protocols/rtp/streaming/
innetrtpstream.cpp:104 Back time. ATS: 36276181.87 LTS: 47721834.49;
D: -11445652.62

Change History

comment:1 Changed 18 months ago by shiretu

  • Status changed from new to accepted
  • Owner set to shiretu

comment:2 Changed 8 months ago by jet

  • Status changed from accepted to closed
  • Resolution set to fixed

According to log, fixed in r232.

Note: See TracTickets for help on using tickets.