Eittipat / pyrtmp

PyRTMP: Pure Python RTMP server
MIT License
90 stars 20 forks source link

Error in line 95 of example code #2

Open joewrose opened 2 years ago

joewrose commented 2 years ago

On line 95 of the example code serve_rtmp is called with an port number instead of a boolean.

0216th commented 2 years ago

@joewallacerose hello ,

i just added parameter "port" to serve_rtmp , like.. async def serve_rtmp(port , use_protocol=True) and it's done ! (success to open RTMP server)

but , i don't know why i fail during 3-handshake raising error "StreamClosedException" : (

Eittipat commented 11 months ago

@0216th I think this problem is sovled with new version