hyuk
Member
Hi,
We created a function to “publish” the video as soon as the video broadcaster “stops” the video while transmitting it.
If the video receiver stops the first stream(stream.stop(remoteVideo))and then plays the second stream (participant.getStreams()[0].play(remoteVideo, options)), the following error occurs.
"Failed to add stream to proxy"
If the video receiver delays the playback of the next video by about 2 seconds, the video will play without an error, but if it is set to less than that, an error will occur.
You can put a delay, but it seems that playback may not work depending on the network situation or certain situations, so please give your opinion on whether there is a correct way.
We created a function to “publish” the video as soon as the video broadcaster “stops” the video while transmitting it.
If the video receiver stops the first stream(stream.stop(remoteVideo))and then plays the second stream (participant.getStreams()[0].play(remoteVideo, options)), the following error occurs.
"Failed to add stream to proxy"
If the video receiver delays the playback of the next video by about 2 seconds, the video will play without an error, but if it is set to less than that, an error will occur.
You can put a delay, but it seems that playback may not work depending on the network situation or certain situations, so please give your opinion on whether there is a correct way.