Alessandro Ros
ec81d388d1
switch to v5 ( #890 )
...
* switch from v4 to v5
* remove deprecated entities
* remove "2" suffix from entities
* rename TransportProtocol into Protocol
2025-09-16 11:46:52 +02:00
Alessandro Ros
1021950db8
update linter settings ( #840 )
2025-07-26 16:28:03 +02:00
Alessandro Ros
616fa7ea89
support encrypted streams with SRTP and MIKEY ( #520 ) ( #809 )
2025-07-05 12:48:13 +02:00
aler9
80106144e6
bump to v4
2023-08-16 13:26:17 +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
04f5a4041c
change owner ( #217 )
2023-03-31 12:34:07 +02:00
Alessandro Ros
a1396206b5
convert Tracks into Medias and Formats ( #155 )
...
* split tracks from medias
* move tracks into dedicated package
* move media into dedicated package
* edit Medias.Marshal() in order to return SDP
* add medias.Find() and simplify examples
* improve coverage
* fix rebase errors
* replace TrackIDs with MediaIDs
* implement media-specific and track-specific callbacks for reading RTCP and RTP packets
* rename publish into record, read into play
* add v2 tag
* rename tracks into formats
2022-12-11 22:03:22 +01:00
aler9
f3b0fc69b4
rename Read / Write into Unmarshal / Marshal when needed
...
Read() / Write() are used to read / write from streams, while
Unmarshal() / Marshal() are used to decode / encode from / to bytes.
2022-06-27 17:27:16 +02:00
aler9
8be64d9cf6
improve coverage
2021-05-12 16:16:43 +02:00
aler9
5847b507d1
headers: merge parsing of key-values
2021-04-04 15:04:49 +02:00
aler9
cbb47e158a
headers: ignore non-standard keys ( https://github.com/aler9/rtsp-simple-server/issues/336 )
2021-04-04 12:18:13 +02:00
aler9
25772271db
headers: rewrite initializers as members of their structs
2021-03-20 09:55:04 +01:00
aler9
f6c26b5369
add RTP-Info header
2021-03-14 12:09:18 +01:00
aler9
775c512465
remove pointer from Write() methods
2020-12-16 11:08:55 +01:00
aler9
c31922be16
move subfolders in pkg/
2020-11-15 17:26:09 +01:00