Open joewrose opened 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" : (
@0216th I think this problem is sovled with new version
On line 95 of the example code serve_rtmp is called with an port number instead of a boolean.