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
2015-09-15 13:03:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f9cfcdcf409263804d218697797b03455ffa229
8f9cfcdc
1 parent
e8a00de4
fix #319, http raw api support update global and vhost. 3.0.4
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
6 行增加
和
1 行删除
README.md
trunk/src/app/srs_app_http_api.cpp
trunk/src/core/srs_core.hpp
README.md
查看文件 @
8f9cfcd
...
...
@@ -344,6 +344,7 @@ Remark:
## History
*
v3.0, 2015-09-14, fix
[
#319
][
bug #319
]
, http raw api support update global and vhost. 3.0.4
*
v3.0, 2015-08-31, fix
[
#319
][
bug #319
]
, http raw api support query global and vhost. 3.0.3
*
v3.0, 2015-08-28, fix
[
#471
][
bug #471
]
, api response the width and height. 3.0.2
*
v3.0, 2015-08-25, fix
[
#367
][
bug #367
]
, support nginx-rtmp exec. 3.0.1
...
...
trunk/src/app/srs_app_http_api.cpp
查看文件 @
8f9cfcd
...
...
@@ -1228,7 +1228,11 @@ int SrsGoApiRaw::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
srs_error
(
"raw api update vhost=%s, param=%s failed. ret=%d"
,
value
.
c_str
(),
param
.
c_str
(),
ret
);
return
srs_api_response_code
(
w
,
r
,
ret
);
}
}
else
{
// TODO: support other param.
}
}
else
{
// TODO: support other scope.
}
// whether the config applied.
...
...
trunk/src/core/srs_core.hpp
查看文件 @
8f9cfcd
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 3
#define VERSION_MINOR 0
#define VERSION_REVISION
3
#define VERSION_REVISION
4
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
...
...
请
注册
或
登录
后发表评论