Socket
Socket
Sign inDemoInstall

bonc-htmlplayer

Package Overview
Dependencies
2
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.14 to 1.0.15

dist/归档.zip

2

package.json
{
"name": "bonc-htmlplayer",
"version": "1.0.14",
"version": "1.0.15",
"description": "东方国信的html播放器内核",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -255,3 +255,2 @@ import { ExpGolomb } from '../../util/exp-golomb.js';

this.track.pps = [new Uint8Array(pps)];
console.log('parsePPS',this.track.pps)
}

@@ -258,0 +257,0 @@

@@ -77,3 +77,2 @@ import Event from './util/event';

this.on('onRecordInfo',function(jsondata){
debugger
if(parseInt(jsondata.Response.SumNum)>0){

@@ -140,2 +139,5 @@ if(jsondata.Response.RecordList.Item instanceof Array){

}
if(!jsonbonc){
jsonbonc = this.jsonbonc
}

@@ -142,0 +144,0 @@ if(!this._player) {

@@ -10,3 +10,3 @@ import {xmlHeader,xmlHeartBody,xmlCloseBody} from './orderList';

this.close(3001,'abc');
console.time('close')
// console.time('close')
// console.log('close 方法已执行')

@@ -195,3 +195,3 @@ }

WebSocketClose(e){ //websocket异常关闭,需要重连
console.timeEnd('close')
// console.timeEnd('close')
//console.log(this.socketDataMerge.videoDataQueue)

@@ -198,0 +198,0 @@ if(this.boncws.closeReason==='normal'){

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc