theintencity / rtmplite

Flash RTMP server and SIP-RTMP gateway in Python
Other
201 stars 88 forks source link

Syntax error in line 89 #108

Open hitswa opened 7 years ago

hitswa commented 7 years ago

I tried "python rtmp.py -h" command on my Windows machine and got following error

  File "rtmp.py", line 89
    if _debug: print 'socket.read[%d] calling recv()'%(count,)
                                                    ^
SyntaxError: invalid syntax
ROBERT-MCDOWELL commented 7 years ago

you should use at least python 2.7, also rtmplite is not heavily tested on windows. you can also comment this line with a # sign and make further tests