aler9
|
2deddcffab
|
merge WriteFrameTCP and WriteFrameUDP
|
2020-11-08 20:01:50 +01:00 |
|
aler9
|
7c91f02459
|
remove ConnClient.CloseUDPListeners
|
2020-11-08 19:48:18 +01:00 |
|
aler9
|
4aa5848fba
|
support vlc SDPs (https://github.com/aler9/rtsp-simple-server/issues/115)
|
2020-11-08 00:10:53 +01:00 |
|
aler9
|
316a40cdf5
|
ConnClient: avoid corrupted packets during Close() by closing write routines before calling TEARDOWN
|
2020-11-07 19:13:27 +01:00 |
|
aler9
|
42b9e11e35
|
update readme
|
2020-11-07 19:01:24 +01:00 |
|
aler9
|
6c9dc82a55
|
add ConnClient.Pause
|
2020-11-07 18:32:26 +01:00 |
|
aler9
|
e711b2925f
|
fix client-publish-udp example
|
2020-11-07 16:35:05 +01:00 |
|
aler9
|
c7c3e00388
|
cleanup
|
2020-11-07 15:13:47 +01:00 |
|
aler9
|
927bba2aea
|
merge SetupTCP and SetupUDP
|
2020-11-07 15:07:20 +01:00 |
|
aler9
|
1b94262216
|
rename StreamCast into StreamDelivery
|
2020-11-07 12:48:55 +01:00 |
|
aler9
|
5f64ced5d4
|
remove transport modes from root folder
|
2020-11-07 12:35:10 +01:00 |
|
aler9
|
7e8105e7ff
|
move most definitions into base
|
2020-11-07 12:24:02 +01:00 |
|
aler9
|
f535335429
|
update readme
|
2020-11-05 11:39:23 +01:00 |
|
aler9
|
ca606d111f
|
drop support for go 1.12
|
2020-11-05 11:34:05 +01:00 |
|
aler9
|
34389c06cd
|
add sdp decoder
|
2020-11-05 11:07:08 +01:00 |
|
aler9
|
8901bf17e7
|
fix error not returned (#11)
|
2020-11-05 09:43:19 +01:00 |
|
aler9
|
9ecbb6be67
|
add docs
|
2020-11-03 13:38:48 +01:00 |
|
aler9
|
300a0e1b1e
|
base/URL: expose url.URL
|
2020-11-03 12:05:33 +01:00 |
|
aler9
|
688a39e0e3
|
support control paths that start with '?'
|
2020-11-03 11:40:59 +01:00 |
|
aler9
|
1679c10b86
|
support SDPs with global attributes in random positions
|
2020-11-02 20:03:52 +01:00 |
|
aler9
|
dcfe433011
|
update godoc badge
|
2020-11-01 22:32:16 +01:00 |
|
aler9
|
ece3dd7077
|
change ConnClient.Tracks() signature
|
2020-11-01 22:10:17 +01:00 |
|
aler9
|
551eea72b5
|
remove pointer from Dialer
|
2020-11-01 21:58:06 +01:00 |
|
aler9
|
84e3ea2ad9
|
support connecting to servers that redirect to other urls
|
2020-11-01 21:54:07 +01:00 |
|
aler9
|
98b521b058
|
implement Dialer
|
2020-11-01 20:02:42 +01:00 |
|
aler9
|
812545b776
|
cleanup base.URL
|
2020-11-01 19:39:36 +01:00 |
|
aler9
|
3225099239
|
fix error when using vlc, authentication and urls with query parameters
|
2020-11-01 19:36:34 +01:00 |
|
aler9
|
b2de7dd899
|
use base.URL instead of url.URL
|
2020-11-01 19:00:05 +01:00 |
|
aler9
|
5945937a5f
|
set default read and write timeout to 10 secs
|
2020-11-01 16:57:39 +01:00 |
|
aler9
|
e4e66789e9
|
allow URLGetBasePath to fail
|
2020-10-31 15:39:42 +01:00 |
|
aler9
|
fe6f063d37
|
rename Request.Url into Request.URL
|
2020-10-31 15:34:14 +01:00 |
|
aler9
|
071637fde0
|
fix error when authenticating with vlc and slashes in paths
|
2020-10-31 15:28:21 +01:00 |
|
aler9
|
d85cfae2ed
|
add URL utils
|
2020-10-31 14:56:31 +01:00 |
|
aler9
|
75db154a17
|
remove multiFrame
|
2020-10-29 21:51:39 +01:00 |
|
aler9
|
c5bc0c6421
|
add connection informations to SDP; fix #10
|
2020-10-25 12:49:05 +01:00 |
|
aler9
|
405c0f7e09
|
switch to travis-ci.com
|
2020-10-25 12:25:02 +01:00 |
|
aler9
|
2a642d4ee2
|
support unencoded symbols in urls (https://github.com/aler9/rtsp-simple-server/issues/100)
|
2020-10-25 12:04:53 +01:00 |
|
aler9
|
0b7201de68
|
ConnClient: add port to url if not set
|
2020-10-17 16:37:03 +02:00 |
|
aler9
|
c792387d79
|
detect when the connection with the server is closed when publishing with udp (#6)
|
2020-10-16 23:13:24 +02:00 |
|
Alessandro Ros
|
b647e5ee31
|
Merge pull request #9 from ciuncan/master
Fix #8 - Do options request to resource path rather than /
|
2020-10-16 23:00:35 +02:00 |
|
aler9
|
796f7c3d65
|
use the stream path in every OPTIONS request (#8)
|
2020-10-16 22:59:58 +02:00 |
|
Ceyhun Can Ulker
|
4dae99448b
|
Fix #8 - Do options request to resource path rather than /
|
2020-10-16 20:26:51 +03:00 |
|
aler9
|
447c748a5f
|
fix docs
|
2020-10-16 10:52:19 +02:00 |
|
aler9
|
4bcdc863e4
|
add tests against ffmpeg in listen mode (#5)
|
2020-10-15 23:15:54 +02:00 |
|
aler9
|
5a08848530
|
support mode=receive (#5)
|
2020-10-15 23:00:59 +02:00 |
|
aler9
|
0dab8c7734
|
update docs
|
2020-10-10 15:32:03 +02:00 |
|
aler9
|
6e4eaaea18
|
add ConnClient.Tracks(); remove Tracks from DialRead returned values
|
2020-10-10 15:29:03 +02:00 |
|
aler9
|
d33ee9a73e
|
update links
|
2020-10-06 18:55:47 +02:00 |
|
aler9
|
a77636e716
|
improve performance
|
2020-10-06 14:54:43 +02:00 |
|
aler9
|
61996962d9
|
rtph264/rtpaac: start with a random sequence number
|
2020-10-06 12:52:42 +02:00 |
|