I’ve landed on another new issue, if i have a publisher doing a stream and a subscriber connects it works as normal, but after about 10 minutes the subscriber video freezes. I then refresh to connect back to the same stream id and the subscriber video doesn’t work, the console gets this error on the subscriber side:
StreamManager of Stream str_CAM_JkdA_con_LDs3EEjKQQ (Subscriber) did not trigger “streamPlaying” event in 4000 ms
The strange thing is vidu is not reporting any error when the subscriber tries to re-connect to the stream it’s just not transmitting the video or audio. As in the api call to get a connection token for the session is successful.
I don’t really know what to do to diagnose this, but it’s like the stream is disconnected on the publisher side yet the video stream is still working for the publisher. Now if i start a brand new stream it works again.
Why would it just disconnect?