|
@@ -458,7 +458,7 @@ if ("function" === typeof importScripts) {
|
|
|
// console.log("[xmedia] %s ------------ 000", JSON.stringify(mediaArray[index].metadata));
|
|
|
// console.log("procBufItem", index, mediaArray[index]);
|
|
|
if (this.slotHasContent(index) && !needToSkip) {
|
|
|
- //console.log("[xmedia] %s ------------ 001", mediaArray[index].pts);
|
|
|
+ console.log("[xmedia] %s ------------ 001", mediaArray[index].pts);
|
|
|
if(mediaArray[index].metadata.mediaSrc){
|
|
|
//console.log("角度:"+ mediaArray[index].metadata.newUserStates[0].playerState.camera.angle.yaw);
|
|
|
}
|
|
@@ -473,20 +473,20 @@ if ("function" === typeof importScripts) {
|
|
|
|
|
|
// -------------------
|
|
|
if (this.checkPktOrderInConsumer(index)) {
|
|
|
- //console.log("[xmedia] %s ------------ 002", mediaArray[index].pts);
|
|
|
+ console.log("[xmedia] %s ------------ 002", mediaArray[index].pts);
|
|
|
this.decodeFrame(objData);
|
|
|
}
|
|
|
|
|
|
if (mediaArray[index].isIDR) {
|
|
|
- //console.log("[xmedia] %s ------------ 003", mediaArray[index].pts);
|
|
|
+ console.log("[xmedia] %s ------------ 003", mediaArray[index].pts);
|
|
|
// console.log("mediaArray[index].isIDR: this.skipFrameUntilI = false")
|
|
|
this.skipFrameUntilI = false;
|
|
|
}
|
|
|
}
|
|
|
else{
|
|
|
- //console.log("[xmedia] %s ------------ 004", mediaArray[index].pts);
|
|
|
+ console.log("[xmedia] %s ------------ 004", mediaArray[index].pts);
|
|
|
this.slotHasMedia(index)
|
|
|
- //console.log("[xmedia] %s ------------ 005", mediaArray[index].pts);
|
|
|
+ console.log("[xmedia] %s ------------ 005", mediaArray[index].pts);
|
|
|
this.dropPkt += 1;
|
|
|
}
|
|
|
/*
|