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

For #1638, #307, use webrtc adapter.js for demo.

This commit is contained in:
winlin 2020-03-14 21:14:17 +08:00
parent a42cf3ae8d
commit 12e99f1897
7 changed files with 5707 additions and 95 deletions

View file

@ -791,6 +791,7 @@ SrsGoApiSdp::~SrsGoApiSdp()
{
}
// TODO: FIXME: Support query string http://localhost:1985/api/v1/sdp?app=live&stream=livestream
srs_error_t SrsGoApiSdp::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
{
srs_error_t err = srs_success;