module-rtp: send journal feedback

Parse the journal and send feedback.
Handle the NO and RS commands.
This commit is contained in:
Wim Taymans 2023-03-10 10:47:03 +01:00
parent 1276c946fd
commit f841a0d3f1
7 changed files with 124 additions and 8 deletions

View file

@ -32,6 +32,8 @@ struct rtp_stream_events {
void (*state_changed) (void *data, bool started, const char *error);
void (*send_packet) (void *data, struct iovec *iov, size_t iovlen);
void (*send_feedback) (void *data, uint32_t senum);
};
struct rtp_stream *rtp_stream_new(struct pw_core *core,