summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-02-11 01:01:16 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-02-11 01:01:16 +0100
commit66692c70d769734c83f1e67f716a1ecd14a924c5 (patch)
treebc7fff6e99f3bcc8f544106444d6ce6de20b6c77 /src/core.h
parentbd7af305a42083ec46323cdf6de3a241ebfc89e8 (diff)
stream: print a message when incoming RTP stream is established
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index ba4034e..d08f1f2 100644
--- a/src/core.h
+++ b/src/core.h
@@ -377,6 +377,7 @@ struct stream {
uint64_t ts_last; /**< Timestamp of last received RTP pkt */
bool terminated; /**< Stream is terminated flag */
uint32_t rtp_timeout_ms; /**< RTP Timeout value in [ms] */
+ bool rtp_estab; /**< True if RTP stream is established */
};
int stream_alloc(struct stream **sp, const struct stream_param *prm,