aler9
|
27ae0b9812
|
rtmp client: validate command ID of results
|
3 years ago |
aler9
|
59391a4366
|
rtmp client: fix play command id
|
3 years ago |
aler9
|
b06498d24b
|
rtmp: remove useless comments from tests
|
3 years ago |
aler9
|
e255d004e3
|
rtmp server: change value of MessageStreamID of outgoing messages
|
3 years ago |
aler9
|
4990e98993
|
rtmp: fix reading metadata from onMetadata
when there's no audio and Conn is a client, onMetadata was skipped and
tracks were read by using the fallback method. Fix this.
|
3 years ago |
aler9
|
176f2f0729
|
rtmp: invert flag of InitializeServer() and InitializeClient()
|
3 years ago |
aler9
|
0db2d3eb8c
|
rtmp: improve performance
reuse existing structs instead of allocating them during every read()
|
3 years ago |
aler9
|
af7a815f83
|
update gortsplib
|
3 years ago |
Alessandro Ros
|
9e6abc6e9f
|
rtmp: rewrite implementation of rtmp connection (#1047)
* rtmp: improve MsgCommandAMF0
* rtmp: fix MsgSetPeerBandwidth
* rtmp: add message tests
* rtmp: replace implementation with new one
* rtmp: rename handshake functions
* rtmp: avoid calling useless function
* rtmp: use time.Duration for PTSDelta
* rtmp: fix decoding chunks with relevant size
* rtmp: rewrite implementation of rtmp connection
* rtmp: fix tests
* rtmp: improve error message
* rtmp: replace h264 config implementation
* link against github.com/notedit/rtmp
* normalize MessageStreamID
* rtmp: make acknowledge optional
* rtmp: fix decoding of chunk2 + chunk3
* avoid using encoding/binary
|
3 years ago |
aler9
|
50d205274f
|
fix tests
|
3 years ago |
aler9
|
ef3e18a9e9
|
rtmp: add handshake functions
|
3 years ago |
aler9
|
2a0567ab4a
|
rtmp: improve tests
|
3 years ago |
aler9
|
67e8a01d56
|
rtmp: split net.Conn from rtmp.Conn
|
3 years ago |
aler9
|
bf1f45df32
|
rtmp: add conn handshake tests
|
3 years ago |
aler9
|
8e14dff6d0
|
rtmp: fix tests
|
3 years ago |
aler9
|
41b08c9f50
|
update gortsplib
|
3 years ago |
aler9
|
ec4c40b222
|
update gortsplib
|
3 years ago |
aler9
|
05bac43177
|
rtmp: fix compatibility with some dji drones (#928)
|
3 years ago |
aler9
|
2601ca5661
|
rtmp: implement acknowledge mechanism
|
3 years ago |
aler9
|
d3797d3139
|
rtmp: improve video / audio messages
|
3 years ago |
aler9
|
cd19332350
|
rtmp: use bufio reader during handshake
|
3 years ago |
aler9
|
eb09c7c965
|
rtmp: improve handshake
|
3 years ago |
aler9
|
af3e5c9183
|
rtmp: improve handshake
|
3 years ago |
aler9
|
6a24c82589
|
rtmp: add user control messages
|
3 years ago |
aler9
|
ba83ef65d2
|
rtmp: add message reader / writer
|
3 years ago |
aler9
|
76e47686b2
|
rtmp: rename Message into RawMessage
|
3 years ago |
aler9
|
959b78586a
|
rtmp: add MessageReader
|
3 years ago |
aler9
|
1f6d92bc3a
|
rtmp: add additional message types
|
3 years ago |
aler9
|
896c799f99
|
rtmp: add MessageType, ControlChunkStreamID
|
3 years ago |
aler9
|
9519bf670a
|
rtmp: add MessageWriter
|
3 years ago |
aler9
|
046a3f248d
|
rtmp: add primitives
|
3 years ago |
aler9
|
d5a1b8c8ab
|
rtmp: cleanup tests
|
3 years ago |
aler9
|
db7ee22789
|
rtsp source: support AAC tracks with custom sizelength, indexlength and indexdeltalength
(https://github.com/aler9/gortsplib/pull/118)
|
3 years ago |
aler9
|
983469a1f9
|
rtmp: support clients that publish with empty metadata or no metadata (#386) (#769)
|
4 years ago |
aler9
|
789a306acd
|
add rtmp tests
|
4 years ago |