andreafabrizi / rtmpSnoop

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

rtmpSnoop isn't detecting any RTMP streams #15

Open martinsik opened 10 years ago

martinsik commented 10 years ago

I'm running OS X 10.9.4 and for some reason I'm not able to detect any RTMP stream with rtmpSnoop but other software like Jaksta works fine. I run it with:

sudo python rtmpSnoop.py -i en1 --debug -p 1935

Output is just:

rtmpSnoop v0.2.1 - The RTMP Sniffer!
Andrea Fabrizi - andrea.fabrizi@gmail.com

Starting sniffing on en1...
# Dissecting stream: 51324
# Dissecting stream: 51324
# Dissecting stream: 51324
# Dissecting stream: 51324
# Dissecting stream: 51324
# Dissecting stream: 51324
# Dissecting stream: 51324

I installed pcapy via mac port which installed both pcapy 1.5.3 and libdnet 1.12, do you think this could be a problem?

Sav0ia commented 8 years ago

I had one detected but I'm getting the same thing in debug :/

Sav0ia commented 8 years ago

Wireshark is showing a heap of activity but the sniffing isn't picking up much with this script :( it's a great script but doesn't seem to be working