rtpsource/rtprtxsend: Also pass correct seqnum-offset and payload to the RTX rtpsource
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / rtpsource.c
1 /* GStreamer
2  * Copyright (C) <2007> Wim Taymans <wim.taymans@gmail.com>
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
17  * Boston, MA 02110-1301, USA.
18  */
19 #include <string.h>
20
21 #include <gst/rtp/gstrtpbuffer.h>
22 #include <gst/rtp/gstrtcpbuffer.h>
23
24 #include "rtpsource.h"
25
26 GST_DEBUG_CATEGORY_STATIC (rtp_source_debug);
27 #define GST_CAT_DEFAULT rtp_source_debug
28
29 #define RTP_MAX_PROBATION_LEN  32
30
31 /* signals and args */
32 enum
33 {
34   LAST_SIGNAL
35 };
36
37 #define DEFAULT_SSRC                 0
38 #define DEFAULT_IS_CSRC              FALSE
39 #define DEFAULT_IS_VALIDATED         FALSE
40 #define DEFAULT_IS_SENDER            FALSE
41 #define DEFAULT_SDES                 NULL
42 #define DEFAULT_PROBATION            RTP_DEFAULT_PROBATION
43
44 enum
45 {
46   PROP_0,
47   PROP_SSRC,
48   PROP_IS_CSRC,
49   PROP_IS_VALIDATED,
50   PROP_IS_SENDER,
51   PROP_SDES,
52   PROP_STATS,
53   PROP_PROBATION,
54   PROP_LAST
55 };
56
57 /* GObject vmethods */
58 static void rtp_source_finalize (GObject * object);
59 static void rtp_source_set_property (GObject * object, guint prop_id,
60     const GValue * value, GParamSpec * pspec);
61 static void rtp_source_get_property (GObject * object, guint prop_id,
62     GValue * value, GParamSpec * pspec);
63
64 /* static guint rtp_source_signals[LAST_SIGNAL] = { 0 }; */
65
66 G_DEFINE_TYPE (RTPSource, rtp_source, G_TYPE_OBJECT);
67
68 static void
69 rtp_source_class_init (RTPSourceClass * klass)
70 {
71   GObjectClass *gobject_class;
72
73   gobject_class = (GObjectClass *) klass;
74
75   gobject_class->finalize = rtp_source_finalize;
76
77   gobject_class->set_property = rtp_source_set_property;
78   gobject_class->get_property = rtp_source_get_property;
79
80   g_object_class_install_property (gobject_class, PROP_SSRC,
81       g_param_spec_uint ("ssrc", "SSRC",
82           "The SSRC of this source", 0, G_MAXUINT, DEFAULT_SSRC,
83           G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
84
85   g_object_class_install_property (gobject_class, PROP_IS_CSRC,
86       g_param_spec_boolean ("is-csrc", "Is CSRC",
87           "If this SSRC is acting as a contributing source",
88           DEFAULT_IS_CSRC, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
89
90   g_object_class_install_property (gobject_class, PROP_IS_VALIDATED,
91       g_param_spec_boolean ("is-validated", "Is Validated",
92           "If this SSRC is validated", DEFAULT_IS_VALIDATED,
93           G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
94
95   g_object_class_install_property (gobject_class, PROP_IS_SENDER,
96       g_param_spec_boolean ("is-sender", "Is Sender",
97           "If this SSRC is a sender", DEFAULT_IS_SENDER,
98           G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
99
100   /**
101    * RTPSource::sdes
102    *
103    * The current SDES items of the source. Returns a structure with name
104    * application/x-rtp-source-sdes and may contain the following fields:
105    *
106    *  'cname'       G_TYPE_STRING  : The canonical name
107    *  'name'        G_TYPE_STRING  : The user name
108    *  'email'       G_TYPE_STRING  : The user's electronic mail address
109    *  'phone'       G_TYPE_STRING  : The user's phone number
110    *  'location'    G_TYPE_STRING  : The geographic user location
111    *  'tool'        G_TYPE_STRING  : The name of application or tool
112    *  'note'        G_TYPE_STRING  : A notice about the source
113    *
114    *  other fields may be present and these represent private items in
115    *  the SDES where the field name is the prefix.
116    */
117   g_object_class_install_property (gobject_class, PROP_SDES,
118       g_param_spec_boxed ("sdes", "SDES",
119           "The SDES information for this source",
120           GST_TYPE_STRUCTURE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
121
122   /**
123    * RTPSource::stats
124    *
125    * The statistics of the source. This property returns a GstStructure with
126    * name application/x-rtp-source-stats with the following fields:
127    *
128    *  "ssrc"         G_TYPE_UINT     The SSRC of this source
129    *  "internal"     G_TYPE_BOOLEAN  If this source is a source of the session
130    *  "validated"    G_TYPE_BOOLEAN  If the source is validated
131    *  "received-bye" G_TYPE_BOOLEAN  If we received a BYE from this source
132    *  "is-csrc"      G_TYPE_BOOLEAN  If this source was found as CSRC
133    *  "is-sender"    G_TYPE_BOOLEAN  If this source is a sender
134    *  "seqnum-base"  G_TYPE_INT      first seqnum if known
135    *  "clock-rate"   G_TYPE_INT      the clock rate of the media
136    *
137    * The following two fields are only present when known.
138    *
139    *  "rtp-from"     G_TYPE_STRING   where we received the last RTP packet from
140    *  "rtcp-from"    G_TYPE_STRING   where we received the last RTCP packet from
141    *
142    * The following fields make sense for internal sources and will only increase
143    * when "is-sender" is TRUE:
144    *
145    *  "octets-sent"  G_TYPE_UINT64   number of bytes we sent
146    *  "packets-sent" G_TYPE_UINT64   number of packets we sent
147    *
148    * The following fields make sense for non-internal sources and will only
149    * increase when "is-sender" is TRUE.
150    *
151    *  "octets-received"  G_TYPE_UINT64  total number of bytes received
152    *  "packets-received" G_TYPE_UINT64  total number of packets received
153    *
154    * Following fields are updated when "is-sender" is TRUE.
155    *
156    *  "bitrate"      G_TYPE_UINT64   bitrate in bits per second
157    *  "jitter"       G_TYPE_UINT     estimated jitter
158    *  "packets-lost" G_TYPE_INT      estimated amount of packets lost
159    *
160    * The last SR report this source sent. This only updates when "is-sender" is
161    * TRUE.
162    *
163    *  "have-sr"         G_TYPE_BOOLEAN  the source has sent SR
164    *  "sr-ntptime"      G_TYPE_UINT64   ntptime of SR
165    *  "sr-rtptime"      G_TYPE_UINT     rtptime of SR
166    *  "sr-octet-count"  G_TYPE_UINT     the number of bytes in the SR
167    *  "sr-packet-count" G_TYPE_UINT     the number of packets in the SR
168    *
169    * The following fields are only present for non-internal sources and
170    * represent the content of the last RB packet that was sent to this source.
171    * These values are only updated when the source is sending.
172    *
173    *  "sent-rb"               G_TYPE_BOOLEAN  we have sent an RB
174    *  "sent-rb-fractionlost"  G_TYPE_UINT     calculated lost fraction
175    *  "sent-rb-packetslost"   G_TYPE_INT      lost packets
176    *  "sent-rb-exthighestseq" G_TYPE_UINT     last seen seqnum
177    *  "sent-rb-jitter"        G_TYPE_UINT     jitter
178    *  "sent-rb-lsr"           G_TYPE_UINT     last SR time
179    *  "sent-rb-dlsr"          G_TYPE_UINT     delay since last SR
180    *
181    * The following fields are only present for non-internal sources and
182    * represents the last RB that this source sent. This is only updated
183    * when the source is receiving data and sending RB blocks.
184    *
185    *  "have-rb"          G_TYPE_BOOLEAN  the source has sent RB
186    *  "rb-fractionlost"  G_TYPE_UINT     lost fraction
187    *  "rb-packetslost"   G_TYPE_INT      lost packets
188    *  "rb-exthighestseq" G_TYPE_UINT     highest received seqnum
189    *  "rb-jitter"        G_TYPE_UINT     reception jitter
190    *  "rb-lsr"           G_TYPE_UINT     last SR time
191    *  "rb-dlsr"          G_TYPE_UINT     delay since last SR
192    *
193    * The round trip of this source. This is calculated from the last RB
194    * values and the recption time of the last RB packet. Only present for
195    * non-internal sources.
196    *
197    *  "rb-round-trip"    G_TYPE_UINT     the round trip time in nanoseconds
198    */
199   g_object_class_install_property (gobject_class, PROP_STATS,
200       g_param_spec_boxed ("stats", "Stats",
201           "The stats of this source", GST_TYPE_STRUCTURE,
202           G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
203
204   g_object_class_install_property (gobject_class, PROP_PROBATION,
205       g_param_spec_uint ("probation", "Number of probations",
206           "Consecutive packet sequence numbers to accept the source",
207           0, G_MAXUINT, DEFAULT_PROBATION,
208           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
209
210   GST_DEBUG_CATEGORY_INIT (rtp_source_debug, "rtpsource", 0, "RTP Source");
211 }
212
213 /**
214  * rtp_source_reset:
215  * @src: an #RTPSource
216  *
217  * Reset the stats of @src.
218  */
219 void
220 rtp_source_reset (RTPSource * src)
221 {
222   src->marked_bye = FALSE;
223   if (src->bye_reason)
224     g_free (src->bye_reason);
225   src->bye_reason = NULL;
226   src->sent_bye = FALSE;
227   g_hash_table_remove_all (src->reported_in_sr_of);
228
229   src->stats.cycles = -1;
230   src->stats.jitter = 0;
231   src->stats.transit = -1;
232   src->stats.curr_sr = 0;
233   src->stats.sr[0].is_valid = FALSE;
234   src->stats.curr_rr = 0;
235   src->stats.rr[0].is_valid = FALSE;
236   src->stats.prev_rtptime = GST_CLOCK_TIME_NONE;
237   src->stats.prev_rtcptime = GST_CLOCK_TIME_NONE;
238   src->stats.last_rtptime = GST_CLOCK_TIME_NONE;
239   src->stats.last_rtcptime = GST_CLOCK_TIME_NONE;
240   g_array_set_size (src->nacks, 0);
241
242   src->stats.sent_pli_count = 0;
243   src->stats.sent_fir_count = 0;
244 }
245
246 static void
247 rtp_source_init (RTPSource * src)
248 {
249   /* sources are initialy on probation until we receive enough valid RTP
250    * packets or a valid RTCP packet */
251   src->validated = FALSE;
252   src->internal = FALSE;
253   src->probation = DEFAULT_PROBATION;
254   src->curr_probation = src->probation;
255   src->closing = FALSE;
256
257   src->sdes = gst_structure_new_empty ("application/x-rtp-source-sdes");
258
259   src->payload = -1;
260   src->clock_rate = -1;
261   src->packets = g_queue_new ();
262   src->seqnum_offset = -1;
263   src->last_rtptime = -1;
264
265   src->retained_feedback = g_queue_new ();
266   src->nacks = g_array_new (FALSE, FALSE, sizeof (guint32));
267
268   src->reported_in_sr_of = g_hash_table_new (g_direct_hash, g_direct_equal);
269
270   rtp_source_reset (src);
271 }
272
273 void
274 rtp_conflicting_address_free (RTPConflictingAddress * addr)
275 {
276   g_object_unref (addr->address);
277   g_slice_free (RTPConflictingAddress, addr);
278 }
279
280 static void
281 rtp_source_finalize (GObject * object)
282 {
283   RTPSource *src;
284   GstBuffer *buffer;
285
286   src = RTP_SOURCE_CAST (object);
287
288   while ((buffer = g_queue_pop_head (src->packets)))
289     gst_buffer_unref (buffer);
290   g_queue_free (src->packets);
291
292   gst_structure_free (src->sdes);
293
294   g_free (src->bye_reason);
295
296   gst_caps_replace (&src->caps, NULL);
297
298   g_list_free_full (src->conflicting_addresses,
299       (GDestroyNotify) rtp_conflicting_address_free);
300   while ((buffer = g_queue_pop_head (src->retained_feedback)))
301     gst_buffer_unref (buffer);
302   g_queue_free (src->retained_feedback);
303
304   g_array_free (src->nacks, TRUE);
305
306   if (src->rtp_from)
307     g_object_unref (src->rtp_from);
308   if (src->rtcp_from)
309     g_object_unref (src->rtcp_from);
310
311   g_hash_table_unref (src->reported_in_sr_of);
312
313   G_OBJECT_CLASS (rtp_source_parent_class)->finalize (object);
314 }
315
316 static GstStructure *
317 rtp_source_create_stats (RTPSource * src)
318 {
319   GstStructure *s;
320   gboolean is_sender = src->is_sender;
321   gboolean internal = src->internal;
322   gchar *address_str;
323   gboolean have_rb;
324   guint8 fractionlost = 0;
325   gint32 packetslost = 0;
326   guint32 exthighestseq = 0;
327   guint32 jitter = 0;
328   guint32 lsr = 0;
329   guint32 dlsr = 0;
330   guint32 round_trip = 0;
331   gboolean have_sr;
332   GstClockTime time = 0;
333   guint64 ntptime = 0;
334   guint32 rtptime = 0;
335   guint32 packet_count = 0;
336   guint32 octet_count = 0;
337
338
339   /* common data for all types of sources */
340   s = gst_structure_new ("application/x-rtp-source-stats",
341       "ssrc", G_TYPE_UINT, (guint) src->ssrc,
342       "internal", G_TYPE_BOOLEAN, internal,
343       "validated", G_TYPE_BOOLEAN, src->validated,
344       "received-bye", G_TYPE_BOOLEAN, src->marked_bye,
345       "is-csrc", G_TYPE_BOOLEAN, src->is_csrc,
346       "is-sender", G_TYPE_BOOLEAN, is_sender,
347       "seqnum-base", G_TYPE_INT, src->seqnum_offset,
348       "clock-rate", G_TYPE_INT, src->clock_rate, NULL);
349
350   /* add address and port */
351   if (src->rtp_from) {
352     address_str = __g_socket_address_to_string (src->rtp_from);
353     gst_structure_set (s, "rtp-from", G_TYPE_STRING, address_str, NULL);
354     g_free (address_str);
355   }
356   if (src->rtcp_from) {
357     address_str = __g_socket_address_to_string (src->rtcp_from);
358     gst_structure_set (s, "rtcp-from", G_TYPE_STRING, address_str, NULL);
359     g_free (address_str);
360   }
361
362   gst_structure_set (s,
363       "octets-sent", G_TYPE_UINT64, src->stats.octets_sent,
364       "packets-sent", G_TYPE_UINT64, src->stats.packets_sent,
365       "octets-received", G_TYPE_UINT64, src->stats.octets_received,
366       "packets-received", G_TYPE_UINT64, src->stats.packets_received,
367       "bitrate", G_TYPE_UINT64, src->bitrate,
368       "packets-lost", G_TYPE_INT,
369       (gint) rtp_stats_get_packets_lost (&src->stats), "jitter", G_TYPE_UINT,
370       (guint) (src->stats.jitter >> 4),
371       "sent-pli-count", G_TYPE_UINT, src->stats.sent_pli_count,
372       "recv-pli-count", G_TYPE_UINT, src->stats.recv_pli_count,
373       "sent-fir-count", G_TYPE_UINT, src->stats.sent_fir_count,
374       "recv-fir-count", G_TYPE_UINT, src->stats.recv_fir_count, NULL);
375
376   /* get the last SR. */
377   have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime,
378       &packet_count, &octet_count);
379   gst_structure_set (s,
380       "have-sr", G_TYPE_BOOLEAN, have_sr,
381       "sr-ntptime", G_TYPE_UINT64, ntptime,
382       "sr-rtptime", G_TYPE_UINT, (guint) rtptime,
383       "sr-octet-count", G_TYPE_UINT, (guint) octet_count,
384       "sr-packet-count", G_TYPE_UINT, (guint) packet_count, NULL);
385
386   if (!internal) {
387     /* get the last RB we sent */
388     gst_structure_set (s,
389         "sent-rb", G_TYPE_BOOLEAN, src->last_rr.is_valid,
390         "sent-rb-fractionlost", G_TYPE_UINT, (guint) src->last_rr.fractionlost,
391         "sent-rb-packetslost", G_TYPE_INT, (gint) src->last_rr.packetslost,
392         "sent-rb-exthighestseq", G_TYPE_UINT,
393         (guint) src->last_rr.exthighestseq, "sent-rb-jitter", G_TYPE_UINT,
394         (guint) src->last_rr.jitter, "sent-rb-lsr", G_TYPE_UINT,
395         (guint) src->last_rr.lsr, "sent-rb-dlsr", G_TYPE_UINT,
396         (guint) src->last_rr.dlsr, NULL);
397
398     /* get the last RB */
399     have_rb = rtp_source_get_last_rb (src, &fractionlost, &packetslost,
400         &exthighestseq, &jitter, &lsr, &dlsr, &round_trip);
401
402     gst_structure_set (s,
403         "have-rb", G_TYPE_BOOLEAN, have_rb,
404         "rb-fractionlost", G_TYPE_UINT, (guint) fractionlost,
405         "rb-packetslost", G_TYPE_INT, (gint) packetslost,
406         "rb-exthighestseq", G_TYPE_UINT, (guint) exthighestseq,
407         "rb-jitter", G_TYPE_UINT, (guint) jitter,
408         "rb-lsr", G_TYPE_UINT, (guint) lsr,
409         "rb-dlsr", G_TYPE_UINT, (guint) dlsr,
410         "rb-round-trip", G_TYPE_UINT, (guint) round_trip, NULL);
411   }
412
413   return s;
414 }
415
416 /**
417  * rtp_source_get_sdes_struct:
418  * @src: an #RTPSource
419  *
420  * Get the SDES from @src. See the SDES property for more details.
421  *
422  * Returns: %GstStructure of type "application/x-rtp-source-sdes". The result is
423  * valid until the SDES items of @src are modified.
424  */
425 const GstStructure *
426 rtp_source_get_sdes_struct (RTPSource * src)
427 {
428   g_return_val_if_fail (RTP_IS_SOURCE (src), NULL);
429
430   return src->sdes;
431 }
432
433 static gboolean
434 sdes_struct_compare_func (GQuark field_id, const GValue * value,
435     gpointer user_data)
436 {
437   GstStructure *old;
438   const gchar *field;
439
440   old = GST_STRUCTURE (user_data);
441   field = g_quark_to_string (field_id);
442
443   if (!gst_structure_has_field (old, field))
444     return FALSE;
445
446   g_assert (G_VALUE_HOLDS_STRING (value));
447
448   return strcmp (g_value_get_string (value), gst_structure_get_string (old,
449           field)) == 0;
450 }
451
452 /**
453  * rtp_source_set_sdes_struct:
454  * @src: an #RTPSource
455  * @sdes: the SDES structure
456  *
457  * Store the @sdes in @src. @sdes must be a structure of type
458  * "application/x-rtp-source-sdes", see the SDES property for more details.
459  *
460  * This function takes ownership of @sdes.
461  *
462  * Returns: %FALSE if the SDES was unchanged.
463  */
464 gboolean
465 rtp_source_set_sdes_struct (RTPSource * src, GstStructure * sdes)
466 {
467   gboolean changed;
468
469   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
470   g_return_val_if_fail (strcmp (gst_structure_get_name (sdes),
471           "application/x-rtp-source-sdes") == 0, FALSE);
472
473   changed = !gst_structure_foreach (sdes, sdes_struct_compare_func, src->sdes);
474
475   if (changed) {
476     gst_structure_free (src->sdes);
477     src->sdes = sdes;
478   } else {
479     gst_structure_free (sdes);
480   }
481   return changed;
482 }
483
484 static void
485 rtp_source_set_property (GObject * object, guint prop_id,
486     const GValue * value, GParamSpec * pspec)
487 {
488   RTPSource *src;
489
490   src = RTP_SOURCE (object);
491
492   switch (prop_id) {
493     case PROP_SSRC:
494       src->ssrc = g_value_get_uint (value);
495       break;
496     case PROP_PROBATION:
497       src->probation = g_value_get_uint (value);
498       break;
499     default:
500       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
501       break;
502   }
503 }
504
505 static void
506 rtp_source_get_property (GObject * object, guint prop_id,
507     GValue * value, GParamSpec * pspec)
508 {
509   RTPSource *src;
510
511   src = RTP_SOURCE (object);
512
513   switch (prop_id) {
514     case PROP_SSRC:
515       g_value_set_uint (value, rtp_source_get_ssrc (src));
516       break;
517     case PROP_IS_CSRC:
518       g_value_set_boolean (value, rtp_source_is_as_csrc (src));
519       break;
520     case PROP_IS_VALIDATED:
521       g_value_set_boolean (value, rtp_source_is_validated (src));
522       break;
523     case PROP_IS_SENDER:
524       g_value_set_boolean (value, rtp_source_is_sender (src));
525       break;
526     case PROP_SDES:
527       g_value_set_boxed (value, rtp_source_get_sdes_struct (src));
528       break;
529     case PROP_STATS:
530       g_value_take_boxed (value, rtp_source_create_stats (src));
531       break;
532     case PROP_PROBATION:
533       g_value_set_uint (value, src->probation);
534       break;
535     default:
536       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
537       break;
538   }
539 }
540
541 /**
542  * rtp_source_new:
543  * @ssrc: an SSRC
544  *
545  * Create a #RTPSource with @ssrc.
546  *
547  * Returns: a new #RTPSource. Use g_object_unref() after usage.
548  */
549 RTPSource *
550 rtp_source_new (guint32 ssrc)
551 {
552   RTPSource *src;
553
554   src = g_object_new (RTP_TYPE_SOURCE, NULL);
555   src->ssrc = ssrc;
556
557   return src;
558 }
559
560 /**
561  * rtp_source_set_callbacks:
562  * @src: an #RTPSource
563  * @cb: callback functions
564  * @user_data: user data
565  *
566  * Set the callbacks for the source.
567  */
568 void
569 rtp_source_set_callbacks (RTPSource * src, RTPSourceCallbacks * cb,
570     gpointer user_data)
571 {
572   g_return_if_fail (RTP_IS_SOURCE (src));
573
574   src->callbacks.push_rtp = cb->push_rtp;
575   src->callbacks.clock_rate = cb->clock_rate;
576   src->user_data = user_data;
577 }
578
579 /**
580  * rtp_source_get_ssrc:
581  * @src: an #RTPSource
582  *
583  * Get the SSRC of @source.
584  *
585  * Returns: the SSRC of src.
586  */
587 guint32
588 rtp_source_get_ssrc (RTPSource * src)
589 {
590   guint32 result;
591
592   g_return_val_if_fail (RTP_IS_SOURCE (src), 0);
593
594   result = src->ssrc;
595
596   return result;
597 }
598
599 /**
600  * rtp_source_set_as_csrc:
601  * @src: an #RTPSource
602  *
603  * Configure @src as a CSRC, this will also validate @src.
604  */
605 void
606 rtp_source_set_as_csrc (RTPSource * src)
607 {
608   g_return_if_fail (RTP_IS_SOURCE (src));
609
610   src->validated = TRUE;
611   src->is_csrc = TRUE;
612 }
613
614 /**
615  * rtp_source_is_as_csrc:
616  * @src: an #RTPSource
617  *
618  * Check if @src is a contributing source.
619  *
620  * Returns: %TRUE if @src is acting as a contributing source.
621  */
622 gboolean
623 rtp_source_is_as_csrc (RTPSource * src)
624 {
625   gboolean result;
626
627   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
628
629   result = src->is_csrc;
630
631   return result;
632 }
633
634 /**
635  * rtp_source_is_active:
636  * @src: an #RTPSource
637  *
638  * Check if @src is an active source. A source is active if it has been
639  * validated and has not yet received a BYE packet
640  *
641  * Returns: %TRUE if @src is an qactive source.
642  */
643 gboolean
644 rtp_source_is_active (RTPSource * src)
645 {
646   gboolean result;
647
648   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
649
650   result = RTP_SOURCE_IS_ACTIVE (src);
651
652   return result;
653 }
654
655 /**
656  * rtp_source_is_validated:
657  * @src: an #RTPSource
658  *
659  * Check if @src is a validated source.
660  *
661  * Returns: %TRUE if @src is a validated source.
662  */
663 gboolean
664 rtp_source_is_validated (RTPSource * src)
665 {
666   gboolean result;
667
668   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
669
670   result = src->validated;
671
672   return result;
673 }
674
675 /**
676  * rtp_source_is_sender:
677  * @src: an #RTPSource
678  *
679  * Check if @src is a sending source.
680  *
681  * Returns: %TRUE if @src is a sending source.
682  */
683 gboolean
684 rtp_source_is_sender (RTPSource * src)
685 {
686   gboolean result;
687
688   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
689
690   result = RTP_SOURCE_IS_SENDER (src);
691
692   return result;
693 }
694
695 /**
696  * rtp_source_is_marked_bye:
697  * @src: an #RTPSource
698  *
699  * Check if @src is marked as leaving the session with a BYE packet.
700  *
701  * Returns: %TRUE if @src has been marked BYE.
702  */
703 gboolean
704 rtp_source_is_marked_bye (RTPSource * src)
705 {
706   gboolean result;
707
708   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
709
710   result = RTP_SOURCE_IS_MARKED_BYE (src);
711
712   return result;
713 }
714
715
716 /**
717  * rtp_source_get_bye_reason:
718  * @src: an #RTPSource
719  *
720  * Get the BYE reason for @src. Check if the source is marked as leaving the
721  * session with a BYE message first with rtp_source_is_marked_bye().
722  *
723  * Returns: The BYE reason or NULL when no reason was given or the source was
724  * not marked BYE yet. g_free() after usage.
725  */
726 gchar *
727 rtp_source_get_bye_reason (RTPSource * src)
728 {
729   gchar *result;
730
731   g_return_val_if_fail (RTP_IS_SOURCE (src), NULL);
732
733   result = g_strdup (src->bye_reason);
734
735   return result;
736 }
737
738 /**
739  * rtp_source_update_caps:
740  * @src: an #RTPSource
741  * @caps: a #GstCaps
742  *
743  * Parse @caps and store all relevant information in @source.
744  */
745 void
746 rtp_source_update_caps (RTPSource * src, GstCaps * caps)
747 {
748   GstStructure *s;
749   guint val;
750   gint ival;
751   gboolean rtx;
752
753   /* nothing changed, return */
754   if (caps == NULL || src->caps == caps)
755     return;
756
757   s = gst_caps_get_structure (caps, 0);
758
759   rtx = (gst_structure_get_uint (s, "rtx-ssrc", &val) && val == src->ssrc);
760
761   if (gst_structure_get_int (s, rtx ? "rtx-payload" : "payload", &ival))
762     src->payload = ival;
763   else
764     src->payload = -1;
765
766   GST_DEBUG ("got %spayload %d", rtx ? "rtx " : "", src->payload);
767
768   if (gst_structure_get_int (s, "clock-rate", &ival))
769     src->clock_rate = ival;
770   else
771     src->clock_rate = -1;
772
773   GST_DEBUG ("got clock-rate %d", src->clock_rate);
774
775   if (gst_structure_get_uint (s, rtx ? "rtx-seqnum-offset" : "seqnum-offset",
776           &val))
777     src->seqnum_offset = val;
778   else
779     src->seqnum_offset = -1;
780
781   GST_DEBUG ("got %sseqnum-offset %" G_GINT32_FORMAT, rtx ? "rtx " : "",
782       src->seqnum_offset);
783
784   gst_caps_replace (&src->caps, caps);
785 }
786
787 /**
788  * rtp_source_set_rtp_from:
789  * @src: an #RTPSource
790  * @address: the RTP address to set
791  *
792  * Set that @src is receiving RTP packets from @address. This is used for
793  * collistion checking.
794  */
795 void
796 rtp_source_set_rtp_from (RTPSource * src, GSocketAddress * address)
797 {
798   g_return_if_fail (RTP_IS_SOURCE (src));
799
800   if (src->rtp_from)
801     g_object_unref (src->rtp_from);
802   src->rtp_from = G_SOCKET_ADDRESS (g_object_ref (address));
803 }
804
805 /**
806  * rtp_source_set_rtcp_from:
807  * @src: an #RTPSource
808  * @address: the RTCP address to set
809  *
810  * Set that @src is receiving RTCP packets from @address. This is used for
811  * collistion checking.
812  */
813 void
814 rtp_source_set_rtcp_from (RTPSource * src, GSocketAddress * address)
815 {
816   g_return_if_fail (RTP_IS_SOURCE (src));
817
818   if (src->rtcp_from)
819     g_object_unref (src->rtcp_from);
820   src->rtcp_from = G_SOCKET_ADDRESS (g_object_ref (address));
821 }
822
823 static GstFlowReturn
824 push_packet (RTPSource * src, GstBuffer * buffer)
825 {
826   GstFlowReturn ret = GST_FLOW_OK;
827
828   /* push queued packets first if any */
829   while (!g_queue_is_empty (src->packets)) {
830     GstBuffer *buffer = GST_BUFFER_CAST (g_queue_pop_head (src->packets));
831
832     GST_LOG ("pushing queued packet");
833     if (src->callbacks.push_rtp)
834       src->callbacks.push_rtp (src, buffer, src->user_data);
835     else
836       gst_buffer_unref (buffer);
837   }
838   GST_LOG ("pushing new packet");
839   /* push packet */
840   if (src->callbacks.push_rtp)
841     ret = src->callbacks.push_rtp (src, buffer, src->user_data);
842   else
843     gst_buffer_unref (buffer);
844
845   return ret;
846 }
847
848 static gint
849 get_clock_rate (RTPSource * src, guint8 payload)
850 {
851   if (src->payload == -1) {
852     /* first payload received, nothing was in the caps, lock on to this payload */
853     src->payload = payload;
854     GST_DEBUG ("first payload %d", payload);
855   } else if (payload != src->payload) {
856     /* we have a different payload than before, reset the clock-rate */
857     GST_DEBUG ("new payload %d", payload);
858     src->payload = payload;
859     src->clock_rate = -1;
860     src->stats.transit = -1;
861   }
862
863   if (src->clock_rate == -1) {
864     gint clock_rate = -1;
865
866     if (src->callbacks.clock_rate)
867       clock_rate = src->callbacks.clock_rate (src, payload, src->user_data);
868
869     GST_DEBUG ("got clock-rate %d", clock_rate);
870
871     src->clock_rate = clock_rate;
872   }
873   return src->clock_rate;
874 }
875
876 /* Jitter is the variation in the delay of received packets in a flow. It is
877  * measured by comparing the interval when RTP packets were sent to the interval
878  * at which they were received. For instance, if packet #1 and packet #2 leave
879  * 50 milliseconds apart and arrive 60 milliseconds apart, then the jitter is 10
880  * milliseconds. */
881 static void
882 calculate_jitter (RTPSource * src, RTPPacketInfo * pinfo)
883 {
884   GstClockTime running_time;
885   guint32 rtparrival, transit, rtptime;
886   gint32 diff;
887   gint clock_rate;
888   guint8 pt;
889
890   /* get arrival time */
891   if ((running_time = pinfo->running_time) == GST_CLOCK_TIME_NONE)
892     goto no_time;
893
894   pt = pinfo->pt;
895
896   GST_LOG ("SSRC %08x got payload %d", src->ssrc, pt);
897
898   /* get clockrate */
899   if ((clock_rate = get_clock_rate (src, pt)) == -1)
900     goto no_clock_rate;
901
902   rtptime = pinfo->rtptime;
903
904   /* convert arrival time to RTP timestamp units, truncate to 32 bits, we don't
905    * care about the absolute value, just the difference. */
906   rtparrival = gst_util_uint64_scale_int (running_time, clock_rate, GST_SECOND);
907
908   /* transit time is difference with RTP timestamp */
909   transit = rtparrival - rtptime;
910
911   /* get ABS diff with previous transit time */
912   if (src->stats.transit != -1) {
913     if (transit > src->stats.transit)
914       diff = transit - src->stats.transit;
915     else
916       diff = src->stats.transit - transit;
917   } else
918     diff = 0;
919
920   src->stats.transit = transit;
921
922   /* update jitter, the value we store is scaled up so we can keep precision. */
923   src->stats.jitter += diff - ((src->stats.jitter + 8) >> 4);
924
925   src->stats.prev_rtptime = src->stats.last_rtptime;
926   src->stats.last_rtptime = rtparrival;
927
928   GST_LOG ("rtparrival %u, rtptime %u, clock-rate %d, diff %d, jitter: %f",
929       rtparrival, rtptime, clock_rate, diff, (src->stats.jitter) / 16.0);
930
931   return;
932
933   /* ERRORS */
934 no_time:
935   {
936     GST_WARNING ("cannot get current running_time");
937     return;
938   }
939 no_clock_rate:
940   {
941     GST_WARNING ("cannot get clock-rate for pt %d", pt);
942     return;
943   }
944 }
945
946 static void
947 init_seq (RTPSource * src, guint16 seq)
948 {
949   src->stats.base_seq = seq;
950   src->stats.max_seq = seq;
951   src->stats.bad_seq = RTP_SEQ_MOD + 1; /* so seq == bad_seq is false */
952   src->stats.cycles = 0;
953   src->stats.packets_received = 0;
954   src->stats.octets_received = 0;
955   src->stats.bytes_received = 0;
956   src->stats.prev_received = 0;
957   src->stats.prev_expected = 0;
958   src->stats.recv_pli_count = 0;
959   src->stats.recv_fir_count = 0;
960
961   GST_DEBUG ("base_seq %d", seq);
962 }
963
964 #define BITRATE_INTERVAL (2 * GST_SECOND)
965
966 static void
967 do_bitrate_estimation (RTPSource * src, GstClockTime running_time,
968     guint64 * bytes_handled)
969 {
970   guint64 elapsed;
971
972   if (src->prev_rtime) {
973     elapsed = running_time - src->prev_rtime;
974
975     if (elapsed > BITRATE_INTERVAL) {
976       guint64 rate;
977
978       rate = gst_util_uint64_scale (*bytes_handled, 8 * GST_SECOND, elapsed);
979
980       GST_LOG ("Elapsed %" G_GUINT64_FORMAT ", bytes %" G_GUINT64_FORMAT
981           ", rate %" G_GUINT64_FORMAT, elapsed, *bytes_handled, rate);
982
983       if (src->bitrate == 0)
984         src->bitrate = rate;
985       else
986         src->bitrate = ((src->bitrate * 3) + rate) / 4;
987
988       src->prev_rtime = running_time;
989       *bytes_handled = 0;
990     }
991   } else {
992     GST_LOG ("Reset bitrate measurement");
993     src->prev_rtime = running_time;
994     src->bitrate = 0;
995   }
996 }
997
998 static gboolean
999 update_receiver_stats (RTPSource * src, RTPPacketInfo * pinfo)
1000 {
1001   guint16 seqnr, udelta;
1002   RTPSourceStats *stats;
1003   guint16 expected;
1004
1005   stats = &src->stats;
1006
1007   seqnr = pinfo->seqnum;
1008
1009   if (stats->cycles == -1) {
1010     GST_DEBUG ("received first packet");
1011     /* first time we heard of this source */
1012     init_seq (src, seqnr);
1013     src->stats.max_seq = seqnr - 1;
1014     src->curr_probation = src->probation;
1015   }
1016
1017   udelta = seqnr - stats->max_seq;
1018
1019   /* if we are still on probation, check seqnum */
1020   if (src->curr_probation) {
1021     expected = src->stats.max_seq + 1;
1022
1023     /* when in probation, we require consecutive seqnums */
1024     if (seqnr == expected) {
1025       /* expected packet */
1026       GST_DEBUG ("probation: seqnr %d == expected %d", seqnr, expected);
1027       src->curr_probation--;
1028       src->stats.max_seq = seqnr;
1029       if (src->curr_probation == 0) {
1030         GST_DEBUG ("probation done!");
1031         init_seq (src, seqnr);
1032       } else {
1033         GstBuffer *q;
1034
1035         GST_DEBUG ("probation %d: queue packet", src->curr_probation);
1036         /* when still in probation, keep packets in a list. */
1037         g_queue_push_tail (src->packets, pinfo->data);
1038         pinfo->data = NULL;
1039         /* remove packets from queue if there are too many */
1040         while (g_queue_get_length (src->packets) > RTP_MAX_PROBATION_LEN) {
1041           q = g_queue_pop_head (src->packets);
1042           gst_buffer_unref (q);
1043         }
1044         goto done;
1045       }
1046     } else {
1047       /* unexpected seqnum in probation */
1048       goto probation_seqnum;
1049     }
1050   } else if (udelta < RTP_MAX_DROPOUT) {
1051     /* in order, with permissible gap */
1052     if (seqnr < stats->max_seq) {
1053       /* sequence number wrapped - count another 64K cycle. */
1054       stats->cycles += RTP_SEQ_MOD;
1055     }
1056     stats->max_seq = seqnr;
1057   } else if (udelta <= RTP_SEQ_MOD - RTP_MAX_MISORDER) {
1058     /* the sequence number made a very large jump */
1059     if (seqnr == stats->bad_seq) {
1060       /* two sequential packets -- assume that the other side
1061        * restarted without telling us so just re-sync
1062        * (i.e., pretend this was the first packet).  */
1063       init_seq (src, seqnr);
1064     } else {
1065       /* unacceptable jump */
1066       stats->bad_seq = (seqnr + 1) & (RTP_SEQ_MOD - 1);
1067       goto bad_sequence;
1068     }
1069   } else {
1070     /* duplicate or reordered packet, will be filtered by jitterbuffer. */
1071     GST_WARNING ("duplicate or reordered packet (seqnr %d)", seqnr);
1072   }
1073
1074   src->stats.octets_received += pinfo->payload_len;
1075   src->stats.bytes_received += pinfo->bytes;
1076   src->stats.packets_received++;
1077   /* for the bitrate estimation */
1078   src->bytes_received += pinfo->payload_len;
1079
1080   GST_LOG ("seq %d, PC: %" G_GUINT64_FORMAT ", OC: %" G_GUINT64_FORMAT,
1081       seqnr, src->stats.packets_received, src->stats.octets_received);
1082
1083   return TRUE;
1084
1085   /* ERRORS */
1086 done:
1087   {
1088     return FALSE;
1089   }
1090 bad_sequence:
1091   {
1092     GST_WARNING ("unacceptable seqnum received");
1093     return FALSE;
1094   }
1095 probation_seqnum:
1096   {
1097     GST_WARNING ("probation: seqnr %d != expected %d", seqnr, expected);
1098     src->curr_probation = src->probation;
1099     src->stats.max_seq = seqnr;
1100     return FALSE;
1101   }
1102 }
1103
1104 /**
1105  * rtp_source_process_rtp:
1106  * @src: an #RTPSource
1107  * @pinfo: an #RTPPacketInfo
1108  *
1109  * Let @src handle the incomming RTP packet described in @pinfo.
1110  *
1111  * Returns: a #GstFlowReturn.
1112  */
1113 GstFlowReturn
1114 rtp_source_process_rtp (RTPSource * src, RTPPacketInfo * pinfo)
1115 {
1116   GstFlowReturn result;
1117
1118   g_return_val_if_fail (RTP_IS_SOURCE (src), GST_FLOW_ERROR);
1119   g_return_val_if_fail (pinfo != NULL, GST_FLOW_ERROR);
1120
1121   if (!update_receiver_stats (src, pinfo))
1122     return GST_FLOW_OK;
1123
1124   /* the source that sent the packet must be a sender */
1125   src->is_sender = TRUE;
1126   src->validated = TRUE;
1127
1128   do_bitrate_estimation (src, pinfo->running_time, &src->bytes_received);
1129
1130   /* calculate jitter for the stats */
1131   calculate_jitter (src, pinfo);
1132
1133   /* we're ready to push the RTP packet now */
1134   result = push_packet (src, pinfo->data);
1135   pinfo->data = NULL;
1136
1137   return result;
1138 }
1139
1140 /**
1141  * rtp_source_mark_bye:
1142  * @src: an #RTPSource
1143  * @reason: the reason for leaving
1144  *
1145  * Mark @src in the BYE state. This can happen when the source wants to
1146  * leave the sesssion or when a BYE packets has been received.
1147  *
1148  * This will make the source inactive.
1149  */
1150 void
1151 rtp_source_mark_bye (RTPSource * src, const gchar * reason)
1152 {
1153   g_return_if_fail (RTP_IS_SOURCE (src));
1154
1155   GST_DEBUG ("marking SSRC %08x as BYE, reason: %s", src->ssrc,
1156       GST_STR_NULL (reason));
1157
1158   /* copy the reason and mark as bye */
1159   g_free (src->bye_reason);
1160   src->bye_reason = g_strdup (reason);
1161   src->marked_bye = TRUE;
1162 }
1163
1164 /**
1165  * rtp_source_send_rtp:
1166  * @src: an #RTPSource
1167  * @data: an RTP buffer or a list of RTP buffers
1168  * @is_list: if @data is a buffer or list
1169  * @running_time: the running time of @data
1170  *
1171  * Send @data (an RTP buffer or list of buffers) originating from @src.
1172  * This will make @src a sender. This function takes ownership of @data and
1173  * modifies the SSRC in the RTP packet to that of @src when needed.
1174  *
1175  * Returns: a #GstFlowReturn.
1176  */
1177 GstFlowReturn
1178 rtp_source_send_rtp (RTPSource * src, RTPPacketInfo * pinfo)
1179 {
1180   GstFlowReturn result;
1181   GstClockTime running_time;
1182   guint32 rtptime;
1183   guint64 ext_rtptime;
1184   guint64 rt_diff, rtp_diff;
1185
1186   g_return_val_if_fail (RTP_IS_SOURCE (src), GST_FLOW_ERROR);
1187
1188   /* we are a sender now */
1189   src->is_sender = TRUE;
1190
1191   /* update stats for the SR */
1192   src->stats.packets_sent += pinfo->packets;
1193   src->stats.octets_sent += pinfo->payload_len;
1194   src->bytes_sent += pinfo->payload_len;
1195   /* we are also a receiver of our packets */
1196   update_receiver_stats (src, pinfo);
1197
1198   running_time = pinfo->running_time;
1199
1200   do_bitrate_estimation (src, running_time, &src->bytes_sent);
1201
1202   rtptime = pinfo->rtptime;
1203
1204   ext_rtptime = src->last_rtptime;
1205   ext_rtptime = gst_rtp_buffer_ext_timestamp (&ext_rtptime, rtptime);
1206
1207   GST_LOG ("SSRC %08x, RTP %" G_GUINT64_FORMAT ", running_time %"
1208       GST_TIME_FORMAT, src->ssrc, ext_rtptime, GST_TIME_ARGS (running_time));
1209
1210   if (ext_rtptime > src->last_rtptime) {
1211     rtp_diff = ext_rtptime - src->last_rtptime;
1212     rt_diff = running_time - src->last_rtime;
1213
1214     /* calc the diff so we can detect drift at the sender. This can also be used
1215      * to guestimate the clock rate if the NTP time is locked to the RTP
1216      * timestamps (as is the case when the capture device is providing the clock). */
1217     GST_LOG ("SSRC %08x, diff RTP %" G_GUINT64_FORMAT ", diff running_time %"
1218         GST_TIME_FORMAT, src->ssrc, rtp_diff, GST_TIME_ARGS (rt_diff));
1219   }
1220
1221   /* we keep track of the last received RTP timestamp and the corresponding
1222    * buffer running_time so that we can use this info when constructing SR reports */
1223   src->last_rtime = running_time;
1224   src->last_rtptime = ext_rtptime;
1225
1226   /* push packet */
1227   if (!src->callbacks.push_rtp)
1228     goto no_callback;
1229
1230   GST_LOG ("pushing RTP %s %" G_GUINT64_FORMAT,
1231       pinfo->is_list ? "list" : "packet", src->stats.packets_sent);
1232
1233   result = src->callbacks.push_rtp (src, pinfo->data, src->user_data);
1234   pinfo->data = NULL;
1235
1236   return result;
1237
1238   /* ERRORS */
1239 no_callback:
1240   {
1241     GST_WARNING ("no callback installed, dropping packet");
1242     return GST_FLOW_OK;
1243   }
1244 }
1245
1246 /**
1247  * rtp_source_process_sr:
1248  * @src: an #RTPSource
1249  * @time: time of packet arrival
1250  * @ntptime: the NTP time in 32.32 fixed point
1251  * @rtptime: the RTP time
1252  * @packet_count: the packet count
1253  * @octet_count: the octect count
1254  *
1255  * Update the sender report in @src.
1256  */
1257 void
1258 rtp_source_process_sr (RTPSource * src, GstClockTime time, guint64 ntptime,
1259     guint32 rtptime, guint32 packet_count, guint32 octet_count)
1260 {
1261   RTPSenderReport *curr;
1262   gint curridx;
1263
1264   g_return_if_fail (RTP_IS_SOURCE (src));
1265
1266   GST_DEBUG ("got SR packet: SSRC %08x, NTP %08x:%08x, RTP %" G_GUINT32_FORMAT
1267       ", PC %" G_GUINT32_FORMAT ", OC %" G_GUINT32_FORMAT, src->ssrc,
1268       (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime,
1269       packet_count, octet_count);
1270
1271   curridx = src->stats.curr_sr ^ 1;
1272   curr = &src->stats.sr[curridx];
1273
1274   /* this is a sender now */
1275   src->is_sender = TRUE;
1276
1277   /* update current */
1278   curr->is_valid = TRUE;
1279   curr->ntptime = ntptime;
1280   curr->rtptime = rtptime;
1281   curr->packet_count = packet_count;
1282   curr->octet_count = octet_count;
1283   curr->time = time;
1284
1285   /* make current */
1286   src->stats.curr_sr = curridx;
1287
1288   src->stats.prev_rtcptime = src->stats.last_rtcptime;
1289   src->stats.last_rtcptime = time;
1290 }
1291
1292 /**
1293  * rtp_source_process_rb:
1294  * @src: an #RTPSource
1295  * @ntpnstime: the current time in nanoseconds since 1970
1296  * @fractionlost: fraction lost since last SR/RR
1297  * @packetslost: the cumululative number of packets lost
1298  * @exthighestseq: the extended last sequence number received
1299  * @jitter: the interarrival jitter
1300  * @lsr: the last SR packet from this source
1301  * @dlsr: the delay since last SR packet
1302  *
1303  * Update the report block in @src.
1304  */
1305 void
1306 rtp_source_process_rb (RTPSource * src, guint64 ntpnstime,
1307     guint8 fractionlost, gint32 packetslost, guint32 exthighestseq,
1308     guint32 jitter, guint32 lsr, guint32 dlsr)
1309 {
1310   RTPReceiverReport *curr;
1311   gint curridx;
1312   guint32 ntp, A;
1313   guint64 f_ntp;
1314
1315   g_return_if_fail (RTP_IS_SOURCE (src));
1316
1317   GST_DEBUG ("got RB packet: SSRC %08x, FL %2x, PL %d, HS %" G_GUINT32_FORMAT
1318       ", jitter %" G_GUINT32_FORMAT ", LSR %04x:%04x, DLSR %04x:%04x",
1319       src->ssrc, fractionlost, packetslost, exthighestseq, jitter, lsr >> 16,
1320       lsr & 0xffff, dlsr >> 16, dlsr & 0xffff);
1321
1322   curridx = src->stats.curr_rr ^ 1;
1323   curr = &src->stats.rr[curridx];
1324
1325   /* update current */
1326   curr->is_valid = TRUE;
1327   curr->fractionlost = fractionlost;
1328   curr->packetslost = packetslost;
1329   curr->exthighestseq = exthighestseq;
1330   curr->jitter = jitter;
1331   curr->lsr = lsr;
1332   curr->dlsr = dlsr;
1333
1334   /* convert the NTP time in nanoseconds to 32.32 fixed point */
1335   f_ntp = gst_util_uint64_scale (ntpnstime, (1LL << 32), GST_SECOND);
1336   /* calculate round trip, round the time up */
1337   ntp = ((f_ntp + 0xffff) >> 16) & 0xffffffff;
1338
1339   A = dlsr + lsr;
1340   if (A > 0 && ntp > A)
1341     A = ntp - A;
1342   else
1343     A = 0;
1344   curr->round_trip = A;
1345
1346   GST_DEBUG ("NTP %04x:%04x, round trip %04x:%04x", ntp >> 16, ntp & 0xffff,
1347       A >> 16, A & 0xffff);
1348
1349   /* make current */
1350   src->stats.curr_rr = curridx;
1351 }
1352
1353 /**
1354  * rtp_source_get_new_sr:
1355  * @src: an #RTPSource
1356  * @ntpnstime: the current time in nanoseconds since 1970
1357  * @running_time: the current running_time of the pipeline.
1358  * @ntptime: the NTP time in 32.32 fixed point
1359  * @rtptime: the RTP time corresponding to @ntptime
1360  * @packet_count: the packet count
1361  * @octet_count: the octect count
1362  *
1363  * Get new values to put into a new SR report from this source.
1364  *
1365  * @running_time and @ntpnstime are captured at the same time and represent the
1366  * running time of the pipeline clock and the absolute current system time in
1367  * nanoseconds respectively. Together with the last running_time and rtp timestamp
1368  * we have observed in the source, we can generate @ntptime and @rtptime for an SR
1369  * packet. @ntptime is basically the fixed point representation of @ntpnstime
1370  * and @rtptime the associated RTP timestamp.
1371  *
1372  * Returns: %TRUE on success.
1373  */
1374 gboolean
1375 rtp_source_get_new_sr (RTPSource * src, guint64 ntpnstime,
1376     GstClockTime running_time, guint64 * ntptime, guint32 * rtptime,
1377     guint32 * packet_count, guint32 * octet_count)
1378 {
1379   guint64 t_rtp;
1380   guint64 t_current_ntp;
1381   GstClockTimeDiff diff;
1382
1383   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
1384
1385   /* We last saw a buffer with last_rtptime at last_rtime. Given a running_time
1386    * and an NTP time, we can scale the RTP timestamps so that they match the
1387    * given NTP time.  for scaling, we assume that the slope of the rtptime vs
1388    * running_time vs ntptime curve is close to 1, which is certainly
1389    * sufficient for the frequency at which we report SR and the rate we send
1390    * out RTP packets. */
1391   t_rtp = src->last_rtptime;
1392
1393   GST_DEBUG ("last_rtime %" GST_TIME_FORMAT ", last_rtptime %"
1394       G_GUINT64_FORMAT, GST_TIME_ARGS (src->last_rtime), t_rtp);
1395
1396   if (src->clock_rate != -1) {
1397     /* get the diff between the clock running_time and the buffer running_time.
1398      * This is the elapsed time, as measured against the pipeline clock, between
1399      * when the rtp timestamp was observed and the current running_time.
1400      *
1401      * We need to apply this diff to the RTP timestamp to get the RTP timestamp
1402      * for the given ntpnstime. */
1403     diff = GST_CLOCK_DIFF (src->last_rtime, running_time);
1404
1405     /* now translate the diff to RTP time, handle positive and negative cases.
1406      * If there is no diff, we already set rtptime correctly above. */
1407     if (diff > 0) {
1408       GST_DEBUG ("running_time %" GST_TIME_FORMAT ", diff %" GST_TIME_FORMAT,
1409           GST_TIME_ARGS (running_time), GST_TIME_ARGS (diff));
1410       t_rtp += gst_util_uint64_scale_int (diff, src->clock_rate, GST_SECOND);
1411     } else {
1412       diff = -diff;
1413       GST_DEBUG ("running_time %" GST_TIME_FORMAT ", diff -%" GST_TIME_FORMAT,
1414           GST_TIME_ARGS (running_time), GST_TIME_ARGS (diff));
1415       t_rtp -= gst_util_uint64_scale_int (diff, src->clock_rate, GST_SECOND);
1416     }
1417   } else {
1418     GST_WARNING ("no clock-rate, cannot interpolate rtp time");
1419   }
1420
1421   /* convert the NTP time in nanoseconds to 32.32 fixed point */
1422   t_current_ntp = gst_util_uint64_scale (ntpnstime, (1LL << 32), GST_SECOND);
1423
1424   GST_DEBUG ("NTP %08x:%08x, RTP %" G_GUINT32_FORMAT,
1425       (guint32) (t_current_ntp >> 32), (guint32) (t_current_ntp & 0xffffffff),
1426       (guint32) t_rtp);
1427
1428   if (ntptime)
1429     *ntptime = t_current_ntp;
1430   if (rtptime)
1431     *rtptime = t_rtp;
1432   if (packet_count)
1433     *packet_count = src->stats.packets_sent;
1434   if (octet_count)
1435     *octet_count = src->stats.octets_sent;
1436
1437   return TRUE;
1438 }
1439
1440 /**
1441  * rtp_source_get_new_rb:
1442  * @src: an #RTPSource
1443  * @time: the current time of the system clock
1444  * @fractionlost: fraction lost since last SR/RR
1445  * @packetslost: the cumululative number of packets lost
1446  * @exthighestseq: the extended last sequence number received
1447  * @jitter: the interarrival jitter
1448  * @lsr: the last SR packet from this source
1449  * @dlsr: the delay since last SR packet
1450  *
1451  * Get new values to put into a new report block from this source.
1452  *
1453  * Returns: %TRUE on success.
1454  */
1455 gboolean
1456 rtp_source_get_new_rb (RTPSource * src, GstClockTime time,
1457     guint8 * fractionlost, gint32 * packetslost, guint32 * exthighestseq,
1458     guint32 * jitter, guint32 * lsr, guint32 * dlsr)
1459 {
1460   RTPSourceStats *stats;
1461   guint64 extended_max, expected;
1462   guint64 expected_interval, received_interval, ntptime;
1463   gint64 lost, lost_interval;
1464   guint32 fraction, LSR, DLSR;
1465   GstClockTime sr_time;
1466
1467   stats = &src->stats;
1468
1469   extended_max = stats->cycles + stats->max_seq;
1470   expected = extended_max - stats->base_seq + 1;
1471
1472   GST_DEBUG ("ext_max %" G_GUINT64_FORMAT ", expected %" G_GUINT64_FORMAT
1473       ", received %" G_GUINT64_FORMAT ", base_seq %" G_GUINT32_FORMAT,
1474       extended_max, expected, stats->packets_received, stats->base_seq);
1475
1476   lost = expected - stats->packets_received;
1477   lost = CLAMP (lost, -0x800000, 0x7fffff);
1478
1479   expected_interval = expected - stats->prev_expected;
1480   stats->prev_expected = expected;
1481   received_interval = stats->packets_received - stats->prev_received;
1482   stats->prev_received = stats->packets_received;
1483
1484   lost_interval = expected_interval - received_interval;
1485
1486   if (expected_interval == 0 || lost_interval <= 0)
1487     fraction = 0;
1488   else
1489     fraction = (lost_interval << 8) / expected_interval;
1490
1491   GST_DEBUG ("add RR for SSRC %08x", src->ssrc);
1492   /* we scaled the jitter up for additional precision */
1493   GST_DEBUG ("fraction %" G_GUINT32_FORMAT ", lost %" G_GINT64_FORMAT
1494       ", extseq %" G_GUINT64_FORMAT ", jitter %d", fraction, lost,
1495       extended_max, stats->jitter >> 4);
1496
1497   if (rtp_source_get_last_sr (src, &sr_time, &ntptime, NULL, NULL, NULL)) {
1498     GstClockTime diff;
1499
1500     /* LSR is middle 32 bits of the last ntptime */
1501     LSR = (ntptime >> 16) & 0xffffffff;
1502     diff = time - sr_time;
1503     GST_DEBUG ("last SR time diff %" GST_TIME_FORMAT, GST_TIME_ARGS (diff));
1504     /* DLSR, delay since last SR is expressed in 1/65536 second units */
1505     DLSR = gst_util_uint64_scale_int (diff, 65536, GST_SECOND);
1506   } else {
1507     /* No valid SR received, LSR/DLSR are set to 0 then */
1508     GST_DEBUG ("no valid SR received");
1509     LSR = 0;
1510     DLSR = 0;
1511   }
1512   GST_DEBUG ("LSR %04x:%04x, DLSR %04x:%04x", LSR >> 16, LSR & 0xffff,
1513       DLSR >> 16, DLSR & 0xffff);
1514
1515   if (fractionlost)
1516     *fractionlost = fraction;
1517   if (packetslost)
1518     *packetslost = lost;
1519   if (exthighestseq)
1520     *exthighestseq = extended_max;
1521   if (jitter)
1522     *jitter = stats->jitter >> 4;
1523   if (lsr)
1524     *lsr = LSR;
1525   if (dlsr)
1526     *dlsr = DLSR;
1527
1528   return TRUE;
1529 }
1530
1531 /**
1532  * rtp_source_get_last_sr:
1533  * @src: an #RTPSource
1534  * @time: time of packet arrival
1535  * @ntptime: the NTP time in 32.32 fixed point
1536  * @rtptime: the RTP time
1537  * @packet_count: the packet count
1538  * @octet_count: the octect count
1539  *
1540  * Get the values of the last sender report as set with rtp_source_process_sr().
1541  *
1542  * Returns: %TRUE if there was a valid SR report.
1543  */
1544 gboolean
1545 rtp_source_get_last_sr (RTPSource * src, GstClockTime * time, guint64 * ntptime,
1546     guint32 * rtptime, guint32 * packet_count, guint32 * octet_count)
1547 {
1548   RTPSenderReport *curr;
1549
1550   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
1551
1552   curr = &src->stats.sr[src->stats.curr_sr];
1553   if (!curr->is_valid)
1554     return FALSE;
1555
1556   if (ntptime)
1557     *ntptime = curr->ntptime;
1558   if (rtptime)
1559     *rtptime = curr->rtptime;
1560   if (packet_count)
1561     *packet_count = curr->packet_count;
1562   if (octet_count)
1563     *octet_count = curr->octet_count;
1564   if (time)
1565     *time = curr->time;
1566
1567   return TRUE;
1568 }
1569
1570 /**
1571  * rtp_source_get_last_rb:
1572  * @src: an #RTPSource
1573  * @fractionlost: fraction lost since last SR/RR
1574  * @packetslost: the cumululative number of packets lost
1575  * @exthighestseq: the extended last sequence number received
1576  * @jitter: the interarrival jitter
1577  * @lsr: the last SR packet from this source
1578  * @dlsr: the delay since last SR packet
1579  * @round_trip: the round trip time
1580  *
1581  * Get the values of the last RB report set with rtp_source_process_rb().
1582  *
1583  * Returns: %TRUE if there was a valid SB report.
1584  */
1585 gboolean
1586 rtp_source_get_last_rb (RTPSource * src, guint8 * fractionlost,
1587     gint32 * packetslost, guint32 * exthighestseq, guint32 * jitter,
1588     guint32 * lsr, guint32 * dlsr, guint32 * round_trip)
1589 {
1590   RTPReceiverReport *curr;
1591
1592   g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
1593
1594   curr = &src->stats.rr[src->stats.curr_rr];
1595   if (!curr->is_valid)
1596     return FALSE;
1597
1598   if (fractionlost)
1599     *fractionlost = curr->fractionlost;
1600   if (packetslost)
1601     *packetslost = curr->packetslost;
1602   if (exthighestseq)
1603     *exthighestseq = curr->exthighestseq;
1604   if (jitter)
1605     *jitter = curr->jitter;
1606   if (lsr)
1607     *lsr = curr->lsr;
1608   if (dlsr)
1609     *dlsr = curr->dlsr;
1610   if (round_trip)
1611     *round_trip = curr->round_trip;
1612
1613   return TRUE;
1614 }
1615
1616 gboolean
1617 find_conflicting_address (GList * conflicting_addresses,
1618     GSocketAddress * address, GstClockTime time)
1619 {
1620   GList *item;
1621
1622   for (item = conflicting_addresses; item; item = g_list_next (item)) {
1623     RTPConflictingAddress *known_conflict = item->data;
1624
1625     if (__g_socket_address_equal (address, known_conflict->address)) {
1626       known_conflict->time = time;
1627       return TRUE;
1628     }
1629   }
1630
1631   return FALSE;
1632 }
1633
1634 GList *
1635 add_conflicting_address (GList * conflicting_addresses,
1636     GSocketAddress * address, GstClockTime time)
1637 {
1638   RTPConflictingAddress *new_conflict;
1639
1640   new_conflict = g_slice_new (RTPConflictingAddress);
1641
1642   new_conflict->address = G_SOCKET_ADDRESS (g_object_ref (address));
1643   new_conflict->time = time;
1644
1645   return g_list_prepend (conflicting_addresses, new_conflict);
1646 }
1647
1648 GList *
1649 timeout_conflicting_addresses (GList * conflicting_addresses,
1650     GstClockTime current_time)
1651 {
1652   GList *item;
1653   /* "a relatively long time" -- RFC 3550 section 8.2 */
1654   const GstClockTime collision_timeout =
1655       RTP_STATS_MIN_INTERVAL * GST_SECOND * 10;
1656
1657   item = g_list_first (conflicting_addresses);
1658   while (item) {
1659     RTPConflictingAddress *known_conflict = item->data;
1660     GList *next_item = g_list_next (item);
1661
1662     if (known_conflict->time < current_time - collision_timeout) {
1663       gchar *buf;
1664
1665       conflicting_addresses = g_list_delete_link (conflicting_addresses, item);
1666       buf = __g_socket_address_to_string (known_conflict->address);
1667       GST_DEBUG ("collision %p timed out: %s", known_conflict, buf);
1668       g_free (buf);
1669       rtp_conflicting_address_free (known_conflict);
1670     }
1671     item = next_item;
1672   }
1673
1674   return conflicting_addresses;
1675 }
1676
1677 /**
1678  * rtp_source_find_conflicting_address:
1679  * @src: The source the packet came in
1680  * @address: address to check for
1681  * @time: The time when the packet that is possibly in conflict arrived
1682  *
1683  * Checks if an address which has a conflict is already known. If it is
1684  * a known conflict, remember the time
1685  *
1686  * Returns: TRUE if it was a known conflict, FALSE otherwise
1687  */
1688 gboolean
1689 rtp_source_find_conflicting_address (RTPSource * src, GSocketAddress * address,
1690     GstClockTime time)
1691 {
1692   return find_conflicting_address (src->conflicting_addresses, address, time);
1693 }
1694
1695 /**
1696  * rtp_source_add_conflicting_address:
1697  * @src: The source the packet came in
1698  * @address: address to remember
1699  * @time: The time when the packet that is in conflict arrived
1700  *
1701  * Adds a new conflict address
1702  */
1703 void
1704 rtp_source_add_conflicting_address (RTPSource * src,
1705     GSocketAddress * address, GstClockTime time)
1706 {
1707   src->conflicting_addresses =
1708       add_conflicting_address (src->conflicting_addresses, address, time);
1709 }
1710
1711 /**
1712  * rtp_source_timeout:
1713  * @src: The #RTPSource
1714  * @current_time: The current time
1715  * @feedback_retention_window: The running time before which retained feedback
1716  * packets have to be discarded
1717  *
1718  * This is processed on each RTCP interval. It times out old collisions.
1719  * It also times out old retained feedback packets
1720  */
1721 void
1722 rtp_source_timeout (RTPSource * src, GstClockTime current_time,
1723     GstClockTime feedback_retention_window)
1724 {
1725   GstRTCPPacket *pkt;
1726
1727   src->conflicting_addresses =
1728       timeout_conflicting_addresses (src->conflicting_addresses, current_time);
1729
1730   /* Time out AVPF packets that are older than the desired length */
1731   while ((pkt = g_queue_peek_tail (src->retained_feedback)) &&
1732       GST_BUFFER_TIMESTAMP (pkt) < feedback_retention_window)
1733     gst_buffer_unref (g_queue_pop_tail (src->retained_feedback));
1734 }
1735
1736 static gint
1737 compare_buffers (gconstpointer a, gconstpointer b, gpointer user_data)
1738 {
1739   const GstBuffer *bufa = a;
1740   const GstBuffer *bufb = b;
1741
1742   return GST_BUFFER_TIMESTAMP (bufa) - GST_BUFFER_TIMESTAMP (bufb);
1743 }
1744
1745 void
1746 rtp_source_retain_rtcp_packet (RTPSource * src, GstRTCPPacket * packet,
1747     GstClockTime running_time)
1748 {
1749   GstBuffer *buffer;
1750
1751   buffer = gst_buffer_copy_region (packet->rtcp->buffer, GST_BUFFER_COPY_MEMORY,
1752       packet->offset, (gst_rtcp_packet_get_length (packet) + 1) * 4);
1753
1754   GST_BUFFER_TIMESTAMP (buffer) = running_time;
1755
1756   g_queue_insert_sorted (src->retained_feedback, buffer, compare_buffers, NULL);
1757 }
1758
1759 gboolean
1760 rtp_source_has_retained (RTPSource * src, GCompareFunc func, gconstpointer data)
1761 {
1762   if (g_queue_find_custom (src->retained_feedback, data, func))
1763     return TRUE;
1764   else
1765     return FALSE;
1766 }
1767
1768 /**
1769  * @src: The #RTPSource
1770  * @seqnum: a seqnum
1771  *
1772  * Register that @seqnum has not been received from @src.
1773  */
1774 void
1775 rtp_source_register_nack (RTPSource * src, guint16 seqnum)
1776 {
1777   guint i, len;
1778   guint32 dword = seqnum << 16;
1779   gint diff = 16;
1780
1781   len = src->nacks->len;
1782   for (i = 0; i < len; i++) {
1783     guint32 tdword;
1784     guint16 tseq;
1785
1786     tdword = g_array_index (src->nacks, guint32, i);
1787     tseq = tdword >> 16;
1788
1789     diff = gst_rtp_buffer_compare_seqnum (tseq, seqnum);
1790     if (diff < 16)
1791       break;
1792   }
1793   /* we already have this seqnum */
1794   if (diff == 0)
1795     return;
1796   /* it comes before the recorded seqnum, FIXME, we could merge it
1797    * if not to far away */
1798   if (diff < 0) {
1799     GST_DEBUG ("insert NACK #%u at %u", seqnum, i);
1800     g_array_insert_val (src->nacks, i, dword);
1801   } else if (diff < 16) {
1802     /* we can merge it */
1803     dword = g_array_index (src->nacks, guint32, i);
1804     dword |= 1 << (diff - 1);
1805     GST_DEBUG ("merge NACK #%u at %u with NACK #%u -> 0x%08x", seqnum, i,
1806         dword >> 16, dword);
1807     g_array_index (src->nacks, guint32, i) = dword;
1808   } else {
1809     GST_DEBUG ("append NACK #%u", seqnum);
1810     g_array_append_val (src->nacks, dword);
1811   }
1812   src->send_nack = TRUE;
1813 }
1814
1815 /**
1816  * @src: The #RTPSource
1817  * @n_nacks: result number of nacks
1818  *
1819  * Get the registered NACKS since the last rtp_source_clear_nacks().
1820  *
1821  * Returns: an array of @n_nacks seqnum values.
1822  */
1823 guint32 *
1824 rtp_source_get_nacks (RTPSource * src, guint * n_nacks)
1825 {
1826   if (n_nacks)
1827     *n_nacks = src->nacks->len;
1828
1829   return (guint32 *) src->nacks->data;
1830 }
1831
1832 void
1833 rtp_source_clear_nacks (RTPSource * src)
1834 {
1835   g_array_set_size (src->nacks, 0);
1836   src->send_nack = FALSE;
1837 }