parser.add_argument('--transport', type=str, default='rtmp') #rtmp webrtc rtcpush
parser.add_argument('--push_url', type=str, default='rtmp://localhost/live/livestream') #rtmp://localhost/live/livestream
直接修改这两个地方的代码,启动后报错AttributeError: 'NoneType' object has no attribute '_queue',请问使用rtmp推流还需要做什么修改吗?