Alessandro Ros
2ac93dadbd
remove support for go 1.17 and older ( #258 )
2023-04-25 18:22:04 +02:00
Alessandro Ros
d736f1d988
fix SDP unmarshaling with some Chinese cameras ( #201 ) ( #228 )
2023-04-07 15:05:30 +02:00
Alessandro Ros
40574c4fb6
sdp: fix multiple crashes in SDP parser ( #170 )
...
* sdp: support parsing example SDP In ONVIF specification
* sdp: fix crash in SDP parser; add fuzz tests
* sdp: improve coverage
2023-01-21 19:32:40 +01:00
aler9
394c2f0696
client: support FritzBox 660 Cable ( https://github.com/aler9/rtsp-simple-server/issues/1119 )
2022-10-28 16:49:28 +02:00
aler9
61726e534c
sdp: support TP-Link application tracks ( https://github.com/aler9/rtsp-simple-server/issues/990 )
2022-06-23 22:47:19 +02:00
aler9
7e8ec60aad
support SDPs with TIAS bandwidths ( https://github.com/aler9/rtsp-simple-server/issues/948 )
2022-05-23 21:15:50 +02:00
aler9
18f7fab361
update docs
2022-05-10 10:28:52 +02:00
Wouter Horlings
718b084f83
Fix handling of trailing space in origin-field
...
We use the IOI trk-101. This device returns an origin-field with a
trailing space. This triggered the special case for some onvif2 cameras.
This resulted in a double unicast-address, causing a shift in the
fields. Eventually resulting in an exception when nettype was
interpret as sess-version.
This commit fixes this issue and adds a testcase that includes a
trailing whitespace.
2022-04-08 12:42:07 +02:00
ShiBen
6b0f7b84bb
handle hex session id
2022-04-08 11:35:21 +02:00
CarlosReategui
e3d13be611
Add support for some FLIRs SDP timing format.
2021-11-02 17:06:47 +01:00
aler9
dbfc058f0c
update golangci-lint
2021-09-09 23:05:50 +02:00
thronepohan
288715c270
handle hex session id
2021-07-25 17:06:49 +02:00
aler9
964331cacd
sdp: support some additional hikvision cameras ( https://github.com/aler9/rtsp-simple-server/issues/227 )
2021-03-05 22:18:24 +01:00
aler9
7b66c8415c
support SDPs with spaces in origin ( https://github.com/aler9/rtsp-simple-server/issues/127 )
2020-12-06 20:14:43 +01:00
aler9
71861bd132
switch to golangci-lint
2020-12-05 18:44:05 +01:00
aler9
0c292dec9d
support SDPs with RS bandwidth ( https://github.com/aler9/rtsp-simple-server/issues/136 )
2020-11-28 11:02:41 +01:00
aler9
c31922be16
move subfolders in pkg/
2020-11-15 17:26:09 +01:00