Skip to content

srtobject: add caller socket address to stats structure

Jakub Adam requested to merge xhaakon/gst-plugins-bad:srtsocket-in-stats into master

In listener mode, gst_stats() returns an independent set of statistics for every connected caller. Having the SRT socket handle present in each structure allows to correlate the statistics with a particular caller that has been announced by "caller-added" signal.

Edited by Jakub Adam

Merge request reports