aboutsummaryrefslogtreecommitdiffstats
path: root/src/trau/osmo_ortp.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29trau: Introduce osmo_rtp_socket_set_priority()2021q1Harald Welte1-1/+17
2021-02-08migrate to osmo_fd_{read,write}_{enable,disable}()Harald Welte1-1/+1
2021-02-06osmo_ortp: Don't print ERROR message for every missing RTP frameHarald Welte1-2/+4
2020-12-21Use osmo_fd_setup() wherever applicableHarald Welte1-6/+2
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-4/+4
2020-03-09ortp: disable SO_REUSEADDR + SO_REUSEPORTHarald Welte1-0/+6
2020-03-07osmo_ortp: add osmo_rtp_socket_set_dscp()Oliver Smith1-0/+10
2019-03-19rtp: Add 'autoconnect' feature to the osmo_rtp_socketSylvain Munaut1-0/+22
2018-11-12osmo_ortp: Log domain and fix strings without endl charPau Espin Pedrol1-1/+28
2018-06-05Revert "ortp: enable scheduled mode on rtp socket creation"Philipp Maier1-1/+0
2018-06-05Revert "ortp: make sure the ortp scheduler is started"Philipp Maier1-1/+0
2018-05-31ortp: enable scheduled mode on rtp socket creationPhilipp Maier1-0/+1
2018-05-30ortp: detect ssrc changes immediatelyPhilipp Maier1-0/+2
2018-05-30ortp: reset rtp session on SSRC changesPhilipp Maier1-1/+2
2018-05-29ortp: make sure the ortp scheduler is startedPhilipp Maier1-0/+1
2017-12-03Add a new osmo_rtp_set_source_desc() function to set the RTCP SDES itemsHarald Welte1-0/+7
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte1-0/+2
2017-06-29osmo_ortp.c: Duration of a RTP frame affects timestamp of the next onePau Espin Pedrol1-1/+1
2017-06-29osmo_ortp: Add osmo_rtp_drop_frame APIPau Espin Pedrol1-0/+22
2017-06-22osmo_ortp.c: Fix warning: check ortp API in rtp_session_signal_connectPau Espin Pedrol1-4/+7
2017-06-22osmo_ortp.c: Fix warning: implicit use of functionPau Espin Pedrol1-1/+5
2017-03-29Fix RTP jitter buffer that never stop to increase.Jean-Francois Dionne1-1/+1
2017-03-27configure: Fix compilation with new libortpPau Espin Pedrol1-3/+11
2016-12-16Enable adaptive jitter compensationMax1-10/+16
2016-12-16Remove obsolete compile-time conditionalMax1-4/+0
2016-12-12Expand network error callbackMax1-1/+1
2016-12-05osmo_rtp_socket_poll(): Fix log message to match function nameMax1-1/+2
2016-11-26osmo_rtp_socket_fdreg(): Check return value of osmo_fd_register()Harald Welte1-2/+11
2016-10-28Fix metadata corruptionHarald Welte1-2/+3
2016-10-27Unify RTP receivingMax1-31/+21
2016-10-21Extend RTP RX callback parametersMax1-0/+4
2016-10-12Resync RTP session in case of timestamp jumpYves Godin1-1/+2
2016-10-06Really fix order of set_connected_mode and set_remote_addrNeels Hofmeyr1-6/+12
2016-09-24Bump minimum oRTP version3G_2016_09Max1-8/+2
2016-09-20Use callback for polling dataMax1-1/+0
2016-09-09Change API to convey marker bitMax1-2/+4
2016-09-05osmo_ortp.c: fix order of set_connected_mode and set_remote_addrNeels Hofmeyr1-4/+6
2016-06-06Extend RTP frame sending APIMax1-0/+18
2016-04-29Set connected mode after setting remote addressMax1-4/+5
2016-04-29Fix RTCP port allocationMax1-1/+2
2016-04-29Do not send RTP to port 0Max1-2/+12
2015-09-21ortp: Guard the jitter stats with a version checkHolger Hans Peter Freyther1-1/+4
2015-09-21ortp: Export statistics for the bts or similarv0.3.2Holger Hans Peter Freyther1-0/+26
2014-06-24rtp: Randomize the initial timestamp for RFC complianceHolger Hans Peter Freyther1-0/+1
2014-06-24rtp: Randomize the initial sequence number for RFC complianceHolger Hans Peter Freyther1-0/+4
2013-10-06ortp: Fix the version check for ORTP by not using the cached resultHolger Hans Peter Freyther1-1/+1
2013-10-06enable support of libortp >= 0.21, which has an API breakageHarald Welte1-1/+5
2013-02-19ortp: Don't write error callbacks to stderr, but use osmocom loggingHarald Welte1-4/+24
2013-02-14RTP: Allow disabling jitter buffer by setting a buffer size of 0v0.1.5Andreas Eversberg1-1/+4
2013-02-09Permit libortp to use the connect() syscall, enabling later getsockname()Harald Welte1-0/+5