hyuk
Member
STREAM_STATUS.FAILED is raised when playing a participant's video.
It happens frequently on one particular computer.
The first time I open the browser it doesn't play close to 100%
In what cases does that error fall?
The participant's video is being transmitted normally and works normally if checked on another computer without problems.
If STREAM_STATUS.FAILED occurs, the same error is repeated when PLAY() is used again.
If I put a retry code, how should I put it?
The version of the Chrome browser is the latest version and the WCS version 5.2.1555.
participant.getStreams()[0].play(display, options).on(STREAM_STATUS.PLAYING, function (playingStream) {
}).on(STREAM_STATUS.STOPPED, function () {
}).on(STREAM_STATUS.FAILED, function () {
});
It happens frequently on one particular computer.
The first time I open the browser it doesn't play close to 100%
In what cases does that error fall?
The participant's video is being transmitted normally and works normally if checked on another computer without problems.
If STREAM_STATUS.FAILED occurs, the same error is repeated when PLAY() is used again.
If I put a retry code, how should I put it?
The version of the Chrome browser is the latest version and the WCS version 5.2.1555.
participant.getStreams()[0].play(display, options).on(STREAM_STATUS.PLAYING, function (playingStream) {
}).on(STREAM_STATUS.STOPPED, function () {
}).on(STREAM_STATUS.FAILED, function () {
});