various fixes to both LSP and Embed

Embed:
- pass urlappend to streaminfo request
- updated videojs from 5.18 to 6.2
LSP:
- mail for help should use https now
This commit is contained in:
Cat 2017-07-10 14:35:43 +02:00 committed by Thulinma
parent 6d34de94f5
commit ff7d784449
7 changed files with 44590 additions and 33 deletions

View file

@ -1383,7 +1383,7 @@ function mistPlay(streamName,options) {
else {
//get info js
var info = document.createElement('script');
info.src = options.host+'/info_'+encodeURIComponent(streamName)+'.js';
info.src = options.host+'/info_'+encodeURIComponent(streamName)+'.js'+(('urlappend' in options) && (options.urlappend) ? options.urlappend : '' );
embedLog('Retrieving stream info from '+info.src);
document.head.appendChild(info);
info.onerror = function(){

24722
embed/players/video.js Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long