-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
we are using the multiple source media reps and everything works fine while we are running the session.
however problems arise whe nwe save a session and want to reopen it again.
Somehow the source nodes loose the connection to the switch node and to each other.
These commands don't work anymore on the soruce nodes:
- commands.sourceMediaRepsAndNodes
-> only gives the same node and repname it was started from
-> solution: run with the switch node as the argument (then we get all reps and nodes) - commands.sourceMediaRepSwitchNode
-> doesn't work on any source node after session reopen - commands.sourceMediaRepSourceNode
-> doesn't work on any soruce node after session reopen
Our solution is saving the sourceMediaRepSourceNode on every other represantion as a property and then only checking this property instead of using commands.sourceMediaRepSourceNode
and saving the switch node on the sourceNode so we can use commands.sourceMediaRepsAndNodes properly
steps to reproduce:
- add a source media rep to a source
- save the session
- open the sessio again
- try the different functions on the source nodes
List all the operating systems versions where this is happening
linux
On what computer hardware is this happening?
any
Relevant console log output
Environment variables
No response
Extra information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working