aler9
3bb5c2f12c
server: return 'terminated' error when server is terminated with Close()
2021-10-30 13:30:07 +02:00
aler9
653b3ee993
update golangci-lint
2021-10-30 13:06:23 +02:00
aler9
2e6926a97e
improve performance
2021-10-30 11:54:23 +02:00
aler9
c056fd4fa3
server: make error more clear
2021-10-28 18:39:24 +02:00
aler9
f782644545
fix docs
2021-10-27 19:42:30 +02:00
aler9
70137268fb
server: return dedicated error when a session is closed by the fact that there are no associated conns anymore
2021-10-27 19:39:28 +02:00
aler9
57dbac2f3a
server: allow a TCP session to be used by another connection after PAUSE
2021-10-27 19:25:08 +02:00
aler9
eb7bf2614b
remove duplicate methods
2021-10-27 19:15:22 +02:00
aler9
31a34d81c1
server: return the author of a tear down request
2021-10-27 19:11:19 +02:00
aler9
0ff969397d
server: make errors more clear
2021-10-27 18:55:57 +02:00
aler9
d43d52fdff
server: update error message
2021-10-27 18:46:05 +02:00
aler9
6bde7a5754
update docs
2021-10-25 20:50:23 +02:00
aler9
dece57561a
update docs
2021-10-23 13:42:24 +02:00
aler9
ca13db6b5b
add example client-publish-aac
2021-10-23 13:18:43 +02:00
aler9
e8e94c2b14
set right AAC type in tests
2021-10-23 12:39:28 +02:00
aler9
71cc3dc654
update docs
2021-10-22 18:40:17 +02:00
aler9
22501a39dd
update docs
2021-10-22 18:01:12 +02:00
aler9
61c39f9062
rename StreamProtocol and StreamDelivery into TransportProtocol and TransportDelivery
2021-10-22 17:59:36 +02:00
aler9
320c1b6f2c
rename ClientTransport into Transport
2021-10-22 17:53:51 +02:00
aler9
1865ba58eb
simplify example
2021-10-22 17:44:09 +02:00
aler9
e7ab15750c
server: replace SetuppedProtocol() with SetuppedTransport()
2021-10-22 17:40:18 +02:00
aler9
7a000bed0e
server: call udpRTCPListener.removeClient() during PAUSE and publishing, do not call udpRTCPListener.removeClient when protocol is multicast
2021-10-22 17:23:30 +02:00
aler9
b64c32c621
client: rename ClientTransportMulticast into ClientTransportUDPMulticast
2021-10-22 16:26:33 +02:00
aler9
7735bcd9ec
client: rename ClientProtocol into ClientTransport
2021-10-22 16:25:27 +02:00
aler9
04ff57287d
update error message
2021-10-06 15:46:02 +02:00
aler9
c084f1b0f3
update go-astits
2021-10-01 14:02:39 +02:00
aler9
ed21f65742
fix example
2021-09-30 10:06:45 +02:00
aler9
1c23e1ff7e
avoid crash in case of invalid H264 SPS ( https://github.com/aler9/rtsp-simple-server/issues/590 )
2021-09-28 22:25:22 +02: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
a1781f1043
fix readme
2021-09-23 20:25:58 +02:00
aler9
321fe06c6d
add aac utilities
2021-09-23 20:19:11 +02:00
aler9
13c6b69d30
cleanup example
2021-09-23 20:07:21 +02:00
aler9
b9042282ab
update doc
2021-09-23 20:03:53 +02:00
aler9
78a613a034
add client-read-save-to-disk example
2021-09-23 20:03:53 +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
5ef9076357
server: do not allow a reader to use the same UDP ports of another reader
2021-09-23 19:16:01 +02:00
aler9
7ac0d79ae9
server: do not allow a session to setup UDP tracks from different IPs
2021-09-23 19:12:46 +02:00
aler9
84837b9751
server: fill ctx.Query correctly ( #73 )
2021-09-23 08:53:10 +02:00
aler9
dbfc058f0c
update golangci-lint
2021-09-09 23:05:50 +02:00
aler9
b14aff952c
fix image name
2021-09-09 22:14:03 +02:00
aler9
cebb6780a4
support go 1.17
2021-08-30 15:22:17 +02:00
aler9
d7b5335d07
client: fix track reset during protocol switch
2021-08-29 13:56:41 +02:00
aler9
a28a302220
update docs
2021-08-26 10:31:44 +02:00
aler9
359409aaf9
update docs
2021-08-25 23:28:07 +02:00
aler9
d744a2e0d3
change way tracks are initialized
...
A config object is now required to initialize tracks.
Config objects are provided for H264 and AAC.
This allows to pass parameters easily and treat AAC
parameters explicitly.
2021-08-25 19:16:51 +02:00