peer-stream
peer-stream copied to clipboard
No audio being played from the generated URL
I tried streaming using the sample commands provided in the repo, but no audio from inside Unreal was streamed to the generated URL, what could be the problem?
<video is="peer-stream" audio></video>
this may work
<video is="peer-stream" audio>
<track default kind="captions" srclang="en" />
</video>
You mean this part in "test.html" ? I tried commenting the middle line, but still sound doesn't play from the browser only from the source.