Commit Graph

43 Commits

Author SHA1 Message Date
aler9
78bfa5d6a8 use require.EqualError() in tests 2021-11-03 17:52:45 +01:00
aler9
9f4f3054da rtpaac, rtph264: remove *RTP suffix 2021-09-28 15:33:38 +02:00
aler9
6410be3ba2 rtpaac, rtph264: make Encoder.Encode() to return []*rtp.Packet 2021-09-28 15:33:17 +02:00
aler9
308802c5a1 rtpaac, rtph264: remove Decoder.Decode() 2021-09-28 15:22:49 +02:00
aler9
4a89eccddd rtph264: add DecodeRTPUntilMarker() 2021-09-28 15:06:40 +02:00
aler9
69967d6918 add h264 utilities 2021-09-23 20:03:49 +02:00
aler9
239b71d975 server: do not allow a client to control a session created with a different IP 2021-09-23 19:52:57 +02:00
aler9
0454e5407f use crypto/rand instead of math/rand to avoid port conflicts and security issues 2021-09-23 19:37:26 +02:00
aler9
dbfc058f0c update golangci-lint 2021-09-09 23:05:50 +02:00
aler9
d8bf9b2307 improve coverage 2021-08-05 18:17:59 +02:00
aler9
dae5a1f040 cleanup 2021-07-24 17:18:31 +02:00
aler9
4ac9cda1fe rtph264: add error in case of a fragmented NALU with two starting packets 2021-07-24 17:15:11 +02:00
aler9
b60c4a65b2 rtph264: add error in case we decoded a non-starting fragmented packets and we didn't received anything before 2021-07-24 17:05:19 +02:00
aler9
38658ec45f improve coverage 2021-07-04 12:45:53 +02:00
aler9
94e69f9c7f update golangci-lint 2021-05-23 18:50:50 +02:00
aler9
87f1b1e131 rtp*: improve coverage 2021-05-20 19:42:41 +02:00
aler9
8a3bcb0ff8 rtp*: improve coverage 2021-05-15 17:55:23 +02:00
aler9
76fab391dc rtph264: improve coverage 2021-05-14 22:53:37 +02:00
aler9
258769040b rtp*: add DecodeRTP() 2021-05-14 22:11:11 +02:00
aler9
113935ab47 cleanup docs and tests 2021-04-08 19:22:26 +02:00
aler9
dcbd9d8211 rtp*: remove Read(), return nalus and pts separately 2021-04-05 17:15:56 +02:00
aler9
db676cab85 rtph264: set marker flag correctly 2021-04-05 15:23:33 +02:00
aler9
c946e4b6cf remove codec utilities 2021-04-02 23:27:56 +02:00
aler9
03137958c6 rtp*: improve robustness 2021-03-24 22:29:48 +01:00
aler9
2df57fbf75 rtpaac: support encoding frames bigger than 1460 bytes (https://github.com/aler9/rtsp-simple-server/issues/206) 2021-03-24 21:31:50 +01:00
aler9
134201bc94 rtpaac: support encoding aggregated packets 2021-03-24 15:01:22 +01:00
aler9
ea6605c199 rtph264: support encoding aggregated packets 2021-03-24 13:17:54 +01:00
aler9
1a50a3a5a0 move codec utilities into dedicated packages 2021-03-22 20:51:41 +01:00
aler9
b4c7e9b95f rtpaac: add more test cases to MPEG4AudioConfig 2021-03-21 21:45:37 +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
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
9ea2f797ea rtpaac: add decoder, add tests 2021-03-07 16:53:53 +01:00
aler9
54a4859473 rtph264: fully rewrite, decode NALU timestamp, add Process(), add tests 2021-03-07 16:04:44 +01:00
aler9
98ec483fdd update docs 2020-11-29 19:57:02 +01:00
aler9
f82fe2309d move time as first argument in rtcpreceiver, rtcpsender, rtpaac, rtph264 2020-11-28 11:44:41 +01:00
aler9
aa498aba3b rtpaac, rtph264: replace relativeType with payloadType 2020-11-22 15:14:16 +01:00
aler9
2eebf48fca implement rtcp sender reports 2020-11-21 23:54:32 +01:00
aler9
aa65ec6f12 fix docs 2020-11-19 17:48:47 +01:00
aler9
c31922be16 move subfolders in pkg/ 2020-11-15 17:26:09 +01:00