stream: Added a list of multicast client addresses
[platform/upstream/gst-rtsp-server.git] / gst / rtsp-server / rtsp-stream.c
2018-08-14 Patricia Muscalustream: Added a list of multicast client addresses
2018-08-14 Patricia Muscalustream: Choose the maximum ttl value provided by multic...
2018-08-14 Patricia Muscalurtsp-stream: Don't require address pool in the transpor...
2018-08-14 Patricia MuscaluAdd new API for setting/getting maximum multicast ttl...
2018-08-14 Mathieu Duponchellertsp-stream: avoid duplicating the first multicast...
2018-08-14 Sebastian DrögeRevert "rtsp-stream: avoid duplicating the first multic...
2018-08-14 Sebastian DrögeRevert "Add new API for setting/getting maximum multica...
2018-08-14 Sebastian DrögeRevert "rtsp-stream: Don't require address pool in...
2018-08-14 Sebastian DrögeRevert "stream: Choose the maximum ttl value provided...
2018-08-14 Patricia Muscalustream: Choose the maximum ttl value provided by multic...
2018-08-14 Patricia Muscalurtsp-stream: Don't require address pool in the transpor...
2018-08-14 Patricia MuscaluAdd new API for setting/getting maximum multicast ttl...
2018-08-14 Mathieu Duponchellertsp-stream: avoid duplicating the first multicast...
2018-08-01 Mathieu Duponchellertsp-client: always allocate both IPV4 and IPV6 sockets
2018-07-23 Sebastian Drögertsp-stream: Slightly simplify locking
2018-07-23 David Svensson ForsLimit queued TCP data messages to one per stream
2018-06-27 Göran Jönssonrtsp-stream: avoid pushing data on unlinked udpsrc...
2018-06-26 Ognyan Tonchevrtsp-stream: Fix mismatch between allowed and configure...
2018-06-26 Ulf Olssonrtsp-stream: Emit a signal when the SRTP decoder is...
2018-06-26 Patricia Muscalurtsp-stream: Don't require presence of sinks in _get_...
2018-06-26 Patricia Muscalurtsp-stream: Update transport for multicast clients...
2018-06-26 Patricia Muscalurtsp-stream: Set the multicast TTL parameter on multica...
2018-06-24 Tim-Philipp MüllerUpdate for g_type_class_add_private() deprecation in...
2018-06-24 Tim-Philipp MüllerFix indentation
2018-06-19 Mathieu Duponchellertsp-stream: only create funnel if it didn't exist...
2018-04-19 Mathieu DuponchelleImplement support for ULP Forward Error Correction
2018-04-04 Sebastian Drögegst: Run everything through gst-indent again
2018-03-30 Mathieu Duponchellertsp-stream: do not take lock in request_aux_receiver
2018-03-30 Mathieu Duponchellertsp-server: add API to enable retransmission requests
2018-03-30 Mathieu Duponchellertsp-stream: extract handle_keymgmt from rtsp-client
2018-02-16 Ognyan Tonchevstream: Add functions for checking if stream is receive...
2018-02-12 Mathieu DuponchelleAll around: add annotations and API guards
2017-12-19 Sebastian Drögertsp-stream: Set multicast TTL on the multicast sockets
2017-12-19 Sebastian Drögertsp-stream: Decide based on the sockets, not the addre...
2017-12-07 Edward Herveyrtsp-server: Minor doc fixes
2017-11-27 Patricia Muscalurtsp-stream: Do not reset 'blocking' if stream is alrea...
2017-11-25 Edward Herveyrtsp-media: Enable seeking query before pipeline is...
2017-11-21 Edward HerveyRun gst-indent
2017-11-15 Sebastian Drögertsp-stream: Only update the RTP udpsink if it actually...
2017-11-15 Patricia Muscalurtsp-media: seek on media pipelines that are complete
2017-11-15 Patricia MuscaluDynamically reconfigure pipeline in PLAY based on trans...
2017-11-15 Patricia Muscalurtsp-stream: obtain stream position from pad
2017-11-15 Patricia Muscalurtsp-stream: add functions to get rtp and rtcp multicas...
2017-11-15 Patricia Muscalustream: set async=sync=false only for RTCP appsink
2017-10-05 Thibault Saunierstream: Use stream duration as stream-stop if segment...
2017-06-29 Julien Isorcertsp-stream: fix connection delay due to wrong assumpti...
2017-04-13 Thibault Sauniergi: Fix some annotations and docstrings
2017-01-10 Patricia Muscalurtsp-stream: corrected if-statement in _get_server_port()
2017-01-09 Patricia Muscalurtsp-stream: fixed segmenation fault in _get_server_port()
2016-12-22 Patricia Muscalurtsp-stream: Fixed TCP transport case
2016-11-23 Matthew Watersstream: block the output of rtpbin instead of the sourc...
2016-11-22 Göran Jönssonrtsp-stream: Set close-socket FALSE on UDP src:es
2016-10-06 Xavier Claessensstream: Fix randomly missing streams from SDP with...
2016-09-18 Ian Jamisonrtsp-server: Hint that set_multicast_iface expects...
2016-09-07 Sebastian Drögertsp-stream: Remove unused _locked() variant of a function
2016-09-07 Xavier Claessensstream: cosmetic cleanup
2016-09-07 Xavier Claessensstream: Compare IP addresses case insensitive in more...
2016-09-07 Xavier Claessensstream: Fix leaked joined_bin
2016-09-06 Sebastian Drögertsp-stream: Compare IP address strings case insensitive
2016-09-06 Sebastian Drögertsp-stream: Bind multicast sockets to ANY as before
2016-09-05 Sebastian Drögertsp-stream: Always create multicast UDP elements if...
2016-09-05 Sebastian Drögertsp-stream: Fix up various multicast related issues
2016-09-05 Xavier Claessensstream: revert back to create udpsrc/udpsink on DESCRIB...
2016-09-05 Xavier Claessensstream: factor our plug_src function
2016-09-05 Xavier Claessensstream: factor out plug_sink function
2016-09-05 Xavier Claessensstream: small documentation clarification
2016-09-05 Xavier Claessensstream: rename addr_v4/6 to mcast_addr_v4/6 for clarity
2016-09-05 Xavier Claessensstream: Keep a ref on joined bin
2016-09-05 Xavier Claessensstream: code cleanup
2016-09-05 Xavier Claessensstream: small fix in error code path
2016-09-05 Xavier ClaessensRevert "rtsp-stream: Fix crash on cleanup with shared...
2016-06-14 Aleix Conchillo... sdp: add rollover counters for all sender SSRC
2016-04-29 Jake Foytikrtsp-stream: Fix crash on cleanup with shared media...
2016-04-29 Sebastian Drögertsp-stream: Always bind to ANY when address is a multi...
2016-04-03 Sebastian Drögertsp-server: Implement clock signalling according to...
2016-03-25 Sebastian Drögertsp-media: Add support for setting the multicast interface
2016-03-16 Sebastian Drögertsp-stream: Don't set the state of the appsrc from...
2016-03-10 Sebastian Drögertsp-stream: Ensure that the pipeline is live and later...
2016-03-10 Jan Schmidtrtsp-stream: Fix typo in the docstring
2016-03-05 Sebastian Drögertsp-stream: Disable multicast loopback for all our...
2016-03-04 Sebastian Drögertsp-stream: Only bind multicast sockets to ANY on...
2016-03-03 Sebastian Drögertsp-stream: Only use the address pool for unicast...
2016-03-02 Sebastian Drögertsp-server: Fix indentation
2016-03-02 Sebastian Drögertsp-stream: Don't bind the sockets to multicast addresses
2016-02-23 Patricia Muscalurtsp-stream: postpone UDP socket allocation until SETUP
2016-02-23 Patricia Muscalurtsp-stream: postpone the creation of the UDP sources
2016-02-23 Patricia Muscalurtsp-stream: added function for setting UDP sources...
2016-02-23 Patricia Muscalurtsp-stream: added function for creating and configurin...
2016-02-23 Patricia Muscalurtsp-stream: added function for RTP/RTCP socket configu...
2016-02-23 Patricia Muscalurtsp-stream: added function for creating and configurin...
2016-02-23 Patricia Muscalurtsp-stream: added helper function for creating the...
2016-01-28 Jan Schmidtrtsp-stream: Add functions for using rtsp-stream from...
2016-01-07 Srimanta Pandartsp-stream: fixed assert during update transport
2015-12-30 Sebastian Drögertsp-stream: Fix indentation
2015-12-08 Srimanta Pandartsp-stream: fixed valgrind error
2015-12-04 Srimanta Pandartsp-stream: create stream pipeline based on transport
2015-12-01 Sebastian Drögertsp-stream: Only create RTP sending/receiving rtpbin...
2015-11-17 Sebastian Drögertsp-stream: Disable multicast loopback for the multica...
2015-10-22 David Svensson Forsrtsp-stream: Always unref return value of gst_object_ge...
2015-10-02 Hyunjun Kostream: listen to sender ssrc signals
next