Skip to content

Commit

Permalink
chore: we don't need always new segment option for this example
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Apr 25, 2023
1 parent ea807b7 commit 5f172b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server-demux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const engineOptions: ChannelEngineOpts = {
slateRepetitions: 10,
redisUrl: process.env.REDIS_URL,
useDemuxedAudio: true,
alwaysNewSegments: true,
};

const engine = new ChannelEngine(refAssetManager, engineOptions);
Expand Down

0 comments on commit 5f172b0

Please sign in to comment.