Project

General

Profile

Bug #3021 » a.patch

Debug output for RTCP thread - Jaroslav Kysela, 2015-11-05 17:04

View differences:

src/satip/rtp.c
759 759
      if (!satip_rtcp_run)
760 760
        goto end;
761 761
    } while (r && ts.tv_nsec);
762
    tvhtrace("satips", "RTCP nanosleep");
762 763
    pthread_mutex_lock(&satip_rtp_lock);
763 764
    TAILQ_FOREACH(rtp, &satip_rtp_sessions, link) {
765
      tvhtrace("satips", "RTCP sq = %p", rtp->sq);
764 766
      if (rtp->sq == NULL) continue;
765 767
      len = satip_rtcp_build(rtp, msg);
766 768
      if (len <= 0) continue;
(14-14/18)