Commit Graph

777 Commits

Author SHA1 Message Date
aler9
6e38851a09 add non standard frame tests 2021-11-06 13:28:16 +01:00
aler9
89a1d68973 update docs 2021-11-06 12:40:51 +01:00
aler9
1a59346356 server: change error 2021-11-06 12:37:41 +01:00
aler9
ee767bfdef client: fix detection of GET_PARAMETER support 2021-11-06 12:01:57 +01:00
aler9
1a96246ac6 cleanup comments 2021-11-06 11:37:51 +01:00
aler9
5aa2f8e05e client: open UDP firewall before sending the PLAY request 2021-11-04 11:20:52 +01:00
aler9
c1ca81eb74 client: rename error 2021-11-03 21:49:24 +01:00
aler9
ccb8c932a3 client: check parameters in request urls 2021-11-03 18:08:16 +01:00
aler9
78bfa5d6a8 use require.EqualError() in tests 2021-11-03 17:52:45 +01:00
CarlosReategui
e3d13be611 Add support for some FLIRs SDP timing format. 2021-11-02 17:06:47 +01:00
aler9
7e978595b5 update examples 2021-11-01 10:39:31 +01:00
aler9
a59f840d81 client: remove useless calls to connOpen() 2021-10-31 23:39:00 +01:00
aler9
9f68b45160 rename example 2021-10-31 13:04:28 +01:00
aler9
235cc4061b server: add missing check 2021-10-30 21:57:30 +02:00
aler9
cab3fe270e client: support publishing with opus 2021-10-30 15:45:13 +02:00
Artem Yarovenko
e9044bc6a5 Fix SDP parsing of H264 tracks of some cameras 2021-10-30 15:17:58 +02:00
aler9
b5f1d7ccb6 fix tests 2021-10-30 14:58:02 +02:00
aler9
1d5f3c92ae add VLC authentication workaround 2021-10-30 14:47:58 +02:00
aler9
146b923b1e server: make Close() return before all server resources are shut down 2021-10-30 13:52:37 +02:00
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