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