# Intermittent no video

**URL:** https://openvidu.discourse.group/t/intermittent-no-video/4140
**Category:** Issues developing apps
**Tags:** v2
**Created:** [August 11, 2022, 4:24am UTC](https://openvidu.discourse.group/t/intermittent-no-video/4140 "2022-08-11T04:24:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![seungsun](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@seungsun](https://openvidu.discourse.group/u/seungsun)
#### Post date: [August 11, 2022, 4:24am UTC](https://openvidu.discourse.group/t/intermittent-no-video/4140/1 "2022-08-11T04:24:22Z")

</div>

If openvidu is turned on for a long time, the cam video of the other party does not appear.  
If you turn off the server and then turn it on again, the other party’s cam video is displayed again.

May I know what’s the problem?

---

<div class="post-metadata">

### Author: ![cruizba](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/cruizba/32/18_2.png) [@cruizba](https://openvidu.discourse.group/u/cruizba)
#### Post date: [August 29, 2022, 6:56pm UTC](https://openvidu.discourse.group/t/intermittent-no-video/4140/2 "2022-08-29T18:56:51Z")

</div>

You probably have a wrong configuration deployment, or maybe some ports are not accessible from the browser.

Can you do the same test by doing it in firefox and watching candidates of `about:webrtc` ?

At `about:webrtc` you can see candidates selected for WebRTC communication. If you see some “red candidates” on that screen and no “green candidates”, something is not working properly with ports or configuration.

This is the mayor reason of intermitent failures while connecting, ICE connection errors.
