I'm getting the following error when trying to grab some stream URLs
*** Error parsing the RTMP stream: chr() arg not in range(256)
probably b/c the URL contains unicode characters.
I'm not a big python guy but would it be possible for the script to use unichr instead of chr ?
Thanks !
Gabriel