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

@ -550,6 +550,9 @@
if (query.buffer) {
url += "&buffer=" + query.buffer;
}
if (query.api_port) {
url += "&api_port=" + query.api_port;
}
var queries = user_extra_params(query);
if (queries && queries.length) {