pixel :-)
May 14th, 2009, 03:09 PM
Look what i found, a script in order to "save on disk" streamed videos with rtmp protocol. All the flash videos that you can't figure where it is cashed. It still very experimental, BBC doesn't work, but with some tweak the script should work. The script can take in only one stream, but in bbc they are always two because of the small intro video.
http://www.zap.org.au/software/utils/scripts/extract-rtmp-flv
************************************************** ***********
actual use, provided instructions are wrong
sudo tcpdump -i eth0 -p -s 0 -w file.tcpdump -v tcp src port 1935
As an ordinary user, open the relevant video URL in your browser window and start playback
tcpdump -r file.tcpdump -s 0 -vvv -X \ > file.tcpdump-ascii
./extract-rtmp-flv file.tcpdump-ascii file.flv
http://www.zap.org.au/software/utils/scripts/extract-rtmp-flv
************************************************** ***********
actual use, provided instructions are wrong
sudo tcpdump -i eth0 -p -s 0 -w file.tcpdump -v tcp src port 1935
As an ordinary user, open the relevant video URL in your browser window and start playback
tcpdump -r file.tcpdump -s 0 -vvv -X \ > file.tcpdump-ascii
./extract-rtmp-flv file.tcpdump-ascii file.flv