Joe-Palmer / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

siprtmp hanging on Python 2.7 #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First reported by James jmmbuthia@gmail.com on Mar 9, 2011.

--
Hi,

I've downloaded and setup siprtmp on a centos server. The default python 
installation is 2.4 so i've done an alternate installation of 2.7. When i try 
to run the server using python2.7 siprtmp.py -d it shows 'Flash Server Starts - 
0.0.0.0:1935' and nothing happens after that. When i check on the ports using 
netstat there's no service running on port 1935. Is there something am doing 
wrong? How do i know when siprtmp is running?

james
--

Original issue reported on code.google.com by kundan10 on 10 Mar 2011 at 9:33

GoogleCodeExporter commented 9 years ago
This doesn't look like a bug. If it says it started, then it is listening for 
connection. Please try with videoPhone example mentioned on the siprtmp web 
site. Or for a quick test try doing telnet to port 1935, to know if telnet 
connection succeeds then siprtmp is running. 

The netstat app on mac does not show port for listening server process looks 
like. Not sure what the behavior is for Linux.

Original comment by voiprese...@gmail.com on 13 Mar 2011 at 8:17