test pc 3 năm trước cách đây
mục cha
commit
222904ea15
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/scene/scene.service.ts

+ 2 - 2
src/scene/scene.service.ts

@@ -662,8 +662,8 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
           for (let i = 0; i <= walkingRes.length - 1; i++) {
           for (let i = 0; i <= walkingRes.length - 1; i++) {
             Array.from(walkingRes[i]).forEach(
             Array.from(walkingRes[i]).forEach(
               (item: StreamReplyType, index: number) => {
               (item: StreamReplyType, index: number) => {
-                const IDRflag = index % 5 === 0 ? 1 : 3;
-                //const IDRflag = item.isIDR ? 1 : 3;
+                //const IDRflag = index % 5 === 0 ? 1 : 3;
+                const IDRflag = item.isIDR ? 1 : 3;
                 const dir = this.isHeaderOrLast(
                 const dir = this.isHeaderOrLast(
                   index,
                   index,
                   walkingRes[i].length - 1,
                   walkingRes[i].length - 1,