My issue is that I’m unable to reset fmod correctly and being it able to reproduce another video after the first. (The audio is muted the second time)
How do I reset everything?
For every video I repeat the init process, but it doesn’t seem to work.
When you mention reset are you shutting down the FMOD system (FMOD Engine | White Papers - Getting Started) or would it be possible to see the code you are using to reset your system?
Would you be able to expand on the init process you are using as well?
When you are trying to play the second time are you seeing any FMOD errors in the console with the FMOD Integration logging level set to Warning:
It may be an issue with the sound or channel.
If you have followed our scripting example I would suggest adding some FMOD.RESULT checks (FMOD Engine | Core API Reference - Common) which will also provide some more information where it is failing. Most FMOD functions will return an FMOD_RESULT.