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
|
811e189b43
|
client: support cameras that provide base URL inside control attribute (https://github.com/aler9/rtsp-simple-server/issues/683)
|
2022-05-11 16:51:48 +02:00 |
|
aler9
|
e7efb0c405
|
client: skip tracks with an invalid clock rate (https://github.com/aler9/rtsp-simple-server/issues/832)
|
2022-03-15 11:10:56 +01:00 |
|
aler9
|
9627570643
|
print track IDs from 1 instead of 0 in error messages
|
2022-02-12 16:34:30 +01:00 |
|
Tristan Matthews
|
1b2a78a744
|
track: expose Set/GetControl
This is useful for clients that need to override the control field, which was
possible prior to 6d5bf0c1bb via the Media field.
|
2022-02-11 20:28:57 +01:00 |
|
Tristan Matthews
|
247571eec8
|
track: expose MediaDescription()
|
2022-02-11 20:28:57 +01:00 |
|
aler9
|
6d5bf0c1bb
|
new track system
|
2022-01-30 15:51:49 +01:00 |
|