@flashphoner/websdk 2.0.231 → 2.0.233
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docTemplate/README.md +1 -1
- package/examples/demo/dependencies/js/utils.js +258 -31
- package/examples/demo/streaming/console/console.html +45 -1
- package/examples/demo/streaming/console/console.js +49 -14
- package/examples/demo/streaming/console/ports.js +18 -0
- package/flashphoner-no-flash.js +14 -14
- package/flashphoner-no-flash.min.js +2 -2
- package/flashphoner-no-webrtc.js +13 -13
- package/flashphoner-no-webrtc.min.js +2 -2
- package/flashphoner-no-wsplayer.js +13 -13
- package/flashphoner-no-wsplayer.min.js +2 -2
- package/flashphoner-rest-api.js +3 -2
- package/flashphoner-temasys-flash-websocket-without-adapterjs.js +15 -15
- package/flashphoner-temasys-flash-websocket.js +15 -15
- package/flashphoner-temasys-flash-websocket.min.js +2 -2
- package/flashphoner-webrtc-only.js +12 -12
- package/flashphoner-webrtc-only.min.js +1 -1
- package/flashphoner.js +13 -13
- package/flashphoner.min.js +2 -2
- package/package.json +1 -1
- package/src/rest-module.js +3 -2
package/flashphoner.js
CHANGED
|
@@ -324,7 +324,7 @@ process.umask = function () {
|
|
|
324
324
|
|
|
325
325
|
},{}],4:[function(require,module,exports){
|
|
326
326
|
(function (setImmediate){(function (){
|
|
327
|
-
function _typeof(
|
|
327
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
328
328
|
(function (root) {
|
|
329
329
|
// Store setTimeout reference so promise-polyfill will be unaffected by
|
|
330
330
|
// other code modifying setTimeout (like sinon.useFakeTimers())
|
|
@@ -2124,7 +2124,7 @@ module.exports = function (window, edgeVersion) {
|
|
|
2124
2124
|
'use strict';
|
|
2125
2125
|
|
|
2126
2126
|
// SDP helpers.
|
|
2127
|
-
function _typeof(
|
|
2127
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2128
2128
|
var SDPUtils = {};
|
|
2129
2129
|
|
|
2130
2130
|
// Generate an alphanumeric identifier for cname or mids.
|
|
@@ -3930,7 +3930,7 @@ function adapterFactory() {
|
|
|
3930
3930
|
/* eslint-env node */
|
|
3931
3931
|
'use strict';
|
|
3932
3932
|
|
|
3933
|
-
function _typeof2(
|
|
3933
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
3934
3934
|
Object.defineProperty(exports, "__esModule", {
|
|
3935
3935
|
value: true
|
|
3936
3936
|
});
|
|
@@ -4711,7 +4711,7 @@ function shimGetDisplayMedia(window, getSourceId) {
|
|
|
4711
4711
|
/* eslint-env node */
|
|
4712
4712
|
'use strict';
|
|
4713
4713
|
|
|
4714
|
-
function _typeof2(
|
|
4714
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
4715
4715
|
Object.defineProperty(exports, "__esModule", {
|
|
4716
4716
|
value: true
|
|
4717
4717
|
});
|
|
@@ -4930,7 +4930,7 @@ function shimGetUserMedia(window, browserDetails) {
|
|
|
4930
4930
|
/* eslint-env node */
|
|
4931
4931
|
'use strict';
|
|
4932
4932
|
|
|
4933
|
-
function _typeof2(
|
|
4933
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
4934
4934
|
Object.defineProperty(exports, "__esModule", {
|
|
4935
4935
|
value: true
|
|
4936
4936
|
});
|
|
@@ -5568,7 +5568,7 @@ function shimGetUserMedia(window) {
|
|
|
5568
5568
|
/* eslint-env node */
|
|
5569
5569
|
'use strict';
|
|
5570
5570
|
|
|
5571
|
-
function _typeof2(
|
|
5571
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
5572
5572
|
Object.defineProperty(exports, "__esModule", {
|
|
5573
5573
|
value: true
|
|
5574
5574
|
});
|
|
@@ -5947,7 +5947,7 @@ function shimGetDisplayMedia(window, preferredMediaSource) {
|
|
|
5947
5947
|
/* eslint-env node */
|
|
5948
5948
|
'use strict';
|
|
5949
5949
|
|
|
5950
|
-
function _typeof2(
|
|
5950
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
5951
5951
|
Object.defineProperty(exports, "__esModule", {
|
|
5952
5952
|
value: true
|
|
5953
5953
|
});
|
|
@@ -6030,7 +6030,7 @@ function shimGetUserMedia(window, browserDetails) {
|
|
|
6030
6030
|
*/
|
|
6031
6031
|
'use strict';
|
|
6032
6032
|
|
|
6033
|
-
function _typeof2(
|
|
6033
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
6034
6034
|
Object.defineProperty(exports, "__esModule", {
|
|
6035
6035
|
value: true
|
|
6036
6036
|
});
|
|
@@ -6393,7 +6393,7 @@ function shimAudioContext(window) {
|
|
|
6393
6393
|
/* eslint-env node */
|
|
6394
6394
|
'use strict';
|
|
6395
6395
|
|
|
6396
|
-
function _typeof2(
|
|
6396
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
6397
6397
|
Object.defineProperty(exports, "__esModule", {
|
|
6398
6398
|
value: true
|
|
6399
6399
|
});
|
|
@@ -6664,7 +6664,7 @@ function filterStats(result, track, outbound) {
|
|
|
6664
6664
|
}
|
|
6665
6665
|
|
|
6666
6666
|
},{}],38:[function(require,module,exports){
|
|
6667
|
-
function _typeof(
|
|
6667
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
6668
6668
|
var _0x8674 = ['feedDecoder', 'postMessage', 'now', 'getBufferTimeLength', 'Unknown\x20request', 'bind', 'audioChunkLength', 'context', 'sampleRate', 'videoWidth', 'videoHeight', 'token', 'dropDelayMultiplier', 'Failed\x20to\x20init\x20stream\x20receiver\x20', 'videoDecoder', 'decoderPath', 'onmessage', 'No\x20timestamp\x20available\x20for\x20decoded\x20picture,\x20discarding', 'shift', 'STOPPED', 'audioBuffer', 'sync', 'start', 'setVolume', 'requestVideoFrameCallback', 'Failed\x20to\x20init\x20video\x20decoder\x20', 'fps', 'framesRendered', 'noDataSince', 'prototype', 'receivedIframe', 'lastPlayedVideoTime', 'kframe', 'decode', 'payload', 'play', 'stream', 'STARTUP', 'playFirstSound', 'createBuffer', 'getChannelData', 'random', 'createBufferSource', 'buffer', 'connect', 'destination', 'mute', 'PAUSED', 'unmute', 'resume', 'getVolume', 'lastFpsTime', 'lastPlayedVideoTimestamp', 'log', 'trace', 'requestVideoFrameCallback,\x20audio\x20player\x20time\x20', '\x20callback\x20timestamp\x20', 'render', 'playing', 'dispatchEvent', 'riseApiEvent', 'lastEventRised', 'PLAYBACK_PROBLEM', 'logToCanvas', 'ctx2D', 'height', 'fillStyle', 'black', 'font', 'textAlign', 'center', 'width', '40pt', 'fillText', 'initLogger', 'verbosity', 'console', 'apply', 'warn', 'wsLogger', 'debug', 'renderFunction', 'force2D', 'YTexture', 'CBTexture', 'CRTexture', 'RGBTexture', 'rgbaBuffer', 'mbWidth', 'codedWidth', 'halfWidth', 'precision\x20mediump\x20float;', 'uniform\x20sampler2D\x20CBTexture;', 'void\x20main()\x20{', 'float\x20y\x20=\x20texture2D(YTexture,\x20texCoord).r;', 'float\x20cb\x20=\x20texture2D(CBTexture,\x20texCoord).r\x20-\x200.5;', 'gl_FragColor\x20=\x20vec4(', 'y\x20+\x20-0.343\x20*\x20cb\x20-\x200.711\x20*\x20cr,', '1.0', 'join', 'attribute\x20vec2\x20vertex;', 'varying\x20vec2\x20texCoord;', 'texCoord\x20=\x20vertex;', 'gl_Position\x20=\x20vec4((vertex\x20*\x202.0\x20-\x201.0)\x20*\x20vec2(1,\x20-1),\x200.0,\x201.0);', 'SHADER_VERTEX_IDENTITY_RGBA', 'varying\x20vec2\x20tc;', 'void\x20main(){', 'gl_Position\x20=\x20vertex;', 'SHADER_FRAGMENT_RGBA', 'uniform\x20sampler2D\x20RGBTexture;', 'gl_FragColor\x20=\x20texture2D(RGBTexture,\x20tc);', 'getContext', 'experimental-webgl', 'inputFormat', 'rgba', 'initWebGLRGB', 'initWebGLYUV', 'renderFrame2D', 'bindBuffer', 'ARRAY_BUFFER', 'bufferData', 'STATIC_DRAW', 'program', 'attachShader', 'compileShader', 'SHADER_VERTEX_IDENTITY_YUV', 'FRAGMENT_SHADER', 'SHADER_FRAGMENT_YCBCRTORGBA', 'linkProgram', 'getProgramParameter', 'Failed\x20to\x20init\x20WebGL!\x20Message\x20', 'getProgramInfoLog', 'useProgram', 'createTexture', 'getAttribLocation', 'vertex', 'enableVertexAttribArray', 'vertexAttribPointer', 'createProgram', 'bindAttribLocation', 'FLOAT', 'renderFrameGLRGB', 'undefined', 'createImageData', 'putImageData', 'clear', 'COLOR_BUFFER_BIT', 'DEPTH_BUFFER_BIT', 'TEXTURE_2D', 'texParameteri', 'TEXTURE_MAG_FILTER', 'LINEAR', 'TEXTURE_MIN_FILTER', 'CLAMP_TO_EDGE', 'TEXTURE_WRAP_T', 'getUniformLocation', 'createShader', 'getShaderParameter', 'COMPILE_STATUS', 'getShaderInfoLog', 'isUsingWebGL', 'activeTexture', 'bindTexture', 'texImage2D', 'LUMINANCE', 'UNSIGNED_BYTE', 'TEXTURE1', 'TEXTURE2', 'drawArrays', 'TRIANGLE_STRIP', 'TEXTURE0', 'RGBA', 'TRIANGLES', 'type', 'YCbCrToRGBA', 'set', 'Changing\x20canvas\x20resolution\x20from\x20', '\x20to\x20', 'lastTimeRendered', 'getLastTimeRendered', 'nodeConnected', 'gainNode', 'createGain', 'abs', 'Audio\x20node\x20buffer\x20size\x20', 'internalBufferSize', 'createScriptProcessor', 'audioJSNode', 'previousSync', 'lastSync', 'lastSyncTime', 'playbackTime', 'value', 'disconnect', 'resetBuffers', 'playAudio', 'getBufferLength', 'currentTime', 'audioChunkTimeLength', 'No\x20audio!\x20', 'previousSyncTime', 'Audio\x20player\x20mute', 'gain', 'Audio\x20player\x20resume', 'setTimeout', 'state', 'initialized', 'init', 'canvas', 'api', 'configuration', 'initBuffers', 'initialVolume', 'audioPlayer', 'error', 'Failed\x20to\x20init\x20audio\x20player\x20', 'yuv', 'videoRenderer', 'Failed\x20to\x20init\x20video\x20renderer\x20', 'receiver', 'terminate', 'receiverPath', 'addEventListener', 'message', 'data', 'status', 'failed', 'closed', 'stop', 'AVData', 'audioLength', 'audioReceived', 'audio', 'length', 'videoLength', 'Received\x20video,\x20frames:', 'videoReceived', 'video', 'videoBuffer', 'push', 'videoFrameTimeLength', 'getCurrentSync', 'PLAYING', 'muted', 'decodedVideoBuffer', 'tsVideoWaitingList'];
|
|
6669
6669
|
(function (_0x56e2ba, _0x54ffbb) {
|
|
6670
6670
|
var _0x53abc2 = function _0x53abc2(_0x5bd6fa) {
|
|
@@ -8342,7 +8342,7 @@ module.exports = {
|
|
|
8342
8342
|
},{}],40:[function(require,module,exports){
|
|
8343
8343
|
'use strict';
|
|
8344
8344
|
|
|
8345
|
-
function _typeof(
|
|
8345
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
8346
8346
|
var _require = require('uuid'),
|
|
8347
8347
|
uuid_v1 = _require.v1;
|
|
8348
8348
|
var constants = require("./constants");
|
|
@@ -11196,7 +11196,7 @@ module.exports = {
|
|
|
11196
11196
|
},{}],42:[function(require,module,exports){
|
|
11197
11197
|
'use strict';
|
|
11198
11198
|
|
|
11199
|
-
function _typeof(
|
|
11199
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11200
11200
|
var isEmptyObject = function isEmptyObject(obj) {
|
|
11201
11201
|
for (var name in obj) {
|
|
11202
11202
|
return false;
|
|
@@ -11622,7 +11622,7 @@ module.exports = {
|
|
|
11622
11622
|
};
|
|
11623
11623
|
|
|
11624
11624
|
},{}],43:[function(require,module,exports){
|
|
11625
|
-
function _typeof(
|
|
11625
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11626
11626
|
-'use strict';
|
|
11627
11627
|
var browserDetails = require('webrtc-adapter')["default"].browserDetails;
|
|
11628
11628
|
var _require = require('uuid'),
|