andreafabrizi / rtmpSnoop

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

Mac Scapy Error #21

Closed AppleTechy closed 7 years ago

AppleTechy commented 7 years ago

When I try and run the script on my Mac(El Capitan) it give me this error sudo python /Volumes/Storage/Rtmp/rtmpSnoop/rtmpSnoop.py -h Password: Traceback (most recent call last): File "/Volumes/Storage/Rtmp/rtmpSnoop/rtmpSnoop.py", line 26, in <module> from scapy.all import * ImportError: No module named scapy.all Any ideas?

andreafabrizi commented 7 years ago

You need to install scapy

AppleTechy commented 7 years ago

I know I have to install scapy. But when I ran pip install scapy I run into an error saying something about setup.egg.py or something. Any ideas?