What do you want to do with Hls.js?
Smart TVs have a limit of a single active <video> element:
#7757 only described how to render i-frames using a separate <video> element
What are expected/possible workflows on platforms with the "single <video>" limit?
- (somehow) conditionally render i-frames to the main
<video>?
- use some API to get frame data? ("some" because I couldn't find one 😔)
- not use i-frames at all on Smart TV?
- something else?
What have you tried so far?
No response
What do you want to do with Hls.js?
Smart TVs have a limit of a single active
<video>element:#7757 only described how to render i-frames using a separate
<video>elementWhat are expected/possible workflows on platforms with the "single
<video>" limit?<video>?What have you tried so far?
No response