Red5 / red5-server

Red5 Server core

Repository from Github https://github.comRed5/red5-serverRepository from Github https://github.comRed5/red5-server

red5 server native dependencies

d3bt3ch opened this issue · comments

Is red5 server pure java or it has dependencies on native libraries ?

it is written in java only

@solomax What i wanted to know is the server have any native dependencies like libavcodec etc. If it is pure Java how does it transcode live stream ?

AFAIK Red5 doesn't perform any transcoding
You can check it with mvn dependency:tree :)

As Max replied, there is currently no transcoding in the open source core Red5 codebase; no native code whatsoever, it is all java.