|
@@ -1318,11 +1318,11 @@ export default class Workers {
|
|
// console.log("IT-fCnt", It.data);
|
|
// console.log("IT-fCnt", It.data);
|
|
console.log("testFrame", testFrame);
|
|
console.log("testFrame", testFrame);
|
|
|
|
|
|
- this.downloadBlob(
|
|
|
|
- It.data.subarray(It.metaLen, It.metaLen + It.mediaLen),
|
|
|
|
- `100.${testFrame.padLeft(4,'0')}.h264`,
|
|
|
|
- "application/octet-stream"
|
|
|
|
- );
|
|
|
|
|
|
+ // this.downloadBlob(
|
|
|
|
+ // It.data.subarray(It.metaLen, It.metaLen + It.mediaLen),
|
|
|
|
+ // `100.${testFrame.padLeft(4,'0')}.h264`,
|
|
|
|
+ // "application/octet-stream"
|
|
|
|
+ // );
|
|
|
|
|
|
if (this.inPanoMode) {
|
|
if (this.inPanoMode) {
|
|
// console.log("接受webrtc请求:" + JSON.stringify(Rt));
|
|
// console.log("接受webrtc请求:" + JSON.stringify(Rt));
|