Commit Graph

1382 Commits

Author SHA1 Message Date
aler9
c4d7552986 fix downloading with go get (#28) 2021-03-21 10:08:07 +01:00
aler9
da82a2dcc3 export most server errors 2021-03-21 09:59:43 +01:00
aler9
aa094b21e5 add CSeq tests 2021-03-21 09:06:26 +01:00
aler9
3defa70748 client: fix crash while reading RTP-Info 2021-03-20 21:25:03 +01:00
aler9
b4c951ba05 client: remove rtsp-simple-server from tests 2021-03-20 19:43:09 +01:00
aler9
02ecadc2eb client: rewrite test without rtsp-simple-server 2021-03-20 18:29:00 +01:00
aler9
1c2509cb54 update golangci-lint 2021-03-20 16:15:38 +01:00
aler9
bc18883084 update golangci-lint 2021-03-20 14:14:34 +01:00
aler9
25772271db headers: rewrite initializers as members of their structs 2021-03-20 09:55:04 +01:00
aler9
8936db52e4 base: add InterleavedFrame tests 2021-03-18 20:19:34 +01:00
aler9
bd0cac18b3 base: fix encoding/decoding of RTP-Info header 2021-03-18 20:09:06 +01:00
aler9
cd3172d95b base: mark URLs with opaque data or fragments as invalid 2021-03-18 19:00:09 +01:00
aler9
82aed5cc6c headers: rename RTPInfo's RTPTime into Timestamp 2021-03-18 13:46:36 +01:00
aler9
c2de28c185 server: add path and query to all contexts 2021-03-16 22:18:56 +01:00
aler9
1fc6c9e661 server: use contexts instead of arguments 2021-03-16 21:38:04 +01:00
aler9
b3a3121350 client: rewrite test without rtsp-simple-server 2021-03-16 20:13:10 +01:00
aler9
50babb18c0 server: automatically insert SDP in DESCRIBE responses 2021-03-16 14:11:27 +01:00
aler9
3a8c76e527 server: add tests to check for double setups 2021-03-16 11:11:33 +01:00
aler9
b47ebbee01 server: expose both setupped tracks and published tracks 2021-03-16 10:21:35 +01:00
aler9
580917d607 do not check for io.EOF in tests 2021-03-16 09:32:21 +01:00
aler9
e91facccbf server: add TestServerConnPublishRecordPartialTracks, fix TestServerConnPublishSetupDifferentPaths 2021-03-16 09:11:41 +01:00
aler9
f4baab63e8 server: allow setupping one path at a time 2021-03-15 21:00:19 +01:00
aler9
d2cd127695 server: add more test cases 2021-03-14 17:33:28 +01:00
aler9
d902b7da93 server: provide path to OnSetup() 2021-03-14 16:48:49 +01:00
aler9
378c5639bb replace time.NewTimer() with time.After() 2021-03-14 15:28:53 +01:00
aler9
5d271cc3b4 headers: add RTPInfo.Clone() 2021-03-14 15:25:02 +01:00
aler9
0706798d48 server: add SETUP path tests 2021-03-14 15:24:44 +01:00
aler9
99ef9a9cc0 client: add RTPInfo() 2021-03-14 12:26:29 +01:00
aler9
f6c26b5369 add RTP-Info header 2021-03-14 12:09:18 +01:00
aler9
32c10cfb66 server: rename SetuppedTracks() into Tracks(), SetuppedTracksProtocol() into StreamProtocol() 2021-03-13 21:26:43 +01:00
aler9
30331e1657 server: remove SetuppedTracksLen() 2021-03-13 21:21:55 +01:00
aler9
d9f85f76a0 fix tests 2021-03-13 18:38:03 +01:00
aler9
1a60a4789c add minimum Go version 2021-03-13 18:04:57 +01:00
aler9
ac393a57ce support go 1.16 2021-03-13 18:04:57 +01:00
aler9
cb6684d3cf rewrite tests 2021-03-13 18:04:53 +01:00
aler9
9be2e5f4ed server: allow reading RTCP packets from readers (#27) 2021-03-13 16:54:52 +01:00
aler9
73efb1437c fix readers removal in examples (#26) 2021-03-13 15:14:20 +01:00
aler9
792d74e6ef reduce usage of rtsp-simple-server in client tests 2021-03-13 15:05:13 +01:00
aler9
a9a93f4fac update readme 2021-03-13 13:43:42 +01:00
aler9
8d78fe840c cleanup 2021-03-10 23:11:04 +01:00
aler9
830e3079e3 rtpaac: improve precision 2021-03-10 16:01:32 +01:00
aler9
be74692cb5 rtpaac: fix decoding timestamp of aggregated units 2021-03-10 14:26:19 +01:00
aler9
da486777e2 use rtmp fork 2021-03-09 21:33:04 +01:00
aler9
8504eca995 rtpaac: support decoding multiple AUs 2021-03-09 18:48:01 +01:00
aler9
9bc33c7e6c rtpaac: remove check on AU header 2021-03-09 14:04:46 +01:00
aler9
7be302bd03 rtp*: support decoding negative timestamps 2021-03-09 08:36:39 +01:00
aler9
a66c1a8bdf rtph264: reset decoder state in case of error 2021-03-07 21:42:33 +01:00
aler9
0b336c547c rtph264: support decoding STAP-A frames 2021-03-07 20:54:11 +01:00
aler9
f5c2308431 add client-read-h264 example 2021-03-07 17:29:45 +01:00
aler9
4419e8ac30 update readme 2021-03-07 16:56:15 +01:00