summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-stream.c
Commit message (Expand)AuthorAgeFilesLines
* All around: add annotations and API guardsMathieu Duponchelle2018-02-121-19/+25
* rtsp: Set udpsink_out ttl-mc property on creationIan Jamison2018-01-071-0/+6
* rtsp-stream: fix connection delay due to wrong assumption on last-sampleJulien Isorce2017-07-251-2/+17
* gi: Fix some annotations and docstringsThibault Saunier2017-04-131-4/+5
* rtsp-stream: corrected if-statement in _get_server_port()Patricia Muscalu2017-01-101-2/+2
* rtsp-stream: fixed segmenation fault in _get_server_port()Patricia Muscalu2017-01-091-2/+7
* rtsp-stream: Fixed TCP transport casePatricia Muscalu2016-12-221-0/+1
* stream: block the output of rtpbin instead of the source pipelineMatthew Waters2016-11-231-10/+15
* rtsp-stream: Set close-socket FALSE on UDP src:esGöran Jönsson2016-11-221-0/+3
* stream: Fix randomly missing streams from SDP with dynamic elementsXavier Claessens2016-10-061-0/+1
* rtsp-server: Hint that set_multicast_iface expects the name of the interfaceIan Jamison2016-09-181-1/+1
* rtsp-stream: Remove unused _locked() variant of a functionSebastian Dröge2016-09-071-31/+23
* stream: cosmetic cleanupXavier Claessens2016-09-071-1/+1
* stream: Compare IP addresses case insensitive in more placesXavier Claessens2016-09-071-2/+3
* stream: Fix leaked joined_binXavier Claessens2016-09-071-2/+1
* rtsp-stream: Compare IP address strings case insensitiveSebastian Dröge2016-09-061-3/+4
* rtsp-stream: Bind multicast sockets to ANY as beforeSebastian Dröge2016-09-061-1/+4
* rtsp-stream: Always create multicast UDP elements if the protocol flag is setSebastian Dröge2016-09-051-163/+115
* rtsp-stream: Fix up various multicast related issuesSebastian Dröge2016-09-051-10/+16
* stream: revert back to create udpsrc/udpsink on DESCRIBE for unicastXavier Claessens2016-09-051-298/+295
* stream: factor our plug_src functionXavier Claessens2016-09-051-43/+34
* stream: factor out plug_sink functionXavier Claessens2016-09-051-46/+36
* stream: small documentation clarificationXavier Claessens2016-09-051-2/+6
* stream: rename addr_v4/6 to mcast_addr_v4/6 for clarityXavier Claessens2016-09-051-14/+14
* stream: Keep a ref on joined binXavier Claessens2016-09-051-19/+21
* stream: code cleanupXavier Claessens2016-09-051-281/+206
* stream: small fix in error code pathXavier Claessens2016-09-051-4/+8
* Revert "rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrc"Xavier Claessens2016-09-051-168/+131
* sdp: add rollover counters for all sender SSRCAleix Conchillo Flaqué2016-06-141-0/+26
* rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrcJake Foytik2016-04-291-131/+168
* rtsp-stream: Always bind to ANY when address is a multicast address and not o...Sebastian Dröge2016-04-291-10/+2
* rtsp-server: Implement clock signalling according to RFC7273Sebastian Dröge2016-04-031-0/+77
* rtsp-media: Add support for setting the multicast interfaceSebastian Dröge2016-03-251-2/+71
* rtsp-stream: Don't set the state of the appsrc from PLAYING to PAUSED again d...Sebastian Dröge2016-03-161-2/+0
* rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are syn...Sebastian Dröge2016-03-101-3/+22
* rtsp-stream: Fix typo in the docstringJan Schmidt2016-03-111-1/+1
* rtsp-stream: Disable multicast loopback for all our socketsSebastian Dröge2016-03-051-0/+2
* rtsp-stream: Only bind multicast sockets to ANY on WindowsSebastian Dröge2016-03-041-3/+10
* rtsp-stream: Only use the address pool for unicast UDP if it contains unicast...Sebastian Dröge2016-03-031-9/+8
* rtsp-server: Fix indentationSebastian Dröge2016-03-021-18/+21
* rtsp-stream: Don't bind the sockets to multicast addressesSebastian Dröge2016-03-021-0/+9
* rtsp-stream: postpone UDP socket allocation until SETUPPatricia Muscalu2016-02-231-172/+165
* rtsp-stream: postpone the creation of the UDP sourcesPatricia Muscalu2016-02-231-16/+59
* rtsp-stream: added function for setting UDP sources to PLAYING statePatricia Muscalu2016-02-231-0/+54
* rtsp-stream: added function for creating and configuring UDP sourcesPatricia Muscalu2016-02-231-38/+43
* rtsp-stream: added function for RTP/RTCP socket configurationPatricia Muscalu2016-02-231-8/+19
* rtsp-stream: added function for creating and configuring UDP sinksPatricia Muscalu2016-02-231-64/+85
* rtsp-stream: added helper function for creating the sender/receiver partsPatricia Muscalu2016-02-231-127/+166
* rtsp-stream: Add functions for using rtsp-stream from the clientJan Schmidt2016-01-291-2/+66
* rtsp-stream: fixed assert during update transportSrimanta Panda2016-01-071-9/+13