Bitcoin donations are welcome:14snQXeLcnJtWUduKZ6rC2MHdPYrYar1Tw

Wednesday, April 7, 2010

How to get flv url

This is really easy in Linux, and can be used on all sites.

The solution is to use tcpdump via this command:
$sudo tcpdump -s 1514 -Ai en1 'tcp port 80 and tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420'

Thanks a lot to this blog:
http://blog.poundbang.in/post/29578268/using-tcpdump-to-extract-uris-to-flv-videos

To download afterwards use wget. Some sites might block direct downloads, then simply use the --referer= option in wget ;)

2 comments:

  1. Hi Mr.Solution,
    Did you get successful download from ustream.tv ?

    I can't' identify the right link!!!

    Thanks
    Alex

    ReplyDelete
  2. Hi every one,
    My question is how can i login to ustream.tv to download Flash Media Encoder XML file(http://www.ustream.tv/manage-show/advanced/8567816) using
    "wget" command or either "curl" command in linux only.If any one have any other option to login ustream.tv using any command line tools in linux please revert back me soon.My acc.no:amrendraarya@gmail.com
    This will be appreciable.
    thanks and Regards
    Amrendra

    ReplyDelete