1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update donation

This commit is contained in:
winlin 2015-03-14 20:25:21 +08:00
parent 320f45c6f4
commit e6058c1560
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ RMB 500-999
* [2015-xx-xx xx:xx] xxx * [2015-xx-xx xx:xx] xxx
RMB 100-499 RMB 100-499
* [2015-03-14 20:21] 万伟
* [2015-03-11 09:44] 叶发养 * [2015-03-11 09:44] 叶发养
* [2015-02-08 21:10] 韩友洪 * [2015-02-08 21:10] 韩友洪
* [2015-01-09 16:08] 李理 * [2015-01-09 16:08] 李理

View file

@ -1188,6 +1188,7 @@ int SrsHttpServer::hijack(SrsHttpMessage* request, ISrsHttpHandler** ph)
srs_trace("hstrs: source url=%s, is_edge=%d, source_id=%d[%d]", srs_trace("hstrs: source url=%s, is_edge=%d, source_id=%d[%d]",
r->get_stream_url().c_str(), vhost_is_edge, s->source_id(), s->source_id()); r->get_stream_url().c_str(), vhost_is_edge, s->source_id(), s->source_id());
// TODO: FIXME: disconnect when all connection closed.
if (vhost_is_edge) { if (vhost_is_edge) {
// notice edge to start for the first client. // notice edge to start for the first client.
if ((ret = s->on_edge_start_play()) != ERROR_SUCCESS) { if ((ret = s->on_edge_start_play()) != ERROR_SUCCESS) {