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
9259df7cff
modernize code ( #884 )
2025-09-07 16:05:13 +02:00
James Ford
a8513af402
Fix typo when identifying KLV packets as SMPTE336M-encoded ( #877 )
2025-09-05 19:32:28 +02:00
Alessandro Ros
7f5aac27d1
ensure unmarshaled entities can be marshaled back ( #773 )
2025-05-04 11:27:28 +02:00
Alessandro Ros
92cf812d01
improve fuzz tests ( #592 )
2024-08-01 16:33:04 +02:00
Alessandro Ros
24ed937861
update golangci-lint ( #535 )
2024-03-19 12:50:26 +01:00
Alessandro Ros
c93d5c54d9
add fuzz tests to all headers ( #522 )
2024-02-22 12:08:42 +01:00
aler9
80106144e6
bump to v4
2023-08-16 13:26:17 +02:00
aler9
98e6e8239e
simplify tests
2023-08-14 16:56:54 +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
9f5ab03742
headers: simplify usage of Range
2022-11-20 11:33:49 +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
78bfa5d6a8
use require.EqualError() in tests
2021-11-03 17:52:45 +01:00
aler9
d8bf9b2307
improve coverage
2021-08-05 18:17:59 +02:00
aler9
b4ac92dea8
headers: implement Range
2021-05-28 18:11:18 +02:00