gstreamer/gst/rtsp-server
Anila Balavan 18668bf495 rtsp-stream: RTCP and RTP transport cache cookies seperated
RTCP packets were not sent because the same tr_cache_cookie was used for
both RTP and RTCP. So only one of the tr_cache lists were populated
depending on which one was sent first. If the tr_cache list is not
populated then no packets can be sent. Most often this happened to be
RTCP. Now seperate RTCP and RTP transport cache cookies are added which
resulted in both the tr_cache_lists to be populated regardless of which
one was sent first.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=743734
2015-01-30 18:26:44 +01:00
..
.gitignore
Makefile.am
rtsp-address-pool.c
rtsp-address-pool.h
rtsp-auth.c
rtsp-auth.h
rtsp-client.c rtsp-client: log interleaved data received 2015-01-19 23:24:28 +00:00
rtsp-client.h rtsp-client: Add a send_message default signal handler 2014-12-29 12:06:50 +01:00
rtsp-context.c
rtsp-context.h
rtsp-media-factory-uri.c
rtsp-media-factory-uri.h
rtsp-media-factory.c media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
rtsp-media-factory.h media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
rtsp-media.c rtsp-media: Some minor cleanup 2014-12-16 16:46:06 +01:00
rtsp-media.h media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
rtsp-mount-points.c
rtsp-mount-points.h
rtsp-params.c
rtsp-params.h
rtsp-permissions.c
rtsp-permissions.h
rtsp-sdp.c media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
rtsp-sdp.h
rtsp-server.c
rtsp-server.h
rtsp-session-media.c
rtsp-session-media.h
rtsp-session-pool.c Revert "rtsp-session-pool: Make sure session IDs are properly URI-escaped" 2015-01-14 18:43:37 +01:00
rtsp-session-pool.h
rtsp-session.c
rtsp-session.h
rtsp-stream-transport.c rtsp: Ref transports in hash table. 2014-12-02 16:29:24 +01:00
rtsp-stream-transport.h
rtsp-stream.c rtsp-stream: RTCP and RTP transport cache cookies seperated 2015-01-30 18:26:44 +01:00
rtsp-stream.h media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
rtsp-thread-pool.c
rtsp-thread-pool.h
rtsp-token.c
rtsp-token.h