summaryrefslogtreecommitdiff
path: root/gst/rtsp-server
AgeCommit message (Expand)AuthorFilesLines
2015-04-15rtsp-stream: fix to get valid each stream data for request-aux-sender signalHyunjun Ko3-8/+30
2015-03-23rtsp-stream: Limit the queues to 1 bufferSebastian Dröge1-0/+4
2015-03-23rtsp-stream: Update comment and ASCII art to the latest codeSebastian Dröge1-7/+7
2015-03-21rtsp-media: Properly return first rtptimeNicolas Dufresne1-3/+3
2015-03-18rtsp-stream: Don't leave buffer mappedNicolas Dufresne1-1/+2
2015-03-10Fix double semicolonsTim-Philipp Müller1-2/+2
2015-03-09rtsp-stream: Get the seqnum-base and other information from the last buffer i...Sebastian Dröge1-0/+58
2015-03-09rtsp-media: Don't seek for PLAY if the position will not changeSebastian Dröge1-27/+33
2015-03-09rtsp-media: Don't include payload type in the caps for framesizeSebastian Dröge1-0/+17
2015-03-09rtsp-sdp: add payload type to the sdp framesize attributeLinus Svensson1-0/+10
2015-03-03rtsp-media-factory: Add functions to set/get the media gtypeJan Schmidt2-1/+61
2015-03-02rtsp-media: fix double unlock in _get_buffer_size()Gregor Boirie1-1/+1
2015-02-19rtsp-session: Use monotonic time for RTSP session timeoutKent-Inge Ingesson3-14/+106
2015-02-13rtsp-client: Only error out in PLAY if seeking actually failedSebastian Dröge2-4/+8
2015-02-13rtsp-stream: Add necessary queues between tee and multiudpsinkAndreas Frisch1-2/+19
2015-02-12rtsp-media: If seeking fails, don't wait forever for the media to preroll againSebastian Dröge2-1/+19
2015-02-11rtsp-stream: minor code formatting fixTim-Philipp Müller1-1/+2
2015-02-10rtsp-media: fix logic for collect_streamsLuis de Bethencourt1-3/+7
2015-02-09rtsp-media: Don't set the transport mode based on what elements we findSebastian Dröge1-1/+0
2015-02-08rtsp-client: fix awkward if clauseTim-Philipp Müller1-1/+1
2015-02-06rtsp-media: Use flags to distinguish between PLAY and RECORD mediaSebastian Dröge5-84/+143
2015-02-06rtsp-client: fix a couple of leaks in handle_announceTim-Philipp Müller1-6/+7
2015-02-06rtsp-media: Expose latency setting for setting the rtpbin latencySebastian Dröge4-0/+140
2015-02-06rtsp-stream: Put the timestamp of receival of the initial packet over TCP on ...Sebastian Dröge1-0/+52
2015-02-06Add initial support for RECORDSebastian Dröge9-85/+1399
2015-01-30rtsp-stream: RTCP and RTP transport cache cookies seperatedAnila Balavan1-8/+17
2015-01-21rtsp-stream: fix false compiler warningTim-Philipp Müller1-1/+1
2015-01-19rtsp-client: log interleaved data receivedTim-Philipp Müller1-2/+7
2015-01-19rtsp-client: fix unintentional fallthrough to debug warning when receiving in...Tim-Philipp Müller1-0/+4
2015-01-19rtsp-client: If we have a single-stream media and SETUP contains no control, ...Sebastian Dröge1-10/+17
2015-01-18rtsp-client: Use a random session ID in the SDPSebastian Dröge1-1/+7
2015-01-16rtsp-client: Drop trailing \0 of RTSP DATA messagesSebastian Dröge1-1/+11
2015-01-16rtsp-stream: Have one copy of the transports cache for RTP and RTCP eachGöran Jönsson1-13/+29
2015-01-15rtsp-stream: Set format=TIME on our app sources for TCPSebastian Dröge1-0/+1
2015-01-14Revert "rtsp-session-pool: Make sure session IDs are properly URI-escaped"Sebastian Rasmussen1-3/+2
2014-12-29rtsp-client: Add a send_message default signal handlerSebastian Dröge2-2/+5
2014-12-16rtsp-stream: Fix some minor memory leaksSebastian Dröge1-0/+3
2014-12-16rtsp-media: Some minor cleanupSebastian Dröge1-4/+4
2014-12-16rtsp-stream: Fix compiler warningsSebastian Dröge1-2/+2
2014-12-16media: implement ssrc-multiplexed retransmission supportMatthew Waters7-1/+343
2014-12-02rtsp: Ref transports in hash table.Göran Jönsson3-2/+13
2014-11-07client: refactor cleanup of cached mediaWim Taymans1-20/+20
2014-11-07client: Configure transport after creating session mediaLinus Svensson1-4/+4
2014-11-07client: Stop caching media in client when doing setupLinus Svensson2-0/+10
2014-11-01rtsp-stream: unref srtp decoder when leaving binAleix Conchillo Flaqué1-0/+2
2014-10-30rtsp-client: mikey memory leaksAleix Conchillo Flaqué1-0/+3
2014-10-21rtsp-media: deactivate media when shutting down from pausedVincent Penquerc'h1-2/+9
2014-10-21rtsp-client: add stream transport to contextAleix Conchillo Flaqué2-15/+19
2014-10-21stream: release lock even not all transports have been removedAleix Conchillo Flaqué1-1/+8
2014-10-10rtsp-sdp: Rename clock-base and seqnum-base to timestamp-offset and seqnum-of...Olivier Crête1-2/+2