|
@@ -1300,11 +1300,11 @@ export default class Workers {
|
|
|
console.error("IT", fCnt, JSON.stringify(Rt));
|
|
|
console.log("IT-fCnt", It.data);
|
|
|
|
|
|
- this.downloadBlob(
|
|
|
- It.data.subarray(It.metaLen, It.metaLen + It.mediaLen),
|
|
|
- `${It.frameCnt}.264`,
|
|
|
- "application/json"
|
|
|
- );
|
|
|
+ // this.downloadBlob(
|
|
|
+ // It.data.subarray(It.metaLen, It.metaLen + It.mediaLen),
|
|
|
+ // `${It.frameCnt}.264`,
|
|
|
+ // "application/json"
|
|
|
+ // );
|
|
|
|
|
|
if (this.inPanoMode) {
|
|
|
// console.log("接受webrtc请求:" + JSON.stringify(Rt));
|