Alessandro Ros
89560c19a0
rtmp: fix parsing error caused by extended timestamps ( #2393 ) ( #2556 ) ( #2384 ) ( #1550 ) ( #2564 ) ( #2808 )
2 years ago
Alessandro Ros
99bc327d67
move protocol-related code into internal/protocols ( #2572 )
2 years ago
Alessandro Ros
7e180ceea2
rtmp: support ingesting RTMPE streams ( #2189 )
2 years ago
Alessandro Ros
efda44cfae
rtmp: fix timestamp conversion from RTSP/HLS to RTMP ( #1899 )
...
this was causing moments of silence and timing errors when reading with
RTMP a stream originally published with RTSP or HLS.
2 years ago
Alessandro Ros
39c072edd6
change repository owner ( #1801 )
2 years ago
Alessandro Ros
e8124e2f56
support publishing H265 and AV1 tracks with Enhanced RTMP ( #1393 ) ( #1446 ) ( #1621 ) ( #1756 )
2 years ago
Alessandro Ros
053f2ec282
rename repository and executable ( #1641 )
2 years ago
Alessandro Ros
c79c3c83cb
rtmp server: improve efficiency of outgoing packets ( #1395 )
...
group together messages by using a buffered writer between the network
connection and the WriteMessage() function
3 years ago
Alessandro Ros
8bee4af86a
api, metrics: add number of bytes received and sent from/to all entities ( #1235 )
...
* API: number of bytes received/sent from/to RTSP connections
* API: number of bytes received/sent from/to RTSP sessions
* API: number of bytes received/sent from/to RTMP connections
* API: number of bytes sent to HLS connections
* API: number of bytes received from paths
* metrics of all the above
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
772c5b2363
rtmp: improve tests
3 years ago
aler9
45c1370145
rtmp: normalize API
3 years ago
aler9
2601ca5661
rtmp: implement acknowledge mechanism
3 years ago
aler9
ee2908081e
rtmp: make chunk writes atomic
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
180db31166
rtmp: support negative timestamps in MessageWriter
3 years ago
aler9
dcdb0cf13f
rtmp: fix timestamp in MessageWriter
3 years ago
aler9
d1c6c56077
rtmp: add Chunk2
3 years ago
aler9
420b6b21c4
rtmp: split MessageWriter into single handlers per chunk stream
3 years ago
aler9
896c799f99
rtmp: add MessageType, ControlChunkStreamID
3 years ago
aler9
9519bf670a
rtmp: add MessageWriter
3 years ago