Alessandro Ros
|
5506eb2f7f
|
use a single TCP outgoing buffer each client / session (#665)
this saves memory.
|
2024-12-24 10:24:24 +01:00 |
|
Alessandro Ros
|
8f74559616
|
close connections in case of write errors (#613) (#655)
|
2024-12-14 13:45:11 +01:00 |
|
Alessandro Ros
|
db334b3a8d
|
server: fix crash with invalid SETUP request (bluenviron/mediamtx#4025) (#652)
|
2024-12-08 18:58:13 +01:00 |
|
Alessandro Ros
|
01fd8033a2
|
use new time decoder in place of deprecated one (#643)
|
2024-11-04 13:26:14 +01:00 |
|
Alessandro Ros
|
49ee03f0b1
|
reuse UDP buffers when possible (#639)
|
2024-10-24 14:28:53 +02:00 |
|
Alessandro Ros
|
d43cce3086
|
server: fix error message (#634)
Return error 'can't setup medias with different protocols' when trying
to use UDP and TCP in sequence.
|
2024-10-14 12:28:03 +02:00 |
|
Alessandro Ros
|
2ca0bffa20
|
use native timestamps instead of time.Duration (#627)
this improves timestamp precision
|
2024-10-07 15:58:43 +02:00 |
|
Alessandro Ros
|
6ed93de46c
|
server: fix SETUP in case of no track ID and query parameters (#623)
|
2024-09-15 23:24:34 +02:00 |
|
Alessandro Ros
|
72e74f349e
|
server: use relative control attributes (#620)
|
2024-09-15 22:51:55 +02:00 |
|
Alessandro Ros
|
c682ff53bf
|
server: fix compatibility with rtspclientsink and query parameters (bluenviron/mediamtx#3295) (#619)
|
2024-09-15 22:18:23 +02:00 |
|
Alessandro Ros
|
5865d7b7ac
|
server: fix panic when recording with wrong transport header (https://github.com/bluenviron/mediamtx/issues/3677) (#604)
|
2024-08-25 20:40:31 +02:00 |
|
Katie Holly
|
9f6428bdb8
|
avoid returning partial RTP-Info header, omit seq/rtptime if needed (#568)
* avoid returning partial RTP-Info header, omit seq/rtptime if needed
* adjust test to align with new behavior of RTP-Info header
|
2024-05-09 22:17:26 +02:00 |
|
Alessandro Ros
|
363b48e632
|
update golangci-lint (#554)
|
2024-04-28 18:20:25 +02:00 |
|
Alessandro Ros
|
24ed937861
|
update golangci-lint (#535)
|
2024-03-19 12:50:26 +01:00 |
|
Alessandro Ros
|
9cd54f56b4
|
client: prevent UDP listener from closing twice (#515)
|
2024-01-31 22:10:31 +01:00 |
|
Alessandro Ros
|
6371b78b5b
|
update documentation (#506)
|
2024-01-21 16:18:51 +01:00 |
|
Alessandro Ros
|
7d30b5f1b7
|
update golangci-lint (#494)
|
2024-01-03 21:12:19 +01:00 |
|
Alessandro Ros
|
2d0c530d97
|
replace new() with initialize() (#490)
|
2023-12-26 12:48:35 +01:00 |
|
Alessandro Ros
|
01b3bfc6ab
|
move url.URL into base.URL (#459)
|
2023-11-07 16:51:45 +01:00 |
|
Alessandro Ros
|
2f7ed32139
|
server: add methods SetuppedStream, SetuppedPath, SetuppedQuery (#444)
|
2023-10-17 20:31:54 +02:00 |
|
Alessandro Ros
|
644cd50e3a
|
server: stop sending multicast packets when all multicast readers have disconnected (#411)
|
2023-09-11 10:57:49 +02:00 |
|
Alessandro Ros
|
4495e7d689
|
move most errors into pkg/liberrors (#408)
|
2023-09-10 17:32:16 +02:00 |
|
Alessandro Ros
|
efc7783650
|
server: fix crash when calling RECORD and PAUSE (#392)
|
2023-08-31 22:42:17 +02:00 |
|
Alessandro Ros
|
3bdae4ed46
|
make WritePacket*() return errors when write queue is full (#388)
|
2023-08-26 18:09:45 +02:00 |
|
Alessandro Ros
|
b97aed00fe
|
remove ReadBufferCount; rename WriteBufferCount into WriteQueueSize (#384)
|
2023-08-26 12:57:33 +02:00 |
|
aler9
|
67062787f6
|
Merge branch 'main' into v4
|
2023-08-25 16:10:42 +02:00 |
|
Alessandro Ros
|
72aa55a012
|
log decode errors and lost packets by default (#380)
|
2023-08-25 16:08:28 +02:00 |
|
Alessandro Ros
|
ed4bbe3986
|
client: support server-sent requests (#93) (#378)
|
2023-08-24 16:07:09 +02:00 |
|
Alessandro Ros
|
29ddbbbbf5
|
align PacketPTS() and PacketNTP(); add example (#374)
|
2023-08-22 20:53:23 +02:00 |
|
aler9
|
cdbecb1f5d
|
allow setting additional properties of streams through description.Stream
|
2023-08-22 16:46:18 +02:00 |
|
aler9
|
4e000eb2dd
|
emit a decode error in case of packets with wrong SSRC
|
2023-08-18 18:20:13 +02:00 |
|
aler9
|
8b047b545b
|
decode RTP time globally
|
2023-08-17 13:41:01 +02:00 |
|
aler9
|
bfef17b717
|
add Client.PacketNTP(), ServerSession.PacketNTP()
|
2023-08-17 13:23:16 +02:00 |
|
aler9
|
5e5a21240d
|
rename pkg/formats into pkt/format
|
2023-08-16 13:26:17 +02:00 |
|
aler9
|
e2c526b3b8
|
remove ServerHandler.Server
|
2023-08-16 13:26:17 +02:00 |
|
aler9
|
7532484041
|
add option MaxPacketSize to Client and Server
|
2023-08-16 13:26:17 +02:00 |
|
aler9
|
1a3e6ad092
|
remove return value from Close()
|
2023-08-16 13:26:17 +02:00 |
|
aler9
|
e26ccf0858
|
remove deprecated functions
|
2023-08-16 13:26:17 +02:00 |
|
aler9
|
80106144e6
|
bump to v4
|
2023-08-16 13:26:17 +02:00 |
|
aler9
|
482b047999
|
server: allow ServerSession.WritePacket*() to return an error
|
2023-08-14 12:13:35 +02:00 |
|
aler9
|
18ddae4c50
|
enable errcheck
|
2023-08-13 16:29:53 +02:00 |
|
Alessandro Ros
|
ed536f1d63
|
export callback prototypes (#333)
|
2023-07-28 21:05:10 +02:00 |
|
Alessandro Ros
|
ccf42f49c7
|
fix isChannelPairInUse() (#306)
|
2023-06-09 12:34:10 +02:00 |
|
Alessandro Ros
|
e583556d86
|
server, client: allow using odd interleaved IDs (#304)
(https://github.com/bluenviron/mediamtx/issues/1762)
|
2023-06-08 23:40:37 +02:00 |
|
Alessandro Ros
|
1e1e10b031
|
client: fix OnResponse() not getting called when playing / recording (#290)
|
2023-05-28 12:12:25 +02:00 |
|
Alessandro Ros
|
b0947c133e
|
move each goroutine in a dedicated struct (#285)
|
2023-05-17 21:14:00 +02:00 |
|
Alessandro Ros
|
744dec8257
|
server: remove dashes from session ID (#278)
|
2023-05-08 16:44:22 +02:00 |
|
Alessandro Ros
|
a54a5946c7
|
add 32-bit tests; return errors in case of string-to-int overflows (#276)
|
2023-05-08 13:10:31 +02:00 |
|
Alessandro Ros
|
2342abb240
|
server: support TCP read requests without interleaved IDs (#246)
(https://github.com/aler9/mediamtx/issues/1650)
|
2023-04-13 17:03:50 +02:00 |
|
Alessandro Ros
|
1694d9086d
|
use normalized trackID in place of mediaUUID (#226)
This is needed to support clients like the Grandstream GXV3500.
Fixes #190
|
2023-04-07 12:38:10 +02:00 |
|