Red5 / red5-server

Red5 Server core
Apache License 2.0
3.33k stars 982 forks source link

Red5 server not running on Linux ubuntu 20.04 #332

Closed umeshshende closed 1 year ago

umeshshende commented 1 year ago

Issue

Short description

Im not able to run RED5Pro Server on linux (azure VM) i have installed successfully but when start the server connection getting closed by remote host after message Starting Red5 Server

Environment

[] Operating system and version: Linux (ubuntu 20.04) Standard B1s (1 vcpu, 1 GiB memory) [] Java version: openjdk-11-jdk [] Red5 version: Red5 Pro Server 10.7.0

Expected behavior

It should start

Actual behavior

image

Steps to reproduce

  1. I have follow https://www.red5pro.com/docs/installation/installation/ubuntuinstall/
  2. Then run sudo ./red5.sh my connection automatically close by remote host it showing Starting Red5 and after that it close.
  3. Then i search the issue found this https://github.com/ant-media/Ant-Media-Server/issues/9 then i implement using https://www.red5pro.com/docs/installation/installation/red5proservice/ it does the same when run using sudo systemctl start red5pro connection close automatically and error showing Job for red5pro.service failed because the control process exited with error code.

Logs

image

umeshshende commented 1 year ago

Im closing this because it was Linux (ubuntu 20.04) Standard B1s (1 vcpu, 1 GiB memory) and work in Standard D2s v3 (2 vcpus, 8 GiB memory) i think its memory and cpu issue.