aler9
a66a038a23
client: reorder parameters
2021-11-12 18:01:27 +01:00
aler9
7ebbdbf093
client: split WriteFrame into WritePacketRTP and WritePacketRTCP
2021-11-12 18:01:27 +01:00
aler9
e8e2059b0d
remove StreamType from base
2021-11-12 18:01:27 +01:00
aler9
6d340cdf39
rtcp*: split ProcessFrame into ProcessPacketRTP and ProcessPacketRTCP
2021-11-12 18:01:27 +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
a59f840d81
client: remove useless calls to connOpen()
2021-10-31 23:39:00 +01:00
aler9
653b3ee993
update golangci-lint
2021-10-30 13:06:23 +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
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
dbfc058f0c
update golangci-lint
2021-09-09 23:05:50 +02:00
aler9
d7b5335d07
client: fix track reset during protocol switch
2021-08-29 13:56:41 +02:00
aler9
accfc7cd5d
client: support servers that change interleaved IDs ( #72 )
2021-08-25 18:04:22 +02:00
aler9
649c63cf5b
client: allow bidirectional communication with multicast
2021-06-26 13:25:38 +02:00
aler9
a512762ba0
server: support setupping tracks with arbitrary interleaved IDs ( #47 )
2021-06-26 12:51:45 +02:00
Daniel Mack
8062cfdf42
Add support for charset information in content-type header
...
Altough not explicitly allowed by RFC2326, some servers respond with
a `Content-Type` header field that contains charset information as
described in RFC2616 (sec 14.17).
The parser currently fails to read from such connections and bails
with
`unsupported Content-Type header '[application/sdp; charset=utf-8]'`
Change this by ignoring everything after a semicolon.
2021-06-25 19:05:40 +02:00
aler9
dde57ee568
remove ID and BaseURL from Track
2021-06-23 23:07:55 +02:00
aler9
d073a185c2
client: allow to publish tracks with pre-existing control attribute ( #48 )
2021-06-23 22:03:22 +02:00
aler9
a585634532
client: always set Range header inside PLAY requests, fixing compatibility with Parrot Streaming Server ( https://github.com/aler9/rtsp-simple-server/issues/413 )
2021-06-22 22:52:48 +02:00
aler9
aeaa200638
client: fix reading with multicast
2021-06-19 21:13:08 +02:00
aler9
ff8c485b11
headers: change Transport.Destination type to net.IP
2021-06-19 18:58:31 +02:00
aler9
9595e298f8
client: support reading with UDP-multicast
2021-06-18 17:47:25 +02:00
aler9
f80faf5ac5
client: tidy up
2021-06-16 21:37:23 +02:00
aler9
aeb1958bc1
remove StreamProtocol from root
2021-06-05 23:17:10 +02:00
aler9
363871d658
client: support server_port=0-1 ( https://github.com/aler9/rtsp-simple-server/issues/407 )
2021-06-03 23:41:39 +02:00
aler9
d07e93f245
auth: simplify
2021-05-30 12:52:46 +02:00
aler9
9007f20af8
client: fix authentication during SETUP, preventing 401s during protocol switches ( https://github.com/aler9/rtsp-simple-server/issues/392 )
2021-05-30 12:00:35 +02:00
aler9
150c03a05e
client: support servers that send frames with a frequency lower than 1sec
2021-05-29 19:10:58 +02:00
aler9
e9ef8d739f
client: add clientconn.Seek()
2021-05-28 18:11:18 +02:00
aler9
a9995fb228
client: add range argument to clientconn.Play()
2021-05-28 18:11:18 +02:00
aler9
94e69f9c7f
update golangci-lint
2021-05-23 18:50:50 +02:00
aler9
c6ff1e0d02
client: remove RTPInfo()
2021-05-16 15:47:29 +02:00
aler9
c878b68b70
fix various race conditions
2021-05-10 21:33:23 +02:00
aler9
ae3e3b19c0
client: add RTPInfo()
2021-05-10 20:58:18 +02:00
aler9
e51ee76d92
server: rewrite conn and session closing with contexts to improve reliability
2021-05-10 19:38:02 +02:00
aler9
e75b14c608
client: add DialReadContext, DialPublishContext
2021-05-10 18:11:41 +02:00
aler9
c7bdded8f0
client: apply context to connOpen
2021-05-10 18:04:26 +02:00
aler9
5eb82448a7
client: remove channel from ReadFrames()
2021-05-10 17:59:49 +02:00
aler9
510bcfe2d7
client: simplify tests
2021-05-10 17:29:24 +02:00
aler9
f8ef945dae
client: allow to call client.Close() always
2021-05-10 17:18:41 +02:00
aler9
a8c6af39e3
split configuration into sections
2021-05-07 15:34:54 +02:00
aler9
8846b9f5f5
rename ClientConf into Client
2021-05-04 16:51:20 +02:00
aler9
805d578b6c
fix inversion of track data that happened randomly in case of multiple tracks ( https://github.com/aler9/rtsp-simple-server/issues/353 )
2021-04-17 19:48:00 +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
1a229e1385
client: fix automatic protocol switching when publishing
2021-04-03 17:35:32 +02:00
aler9
1f8d7a9ae7
client: build track URLs by using Content-Base, when provided by server
2021-04-03 16:23:14 +02:00