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

refine code, rename SrsRtmp to SrsRtmpServer.

This commit is contained in:
winlin 2014-03-02 13:54:40 +08:00
parent 4f91cae377
commit 8aedc51a2f
7 changed files with 58 additions and 42 deletions

View file

@ -50,7 +50,7 @@ SrsClient::SrsClient(SrsServer* srs_server, st_netfd_t client_stfd)
req = new SrsRequest();
res = new SrsResponse();
skt = new SrsSocket(client_stfd);
rtmp = new SrsRtmp(skt);
rtmp = new SrsRtmpServer(skt);
refer = new SrsRefer();
#ifdef SRS_HTTP
http_hooks = new SrsHttpHooks();