Replies: 1 comment 2 replies
-
It seems to work if we remove conservative and minimum. Constraint is that the next item in my queue has to be provided before the start of the crossfade (seems logic) The code will change from
to
Is this a good way to do it ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Here is the point :
I've got a queue with crossfade transition.
I've got something call live with will trigger sometimes openning a connection with an rtmp server.
When I switch to the rtmp server, I wan't to skip to the next song in order to make a fresh start after live.
I have tried multiple maneers to do that (custom annotations, dynamic value for cross parameters, ...) but no way.
When my rtmp stop i still hear to fadeout of the previous song and the fadein of the new song (for a duration defined in the crossfade).
When i remove the crossfading everything works fine.
From the slack I received the following from Romain Beauxis :
In order to implement what is suggested I did that
I've tried to make a new version of crossfade using a boolean to drive the crossfade effect.
It actually manage the crossfade but there is still few seconds playing old song before switching to new song (with no transition)
What am I doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions