Commit Graph

34 Commits

Author SHA1 Message Date
aler9
e9518993d4 base: improve negative tests 2021-04-24 11:46:48 +02:00
aler9
d050001b58 base: add tests 2021-04-12 14:25:22 +02:00
aler9
2e5aef4c12 base: add tests 2021-04-11 18:12:08 +02:00
aler9
113935ab47 cleanup docs and tests 2021-04-08 19:22:26 +02:00
aler9
14ce8dbc45 improve tests 2021-04-04 20:20:29 +02:00
aler9
1f8d7a9ae7 client: build track URLs by using Content-Base, when provided by server 2021-04-03 16:23:14 +02: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
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
d902b7da93 server: provide path to OnSetup() 2021-03-14 16:48:49 +01:00
aler9
ec3002e995 add more details to errors 2021-01-29 12:51:25 +01:00
aler9
0af60f95f8 increase header max length (https://github.com/aler9/rtsp-simple-server/issues/192) 2021-01-29 12:49:33 +01:00
aler9
0f37ff560c increase maximum RTSP path length to 2048 chars (https://github.com/aler9/rtsp-simple-server/issues/192) 2021-01-28 21:39:24 +01:00
aler9
d9b819e85e base: fix PathSplitQuery 2021-01-19 14:43:54 +01:00
aler9
039d69ba42 rewrite extraction of control attribute 2021-01-19 14:28:46 +01:00
aler9
af60046380 fix crash 2021-01-18 22:40:47 +01:00
aler9
9602c653a7 fix lint 2021-01-17 23:08:14 +01:00
aler9
d54a602e20 rewrite URL functions 2021-01-17 22:46:11 +01:00
aler9
64422b391e remove URL.RemoveControlAttribute() 2021-01-17 21:26:29 +01:00
aler9
453dd19f90 add TestServerPauseMultiple, TestServerPlayMultiple 2021-01-06 19:19:39 +01:00
aler9
d0834e7446 rename Response and Request's Content into Body 2021-01-06 18:48:29 +01:00
aler9
3aac61b762 rename InterleavedFrame.Content into Payload 2021-01-06 18:40:02 +01:00
aler9
8e70ac4d59 normalize names 2021-01-06 12:26:07 +01:00
aler9
a53ba70dbc replace content with payload 2021-01-04 21:50:36 +01:00
aler9
0aaf4d45d8 add pointers to all Read() methods 2020-12-16 11:37:33 +01:00
aler9
aaae3b45a7 implement server TLS support (RTSPS) 2020-12-13 21:51:03 +01:00
aler9
2a1af5a409 rewrite ServerConn read handler 2020-12-13 12:36:05 +01:00
aler9
eb7ebc5543 add Request.String(), Response.String() 2020-12-07 22:49:33 +01:00
aler9
2315ec4bd4 rename ConnClient into ClientConn, Dialer into ClientDialer 2020-12-06 12:20:59 +01:00
aler9
71861bd132 switch to golangci-lint 2020-12-05 18:44:05 +01:00
aler9
23defc5438 increase maximum length of content of RTSP requests/responses to 128k (https://github.com/aler9/rtsp-simple-server/issues/136) 2020-11-27 13:55:15 +01:00
aler9
c31922be16 move subfolders in pkg/ 2020-11-15 17:26:09 +01:00