1
0
Fork 0
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:
winlin 2020-03-22 22:52:51 +08:00
parent 6edca6147c
commit 8a7f35dc6d

View file

@ -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) {