module-rtp: port source and sink to new stream

This commit is contained in:
Wim Taymans 2023-03-02 19:55:44 +01:00
parent e8119cb087
commit be09198249
7 changed files with 127 additions and 1434 deletions

View file

@ -648,7 +648,7 @@ static struct session *session_new_announce(struct impl *impl, struct node *node
sdp->ntp = (uint32_t) time(NULL) + 2208988800U;
sess->props = props;
if ((str = pw_properties_get(props, "rtp.session")) != NULL)
if ((str = pw_properties_get(props, "sess.name")) != NULL)
sdp->session_name = strdup(str);
if ((str = pw_properties_get(props, "rtp.destination.port")) == NULL)