mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
Release rtc_player to ossrs.net
This commit is contained in:
parent
6edca6147c
commit
8a7f35dc6d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
var startPlay = function() {
|
||||
$('#rtc_media_player').show();
|
||||
var urlObject = parse_rtmp_url($("#txt_url").val());
|
||||
var schema = query.schema? query.schema:window.location.protocol;
|
||||
var schema = query.schema? query.schema+':':window.location.protocol;
|
||||
|
||||
// Close PC when user replay.
|
||||
if (pc) {
|
||||
|
|
Loading…
Reference in a new issue