I'm getting the following error when running the example.py script. Using Python3.5 on Ubuntu16.04 File "example.py", line 33, in <module> live555.startRTSP(url, oneFrame, useTCP) live555.error: shutdown callback must be a callable Any suggestions?
I'm getting the following error when running the example.py script.
Using Python3.5 on Ubuntu16.04
File "example.py", line 33, in
live555.startRTSP(url, oneFrame, useTCP)
live555.error: shutdown callback must be a callable
Any suggestions?