Reputation:
I have a EC2 micro instance running nginx and I'm trying to stream video to it using RTMP, however the security groups section doesn't have an RTMP option for allowed inbound connections. Is there a way around this so I can stream to my server?
Upvotes: 1
Views: 2000
Reputation: 22441
The default port for RTMP is 1935, so add a new inbound rule of type "Custom TCP Rule" and type "1935" under Port Range.
Upvotes: 2
Reputation: 2175
RTMP typically uses TCP over port 1935.
If you select "TCP" from the connection type list, you can then manually choose which port to allow ingress on.
Upvotes: 0