andreafabrizi / rtmpSnoop

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

Need pcapy and dnet module #2

Closed G-Square closed 10 years ago

G-Square commented 11 years ago

grabe a copy of pcapy from: http://corelabs.coresecurity.com/ and dnet http://libdnet.sourceforge.net/ And for mac users unzip and cd in to dnet file then

CFLAGS='-arch i386 -arch x86_64' ./configure --prefix=/usr
archargs='-arch i386 -arch x86_64' make
sudo make install
cd python
sudo python setup.py install

source: http://code.google.com/p/libdnet/issues/detail?id=9

please update README Thanks for sharing

andreafabrizi commented 10 years ago

Thanks!