Commit Graph

30 Commits

Author SHA1 Message Date
aler9
8846b9f5f5 rename ClientConf into Client 2021-05-04 16:51:20 +02:00
aler9
5480da6c83 client: fix crash that happened in case of invalid TCP frames (https://github.com/aler9/rtsp-simple-server/issues/348) 2021-04-24 17:18:45 +02:00
aler9
fc3d84be56 client: apply TCP timeout correctly (https://github.com/aler9/rtsp-simple-server/issues/335) 2021-04-04 19:40:21 +02:00
aler9
1f8d7a9ae7 client: build track URLs by using Content-Base, when provided by server 2021-04-03 16:23:14 +02:00
aler9
0e6811a178 client: allow calling ReadFrames() when publishing 2021-03-28 22:05:24 +02:00
aler9
3e9c9a4267 client: add missing return 2021-03-28 19:26:11 +02:00
aler9
1c88a7fee9 client: allow calling WriteFrame() when reading 2021-03-28 17:59:55 +02:00
aler9
4c5742354c client: move all track related variables under clientConnTrack 2021-03-28 17:05:38 +02:00
aler9
889e05f4db add RTCP tests 2021-03-28 15:16:31 +02:00
aler9
547cb8d4c5 clientconn: change internal variable name 2021-03-28 11:49:06 +02:00
aler9
47a8adc532 remove debug strings 2021-03-27 14:34:17 +01:00
aler9
2df9029f01 client: switch to TCP if no UDP packets have been received within a timeout (https://github.com/aler9/rtsp-simple-server/issues/173) 2021-03-26 23:02:36 +01:00
aler9
7879d3d533 client: do not exit in case UDP packets are being received from a single track, improving UDP robustness 2021-03-26 12:18:32 +01:00
aler9
b864028ea8 client: cleanup 2021-03-25 22:10:14 +01:00
aler9
437b4cc87e move errors into subpackage 2021-03-21 11:19:35 +01:00
aler9
c0e045071b export most client errors 2021-03-21 10:57:48 +01:00
aler9
3defa70748 client: fix crash while reading RTP-Info 2021-03-20 21:25:03 +01:00
aler9
25772271db headers: rewrite initializers as members of their structs 2021-03-20 09:55:04 +01:00
aler9
99ef9a9cc0 client: add RTPInfo() 2021-03-14 12:26:29 +01:00
aler9
5b97a64a75 ServerConn: add RTCP receivers 2021-01-06 22:20:57 +01:00
aler9
3aac61b762 rename InterleavedFrame.Content into Payload 2021-01-06 18:40:02 +01:00
aler9
8e70ac4d59 normalize names 2021-01-06 12:26:07 +01:00
aler9
b929799e13 change error message 2020-12-09 22:07:39 +01:00
aler9
081e28ee38 rename ClientConn.OnFrame into ReadFrames 2020-12-08 21:18:52 +01:00
aler9
c7f6d77392 new server structure 2020-12-08 21:15:02 +01:00
aler9
07aefbcd5d add ClientConf.OnRequest, ClientConf.OnResponse 2020-12-08 11:54:38 +01:00
aler9
b4c183ad2a fix crash 2020-12-06 17:56:43 +01:00
aler9
2315ec4bd4 rename ConnClient into ClientConn, Dialer into ClientDialer 2020-12-06 12:20:59 +01:00
aler9
71861bd132 switch to golangci-lint 2020-12-05 18:44:05 +01:00
aler9
ccdef79959 group client files 2020-12-02 14:59:15 +01:00