Commit Graph

175 Commits

Author SHA1 Message Date
aler9 e558b245e7 use contexts anywhere is possible 2021-05-11 12:17:48 +02:00
aler9 6d02ec9478 update gortsplib 2021-05-10 23:23:56 +02:00
aler9 51843fc577 clientrtsp: do not show in logs 'ERR: terminated' 2021-05-09 14:24:00 +02:00
aler9 4d260412c4 remove number of clients from logs 2021-05-08 22:52:10 +02:00
aler9 8531fc49dc cleanup log 2021-05-08 22:30:22 +02:00
aler9 4da59604e1 RTSP session: add author connection to log messages 2021-05-08 22:18:30 +02:00
aler9 d4af264fe4 RTSP client: close sessions when they have no clients 2021-05-08 17:10:44 +02:00
aler9 c986cb254b implement RTSP sessions (#149) 2021-05-07 23:07:31 +02:00
aler9 35a7644ee6 add colors to terminal output 2021-04-27 21:24:00 +02:00
aler9 a1a56ff203 allow to set a different listen IP for each listener (#343) 2021-04-24 18:52:13 +02:00
aler9 97a9cedb1e client: fix crash that happened in case of invalid TCP frames (#348) 2021-04-24 17:21:28 +02:00
aler9 dee045f961 implement reading with HLS 2021-04-18 23:02:19 +02:00
aler9 258a6b55b1 RTSP source: fix inversion of track data that happened randomly in case of multiple tracks (#353) 2021-04-17 19:49:39 +02:00
aler9 fb0122ba18 RTMP client: speed up video reading by 1 frame 2021-04-05 18:15:51 +02:00
aler9 f208026338 RTSP source: apply TCP timeout correctly (#335) 2021-04-04 19:53:58 +02:00
aler9 90bc09c93c RTSP source: ignore non-standard keys in headers (#336) 2021-04-04 19:53:49 +02:00
aler9 5d57bd8165 speed up tests 2021-04-03 18:02:56 +02:00
aler9 9287e0fe98 RTSP source: build track URLs by using Content-Base when provided by server, fixing many timeouts 2021-04-03 17:15:26 +02:00
aler9 99a07c0d33 rtmp client: speed up acceptance of clients by moving handshake inside client routine 2021-04-03 12:08:07 +02:00
aler9 8acfb5b2b1 support RTP-Infos with spaces (#333) 2021-04-02 18:13:53 +02:00
aler9 69be41d997 support RTP-Info headers with paths instead of URLs (#250) 2021-03-30 11:07:43 +02:00
aler9 64cf3a4181 rtsp client: fix channel of RTCP packets, avoiding client timeouts 2021-03-28 15:21:44 +02:00
aler9 79190f7da8 rtsp client: do not return a timeout error in case UDP packets are being received from a single track 2021-03-28 15:21:36 +02:00
aler9 2ad109a2af remove debug messages 2021-03-27 14:48:32 +01:00
aler9 d40a8bb144 client: switch to TCP if no UDP packets have been received within a timeout (#173) 2021-03-26 23:04:01 +01:00
aler9 87dd87aa49 sourcertsp: do not exit in case UDP packets are being received from a single track, improving UDP robustness 2021-03-26 12:20:48 +01:00
aler9 10bf7bad43 support reading AAC frames bigger than 1460 bytes with RTMP (#206) 2021-03-24 21:35:23 +01:00
aler9 2382337c07 aggregate together NALUs that come from RTMP sources/clients, saving bandwidth 2021-03-24 19:40:58 +01:00
aler9 d338e04df7 readd seqnum to RTP-Info (#233) 2021-03-23 21:50:25 +01:00
aler9 37c24f9edd add RTP-Info also in case of RTMP sources (#233) 2021-03-22 21:40:42 +01:00
aler9 ad63f7d4a6 update gortsplib 2021-03-21 19:58:27 +01:00
aler9 ce316115fa update gortsplib 2021-03-21 11:22:49 +01:00
aler9 674a47ca24 add RTP-Info to PLAY responses in case of proxied sources (#233) 2021-03-20 22:09:25 +01:00
aler9 508d30dc07 add RTP-Info to PLAY responses, allowing VLC to compute the elapsed time (#233) 2021-03-19 22:52:10 +01:00
aler9 c8a4221278 update gortsplib 2021-03-16 22:24:24 +01:00
aler9 0a807e8c99 update gortsplib 2021-03-16 14:17:13 +01:00
aler9 b0208ad044 update gortsplib 2021-03-16 11:58:26 +01:00
aler9 6e64b4be22 update gortsplib 2021-03-14 17:27:04 +01:00
aler9 0dff484ff5 update gortsplib 2021-03-13 21:29:15 +01:00
aler9 186a91800a Support reading with RTMP (#218) 2021-03-10 18:04:27 +01:00
aler9 ba6c27a49e update gortsplib 2021-03-06 09:54:10 +01:00
aler9 79acd8593b support some additional hikvision cameras (#227) 2021-03-05 22:19:47 +01:00
aler9 9e5b8eed03 eliminate idle load (#184) 2021-03-05 21:57:25 +01:00
aler9 a9385547ea add parameter readBufferCount to support non-compliant servers or publishers (#211) 2021-02-18 23:26:45 +01:00
aler9 2f156b59f8 drop existing publisher when a new publisher connects (#187) 2021-02-15 19:02:33 +01:00
aler9 0484e417ee send status 461 instead of error when multicast is used (#198) 2021-02-03 23:24:52 +01:00
aler9 38ec8d878d increase path and headers maximum length (#192) 2021-01-30 17:51:52 +01:00
aler9 cc703fe5c5 support clients that don't specify track ID, like tvheadend (#155) 2021-01-20 22:25:47 +01:00
aler9 6b1643940e support encrypting the configuration file 2021-01-16 15:43:56 +01:00
aler9 9b20f53119 decrease RAM consumption 2021-01-10 12:36:39 +01:00