Thread: tv online: how to use FLVSTREAMER and RTMP search
hello,
record rtmp:// flash video .flv stream embedded adobe flash player may use following rtmp flash stream rippers:
flvstreamer wireshark , netstat -plane can give address of host play rtmp / flash movies.
there knows how works ? there no wiki under ubuntu.
1 not know url finders can reveal rtmpe urls.
there has been 2 ways of finding rtmpe urls:
1. analyzing html, xml , other files used web-site
2. getting memory dump of browser debugger
method: 2. getting memory dump of browser debugger
step 1. use pmdump dump browser memory hard disk when watching video want rip (you can pause avoid lag)
step 2. use hex editor open memory dump file,i use hxd editor,its free , portable
step 3. press ctrl + f search keywords such "rtmpe://" "mp4:" "stream start" "connect to",there can find url want
rtmpdump 1.9 can download videos couldn't download before
example:
but important --host address rtmp can replaced url in flvstreamer command.rtmpdump -r "rtmpe://fms-edge02.omroep.nl/3v12/mp4:41944313.mp4" -o output.flv --resume
or using :
gnash play flasmplayer myfile.flv
if use rtmpdump, first apt-get remove flvstreamer, dpkg -i rtmpdump_1.9a-0.0_i386.deb
http://debian-multimedia.org/pool/ma...a-0.0_i386.deb
under ubuntu 1 can run:
rtmp streamsudo cat /proc/kcore | strings | awk 'length > 20' | grep rtmp | grep -o 'rtmp:[^"]*' | grep ".mp4"
then use flash player or flvstreamer
not swfdec buggy, , cannot play all.
you can test streaming skills there:
http://flowplayer.org/plugins/streaming/rtmp.html
example 2:
here wireshark example:
http://www.youtube.com/watch?v=hne70cbtlng
example 3: how youtube flv, wireshark : http://www.youtube.com/watch?v=5miqh...eature=related
of don't know, rtmpdump utility used by
get_iplayer download flash video iplayer site, letting
access high quality drm free tv. apple issued dmca
takedown notice sourceforge site hosted on, claimed
used infringe on copyright. claim, can't anymore
firefox.
once got flv file watch video:
do:
please contribute thread, if possible make gnu , right linuxmplayer myfile.flv
--
if cant command line , mplayer, use downloading plugin firefox: http://www.downloadhelper.net/tutori...id=nfkfo9_swio
on linux systems can use rtmpsrv or rtmpsuck instead of manually snooping stream info.
http://rtmpdump.mplayerhq.hu/
if have more questions how use these programs, post them rtmpdump mailing list.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] tv online: how to use FLVSTREAMER and RTMP search
Ubuntu
Comments
Post a Comment