andreafabrizi / rtmpSnoop

rtmpSnoop lets you to grab the RTMP properties from live or dumped video streams.
145 stars 39 forks source link

*** Error parsing the RTMP stream: chr() arg not in range(256) #17

Open glesperance opened 9 years ago

glesperance commented 9 years ago

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

icholy commented 9 years ago

This is the offending line