Aravind
Aravind

Reputation: 590

Red5 media server: How to get rtmp working on Amazon EC2?

I successfully installed red5 media server on Amazon EC2 instance: windows 2008 server.

I edited the property file (red5.properties) and configured it to run on port 80.

When I hit the ip, I'm able to see red5 welcome page.

All is fine till here but I'm not able to get rtmp working via my app. Do I have to open/configure rtmp port on EC2? What am I missing?

Thanks in advance!

Upvotes: 1

Views: 1347

Answers (1)

Aravind
Aravind

Reputation: 590

Okay, I found the solution. Red5 RTMP communicates on port 1935. Go to security groups -> select your security group -> Inbound -> Add a Custom TCP port for 1935 (0.0.0.0/0).

Upvotes: 2

Related Questions