Skip to content

Commit

Permalink
fix period example - found by @cconcolato
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Oct 22, 2024
1 parent 55d4f99 commit 07d4e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Filters/dasher.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ gpac -i source.mp4 dasher:gencues cecrypt:cfile=roll_seg.xml -o live.mpd
This will allow the encrypter to locate dash boundaries and roll keys at segment boundaries.
Example
```
gpac -i s1.mp4 -i s2.mp4:#CryptInfo=clear:#Period=3 -i s3.mp4:#Period=3 dasher:gencues cecrypt:cfile=roll_period.xml -o live.mpd
gpac -i s1.mp4 -i s2.mp4:#CryptInfo=clear:#Period=2 -i s3.mp4:#Period=3 dasher:gencues cecrypt:cfile=roll_period.xml -o live.mpd
```
If the DRM file uses `keyRoll=period`, this will generate:

Expand Down

0 comments on commit 07d4e5c

Please sign in to comment.