<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Default nginx configuration is anything on port 80 move it to port 8080. after the default location &quot;/&quot; setup i have added &quot;/open/&quot;, &quot;/idle/&quot;, &quot;/close/&quot; and &quot;/send/&quot;.<br>

</blockquote><div><br>is your rtmpt of red5 configured to 8080?? <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c">
<br><div class="gmail_quote">On Mon, Jun 2, 2008 at 2:51 PM, Rajesh Dharmalingam &lt;<a href="mailto:rajesh.dharmalingam@gmail.com" target="_blank">rajesh.dharmalingam@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi,<br><br>You are proxying to rtmpt port using nginx. So, the rtmpt port should only 8088 in red5 and not 80. In the web application where you are trying to connect to red5, there you should provide 80 instead of 8088.<br>


<br>Basically, the request from your web applicaiton should come to nginx and nginx will do the proxy to red5&#39;s rtmpt.<br><br>Hope this is clear.<div><div></div><div><br><br><br><div class="gmail_quote">
On Mon, Jun 2, 2008 at 2:32 PM, just starting &lt;<a href="mailto:just.starting@gmail.com" target="_blank">just.starting@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>What value should I put for rtmpt port in the config file of the red5 application.<br>


<br>FYI I am trying the openmeetings application.<br><br>I have nginx on 80 and default rtmpt port on 8088. Now in the config file what should I put as rtmpt port, 80 or 8088.<br>
<br>Thanks,<br>Rakesh.<div><div></div><div><br><br><div class="gmail_quote">On Sun, Jun 1, 2008 at 1:47 AM, Rajesh Dharmalingam &lt;<a href="mailto:rajesh.dharmalingam@gmail.com" target="_blank">rajesh.dharmalingam@gmail.com</a>&gt; wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
i have replied to the same thread that the configuration provided over there is sufficient and works. <br><div><div></div><div><br><div class="gmail_quote">On Sun, Jun 1, 2008 at 1:44 AM, Rajesh Dharmalingam &lt;<a href="mailto:rajesh.dharmalingam@gmail.com" target="_blank">rajesh.dharmalingam@gmail.com</a>&gt; wrote:<br>




<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>I do not have a link to refer you. i also tried but could not find any documentation for the proxy. But in general rtmpt is http over rtmp. The rtmpt packets that are posted to red5 will have one of the 4 patterns in the url. i.e. open or close or idle or send. <br>




<div><div></div><div>
<br><div class="gmail_quote">On Sun, Jun 1, 2008 at 1:13 AM, just starting &lt;<a href="mailto:just.starting@gmail.com" target="_blank">just.starting@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





Thanks Rajesh for the quick reply. <br><br>I searched the net quite a bit for the solution to my question and come up with the link : <a href="http://marc.info/?l=nginx&amp;m=121180411000488&amp;w=2" target="_blank">http://marc.info/?l=nginx&amp;m=121180411000488&amp;w=2</a><br>






<br>Can you please explain this:<br><ol><li>/open/, /close/, /send/,/idle/ are the server path used in rtmpt queries to the rtmpt server. I mean are the paths generic.</li><li>Will these paths cover all rtmpt queries. Any pointer or link will be must helpful.</li>






</ol>Thanks<br>Rakesh.<div><div></div><div><br><br><div class="gmail_quote">On Sat, May 31, 2008 at 8:40 PM, Rajesh Dharmalingam &lt;<a href="mailto:rajesh.dharmalingam@gmail.com" target="_blank">rajesh.dharmalingam@gmail.com</a>&gt; wrote:<br>





<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Yes it is possible. &nbsp;&nbsp;&nbsp;  <br><br>&nbsp;&nbsp; location /open/ {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_pass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://127.0.0.1:8088/" target="_blank">http://127.0.0.1:8088</a>;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_redirect&nbsp;&nbsp;&nbsp;&nbsp; off;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_set_header&nbsp;&nbsp; X-Forwarded-For&nbsp;&nbsp; $proxy_add_x_forwarded_for;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_max_body_size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10m;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_body_buffer_size&nbsp;&nbsp;&nbsp; 128k;<br><br>








&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_connect_timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 90;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_send_timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 90;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_read_timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 90;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_buffer_size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4k;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_buffers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 32k;<br>








&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_busy_buffers_size&nbsp;&nbsp;&nbsp; 64k;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_temp_file_write_size 64k;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; conf/fastcgi_params;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>Similar to this is for /close/ , /idle/ , /send/.<br>







<br><br>Add this and it will work.<div><div></div><div><br><br><div class="gmail_quote">On Sat, May 31, 2008 at 7:52 PM, just starting &lt;<a href="mailto:just.starting@gmail.com" target="_blank">just.starting@gmail.com</a>&gt; wrote:<br>






<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br><br>Is it possible to run red5 rtmpt via proxy of nginx?<br><br>I know that the protocols are different, but still, is there any workaround available?<br><br>Thanks,<br>Rakesh.<br>
</blockquote></div><br><br clear="all"><br></div></div><font color="#888888">-- <br>Regards,<br>-Rajesh<br><br>&quot;Stick to our roots and not to forget where we come from&quot;
</font></blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>-Rajesh<br><br>&quot;Stick to our roots and not to forget where we come from&quot;
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>-Rajesh<br><br>&quot;Stick to our roots and not to forget where we come from&quot;
</div></div></blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>-Rajesh<br><br>&quot;Stick to our roots and not to forget where we come from&quot;
</div></div></blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>-Rajesh<br><br>&quot;Stick to our roots and not to forget where we come from&quot;