Error message
OnVue Exam - Video Streaming Issue
Video streaming connection results and requirements: Your home/office network failed to connect to the required video streaming service. The streaming connection requires that Wowza.com can be reached as well as a stable connection of at least 1mb upload and download speeds. How to connect to our video streaming service: Contact your network administrators and ensure the following: Any network filtering software is disabled WebRTC WebSocket connections must be allowed to ..cloud.wowza.com on TCP port 80, 443, 1935.
How can I fix it?
netstat -ano | findstr :80
netstat -ano | findstr :443
netstat -ano | findstr :1935
taskkill /PID PROCESS_ID /F
Share article