mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-18 16:36:56 +03:00
42afedd1e4
This gets us a fix for a closed caption parsing issue described in videojs/mux.js#330 and fixed in videojs/mux.js#333: > Atypical streams containing 2+ SEI NAL payloads of type 0x04 > (CEA-708 caption content) in the sei_rbsp (specifically a DTG1 > payload preceding a GA94 payload) fail to display captions in this > scenario, as the current logic results in parseSei() prematurely > returning with the DTG1 payload. > > By checking for the user ID within parseSei, mux.js can continue > iterating through the sei_rbsp for the GA94 payload. Change-Id: I9d90419643279a1273187e0354b5e991cd609ba2