Could use the ability to cross dissolve between streams when new link is entered #5224
SatelliteSushi
started this conversation in
Ideas
Replies: 1 comment
-
HLS.js only deals with buffering HLS content to an HTMLMediaElement. A single HLS.js instance uses a single element and plays a single asset. You can apply CSS as you like to HTML elements and run multiple instances of HLS.js to achieve this. Doing so it outside the scope of this project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing a streaming solution for a large YouTube channel, and having the ability to have a cross dissolve when a new source is entered would be huge. Right now I have about 10 HLS streams which I can switch between, however when switching sources in a single player there is a period where the player has to go black to load the new source. If there was a way to have the player seamlessly cross dissolve when a new input is entered, that would be extremely helpful.
Beta Was this translation helpful? Give feedback.
All reactions