Commit Graph

168 Commits

Author SHA1 Message Date
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
809ea4bcdf rewrite TestRTSPPublisherOverride (#230) 2021-03-10 18:23:30 +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
aler9
2cbb5ac361 decrease RAM usage by allocating TCP buffers only when needed and with a proper size 2021-01-10 12:23:49 +01:00
aler9
e5364b1fc6 perform frame readings and writings in separate routines, in order to increase UDP throughput and avoid freezes caused by a single laggy reader (#125) (#162) 2021-01-09 23:04:23 +01:00
aler9
92f83da31c fix RTCP generation when using UDP 2021-01-07 13:17:51 +01:00
aler9
b588f5e9a9 fix crash 2021-01-06 23:40:08 +01:00
aler9
0cf0cd9045 fix crash 2021-01-06 22:49:16 +01:00
aler9
d590805cda move RTCP receivers into gortsplib 2021-01-06 22:31:08 +01:00
aler9
2132226f90 move client state and client tracks into gortsplib 2021-01-06 21:23:45 +01:00
aler9
9fb844331e move UDP support into gortsplib 2021-01-06 12:40:18 +01:00
aler9
3050893d32 support hashed credentials 2020-12-31 19:47:25 +01:00
aler9
6bc240daf2 fix gstreamer tests 2020-12-17 13:24:24 +01:00
aler9
19fec814fa fix possible freeze 2020-12-16 12:15:36 +01:00