You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lal/pkg/rtmp
q191201771 942b5da52d messages:
- [feat] rtsp,pull支持interleaved(over tcp)模式。demo/pullrtsp2pushrtmp和demo/pullrtsp可通过运行参数选择是否使用over tcp模式
- [feat] rtsp,pull支持auth digest验证
- [feat] rtsp,pull支持定时发送GET_PARAMETER rtsp message进行保活(对端支持的情况下)
- [fix] rtsp,输入流音频不是AAC格式时,保证视频流可正常remux成其他封装协议
- [fix] rtsp,pull开始时发送dummy rtp/rtcp数据,保证对端能成功发送数据至本地
- [fix] rtsp,将以下包返回给上层:rtsp pub h265, single rtp packet, VPS, SPS, PPS, SEI
- [fix] rtsp,修改rtsp.AVPacketQueue的行为:当音频或者视频数量队列满了后,直接出队而不是丢弃
- [fix] sdp,修复解析及使用sdp错误的一些case
- [refactor] rtmp/httpflv/rtsp,统一所有PullSession:超时形式;Pull和Wait函数
- [fix] avc,尝试解析scaling matrix
4 years ago
..
amf0.go prev pr patch 4 years ago
amf0_test.go messages: 5 years ago
chunk_composer.go messages: 5 years ago
chunk_divider.go commit messages: 4 years ago
client_pull_session.go messages: 4 years ago
client_push_session.go messages: 4 years ago
client_session.go messages: 4 years ago
handshake.go messages: 4 years ago
handshake_test.go - [代码] 默认的rtmp地址 5 years ago
message_packer.go prev pr patch 4 years ago
message_packer_test.go prev pr patch 4 years ago
metadata.go commit messages: 4 years ago
metadata_test.go messages: 5 years ago
rtmp.go 1. [feat] lalserver的session增加存活检查,10秒没有数据会主动断开连接 2. [feat] lalserver的group没有sub拉流时,停止对应的pull回源 3. [feat] HTTP Notify事件回调中,增加`on_rtmp_connect` 4 years ago
rtmp_test.go Changes: 5 years ago
server.go messages: 4 years ago
server_session.go commit messages: 4 years ago
stream.go commit messages: 4 years ago
var.go 1. [feat] lalserver的session增加存活检查,10秒没有数据会主动断开连接 2. [feat] lalserver的group没有sub拉流时,停止对应的pull回源 3. [feat] HTTP Notify事件回调中,增加`on_rtmp_connect` 4 years ago