View Single Post
  #2  
Old 03-29-2011, 06:38 PM
Streamer100 Streamer100 is offline
Junior Member
 
Join Date: Mar 2011
Posts: 1
Streamer100 is on a distinguished road
Arrow

myfreecam rtmpdump


I need some help here please ...

First i install RTMPdump

sudo apt-get -y install build-essential checkinstall libssl-dev && wget http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz && tar xvf rtmpdump-2.3.tgz && cd rtmpdump-2.3 && make SYS=posix && sudo checkinstall && sudo ldconfig

OK

Then i use wireshark to sniff packets and i filter all with "rtmpt.amf.string"

at Handshake part 3 > Real Time Messaging Protocol (AMF Data) > AMF Object > AMF Property > ... and i get every data i may need

OK

so the question ... can you please PLEASE provide me a WORKING example of the commands that you use to start recording ?

./rtmpdump (...)

hope somebody reply this, thanks
Reply With Quote