Bolun Wang
Results
1
issues of
Bolun Wang
Hi all, Just noticed something strange. I'm using the following code to simulate the RTMP part of an application. self.conn = librtmp.RTMP(rtmp_info['url'], playpath=rtmp_info['playpath'], app=rtmp_info['app'], tcurl=rtmp_info['tcurl'], live=rtmp_info['live']) self.conn.connect() self.stream = self.conn.create_stream()...