6 messages in ru.sysoev.nginxRe: nginx red5 rtmpt proxy
FromSent OnAttachments
Rajesh DharmalingamMay 26, 2008 5:03 am 
RapseyMay 26, 2008 6:08 am 
RapseyMay 26, 2008 6:13 am 
Igor SysoevMay 26, 2008 6:16 am 
Rajesh DharmalingamMay 26, 2008 7:08 am 
Rajesh DharmalingamMay 26, 2008 3:43 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx red5 rtmpt proxyActions...
From:Rapsey (raps@public.gmane.org)
Date:May 26, 2008 6:08:20 am
List:ru.sysoev.nginx

hehe. No way will that work. RTMP and HTTP are protocols. Completely incompatible. nginx is a HTTP server and proxy and does not speak RTMP.

Sergej

On Mon, May 26, 2008 at 2:04 PM, Rajesh Dharmalingam < raje@public.gmane.org> wrote:

Hi,

Had anyone tried making red5 rtmpt to run via proxy of nginx?

I am trying the following but it does not work.

location /open/ { proxy_pass http://127.0.0.1:8088; proxy_redirect off; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

client_max_body_size 10m; client_body_buffer_size 128k;

proxy_connect_timeout 90; proxy_send_timeout 90; proxy_read_timeout 90;

proxy_buffer_size 4k; proxy_buffers 4 32k; proxy_busy_buffers_size 64k; proxy_temp_file_write_size 64k;

include conf/fastcgi_params; }

Similar to this is for /close/ , /idle/ , /send/. Could any one please let me know if this is fine or if i shd change to make rtmpt proxy work with nginx

"Stick to our roots and not to forget where we come from"