Files
shaka-player/lib/dash
Wojciech Tyczyński a054b7e6ad perf(DASH): Do not store duplicated pssh data buffers (#9006)
Use PSSH string to cache init data in order to avoid creating duplicated
init data buffers. On streams with many periods due to ad insertion it
can make a difference - i.e. on stream with 50 periods this change
reduces used memory by init data buffers from 40 KB to 1 KB.

In DASH, PSSH can often be a duplicated data between protected periods
and/or adaptation sets.
2025-08-21 11:06:40 +02:00
..