Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2017-02-25 20:24:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3903d2a8e36dd9d36bd0c863aa582efc523a9938
3903d2a8
1 parent
0059b1cf
For #730, remove the test code. 2.0.234
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
2 行增加
和
2 行删除
README.md
trunk/src/core/srs_core.hpp
trunk/src/protocol/srs_rtmp_stack.cpp
README.md
查看文件 @
3903d2a
...
...
@@ -335,6 +335,7 @@ Remark:
## History
*
v2.0, 2017-02-25, for
[
#730
][
bug #730
]
, remove the test code. 2.0.234
*
v2.0, 2017-02-09, fix
[
#503
][
bug #503
]
disable utilities when reload a source. 2.0.233
*
v2.0, 2017-01-22, for
[
#752
][
bug #752
]
release the io then free it for kbps. 2.0.232
*
v2.0, 2017-01-18, fix
[
#750
][
bug #750
]
use specific error code for dns resolve. 2.0.231
...
...
trunk/src/core/srs_core.hpp
查看文件 @
3903d2a
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_REVISION 23
3
#define VERSION_REVISION 23
4
// generated by configure, only macros.
#include <srs_auto_headers.hpp>
...
...
trunk/src/protocol/srs_rtmp_stack.cpp
查看文件 @
3903d2a
...
...
@@ -1635,7 +1635,6 @@ int SrsProtocol::response_acknowledgement_message()
SrsAcknowledgementPacket
*
pkt
=
new
SrsAcknowledgementPacket
();
pkt
->
sequence_number
=
sequence_number
;
srs_warn
(
"ack sequence=%#x"
,
sequence_number
);
// cache the message and use flush to send.
if
(
!
auto_response_when_recv
)
{
...
...
请
注册
或
登录
后发表评论