Red5Pro: Server keeps loading without response

122 views Asked by At

I have set-up Red5Pro on my Linux machine by following this tutorial and everything seems to be working fine:

enter image description here

But, the page keeps loading without getting any response:
enter image description here
And this is what I have in the bottom of the browser:
enter image description here
I've checked the console and nothing is being logged there.
Any idea why is this happening?


NOTE: It takes a while for these messages to be logged which is a bit strange:
enter image description here


The JAVA version is 9:
enter image description here

1

There are 1 answers

2
beetlejes On

Currently Red5 Pro must be run with JDK 8. 

If you are running on Ubuntu 16, run

apt-get install -y default-jre unzip libva1 libva-drm1 libva-x11-1 libvdpau1 jsvc ntp If you are running on Ubuntu 18, run

apt-get install -y openjdk-8-jre-headless unzip libva2 libva-drm2 libva-x11-2 libvdpau1 jsvc ntp As of this post, Red5 Pro is not supported on Ubuntu 19 or 20.

If you continue to have issues, you should open a ticket via https://red5pro.zendesk.com/hc/en-us/requests/new.