video / audio streaming in sync

Hi, first of all i apologize for my amateur question…

I ve managed to stream 2 videos via the webbrowserinput example, but I need to stream the audio from the video as well (its the same audio for both videos) without user interaction. Is this possible?
I ve tried to trigger click play audio from the “main.js” file with no luck…
thank you in advance

Have you checked the “Broadcast” sample?
https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.1/manual/sample-broadcast.html

yes I ve checked that but it seems that audio plays only when you click the button, not when the video starts. Also I can’t get hardware acceleration to work, I ve enabled the NVIDIA package, but when I click play, the hardware acceleration tick is checked off. Are there any dependencies I should check?

You can try that the “Menu” scene in the sample
https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.1/manual/samples.html