mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add http delivery framework
This commit is contained in:
parent
8d7877ebd1
commit
83f35d10b1
7 changed files with 316 additions and 63 deletions
|
@ -325,8 +325,7 @@ SrsHttpHandler* SrsHttpHandler::create_http_api()
|
|||
|
||||
SrsHttpHandler* SrsHttpHandler::create_http_stream()
|
||||
{
|
||||
// TODO: FIXME: use http stream handler instead.
|
||||
return new SrsHttpHandler();
|
||||
return new SrsHttpRoot();
|
||||
}
|
||||
|
||||
SrsHttpMessage::SrsHttpMessage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue