Page 2 of 34 FirstFirst 123412 ... LastLast
Results 21 to 40 of 678

Thread: RTMPDump Q+A's

  1. #21
    Join Date
    Nov 2009
    Posts
    523
    Thanks
    408
    Thanked 1,559 Times in 274 Posts

    Default

    rtmpsrv is a bit much at the moment (for me).
    Will have a closer look in the next days.

    In the meantime - please take a look the attachment and be so kind as to make it playable.

    @screensports
    Could you please write a bit more about rtmpsrv or tell me where to get more info.
    The OP is about Linux/rtmpsrv...or?
    So far all I can see is rtmp://0.0.0.0:1935
    I read somewhere that now I have to edit the host file??
    As said above I will have a better look later. Anyway thanks for your help.
    Attached Files Attached Files
    Last edited by tvmaster; 22-06-2011 at 00:14.

  2. #22
    Join Date
    Aug 2008
    Location
    Streamland
    Posts
    1,041
    Thanks
    64
    Thanked 237 Times in 129 Posts

    Default

    Take a look here for tutorial.
    RTMPExplorer is available here.

    Quote Originally Posted by tvmaster View Post
    In the meantime - please take a look the attachment and be so kind as to make it playable.

    @screensports
    Could you please write a bit more about rtmpsrv or tell me where to get more info.
    The OP is about Linux/rtmpsrv...or?
    So far all I can see is rtmp://0.0.0.0:1935
    I read somewhere that now I have to edit the host file??
    As said above I will have a better look later. Anyway thanks for your help.
    Attached Files Attached Files
    Last edited by screensports; 22-06-2011 at 00:25.

  3. The Following User Says Thank You to screensports For This Useful Post:

    tvmaster (22-06-2011)

  4. #23
    Join Date
    Apr 2007
    Location
    MACKEMLAND
    Posts
    12,975
    Thanks
    10,212
    Thanked 12,999 Times in 4,982 Posts

    Question

    @tvmaster

    Personally ive never ever gotten rtmpsrv to work under Windows even with editing my host file as all the tuts on the net explain...? Even found this one using google cache search...

    rtmpsrv for Windows

    Setup:
    Firefox
    rtmpdump, rtmpsrv
    coreutils
    grep
    sed

    Find the Host:
    1. Windows Task Manager
    right click plugin-container.exe > Create Dump File

    2. get host

    Code:
    grep -Pao rtmp.{40} plugin-container.DMP | sort -u
    Download:
    1. start monitoring

    Code:
    rtmpsrv > rtmpsrv.txt
    2. edit hosts file

    Code:
    cd C:\Windows\System32\drivers\etc & sed s/#// hosts > tmp & mv tmp hosts
    3. start the video

    4. after rtmpsrv captures the parameters kill the processes

    Code:
    taskkill /im plugin-container.exe /im rtmpsrv.exe /f
    5. restore hosts file

    Code:
    cd C:\Windows\System32\drivers\etc & sed "s/^/#/" hosts > tmp & mv tmp hosts
    6. the command to download the video will be in the text file

    Code:
    rtmpdump -r rtmpe://hulufs.fplive.net -a "hulu/593/50111593?sessionid=0BFAD9DD35D19ED8B6CB274534A8BFE3&token=c3RhcnRfdGltZT0yMDExMDEyNjA3NTEzMCZlbmRfdGltZT0yMDExMDEyNjA3NTQzMCZkaWdlc3Q9NDllOWMwNWQzODlhN2E0M2ZmMTZjNzM4ZGFjMTY4YTY=&mbr=1&hgt=OZU7Pvs7j27-nhteNno7wh2rW2KI7E9RRATmcsvy_NF5xCHAoM7C8u_J91OZBxBR9DnvqD7raxmXD1j6B_Vd8D0KoHAe6m0_yAr8olsIPsaw9xk756zhNlD5YwyJ2Sp_1zr6BoZJszElO98gvx-Fiaas94sNlr65RihN6nJmzBAJKF6_xuXsDvJlBGskVLT5pKYys4g8MS46syG8YG_N81peD_6dR_Y1YdXHPWg6q6fT7Tt8ycDp7ogMw0xHWRwTRQcpP6y_lXKjoQYOXIYIrg==&hgt_ver=331370278" -y mp4:agave50111593_4261809_H264_1000.mp4 -W http://www.hulu.com/player.swf -o output.flv
    History:
    rtmpdump README

    All you need to do is redirect your Flash clients to the machine running this server and it will dump out all the connect / play parameters that the Flash client sent. The simplest way to cause the redirect is by editing /etc/hosts when you know the hostname of the RTMP server, and point it to localhost while running rtmpsrv on your machine. (This approach should work on any OS; on Windows you would edit %SystemRoot%\system32\drivers\etc\hosts.)

    On Linux you can also use iptables to redirect all outbound RTMP traffic. You need to be running as root in order to use the iptables command.
    hyc, RTMPdump team

    You need customizable filter/firewall software to perform a transparent redirect. I'm not aware of any freeware for Windows that does this.
    the problem with using rtmpsrv on windows is that in windows cannot do a transparent redirect like on linux. basically that means that before you can use rtmpsrv you have to tell it the server that you are trying to download from. at first this seems impossible because you are relying on rtmpsrv to get you that information!

    the workaround is to pull the server (--host) directly from your RAM. with firefox the process for adobe is plugin-container.exe. so the idea is to create a dump file of that process after the video has loaded, then search through that file and find the server (--host) information. grep is the easiest tool to do that. once you have the (--host), modify the hosts file and boom, rtmpsrv working. the fact is you can actually find all the rtmpdump parameters in the dump file, and you do not even need to use rtmpsrv. i choose to use it because it seems easier to find the host then to sift through and try to figure out all the other rtmpdump parameters.

    Notes:
    rtmpdump might not work if BitTorrent is running. with Hulu you have 3 minutes to make a connection with rtmpdump after the video has started.
    The only other way i can think of is have 2 Windows computers on the same network and run rtmpsrv on one and the other playing the flash stream. Other than that use RTMPExplorer as screensports suggests but be warned it needs Microsoft .NET Framework 4. Then you have Linux of course where rtmpsrv always works...
    Say NO to Ads on streams & Stop the Virus/Malware Alerts.

    If ever a password is needed in any of my or other users uploads try myp2p, Myp2p or wiziwig.

  5. The Following 2 Users Say Thank You to DEAD_MAN_WALKING For This Useful Post:

    Redbullsnation (24-07-2011), tvmaster (22-06-2011)

  6. #24
    Join Date
    Oct 2009
    Posts
    19
    Thanks
    147
    Thanked 16 Times in 10 Posts

    Default rtmpdump address

    How should I look for the following address rtmpdump flow

    >Removed, use a text file like everyone else.<

    ThankYou in advance

  7. #25
    Join Date
    Nov 2010
    Posts
    117
    Thanks
    86
    Thanked 38 Times in 27 Posts

    Default

    This is one heck of an item. Do we know which sites are having the most success...

    Seeon seems to be a fav.

  8. #26
    Join Date
    Apr 2007
    Location
    MACKEMLAND
    Posts
    12,975
    Thanks
    10,212
    Thanked 12,999 Times in 4,982 Posts

    Default

    Quote Originally Posted by Noprseman View Post
    This is one heck of an item. Do we know which sites are having the most success...

    Seeon seems to be a fav.
    Did you read this...?

    Tutorial

    A nice and easy to follow tutorial by screensports can be downloaded and will show you how to hunt down RTMP streams and use RTMPDump. - Tutorial : Sniffing + rtmpdump
    Say NO to Ads on streams & Stop the Virus/Malware Alerts.

    If ever a password is needed in any of my or other users uploads try myp2p, Myp2p or wiziwig.

  9. The Following 2 Users Say Thank You to DEAD_MAN_WALKING For This Useful Post:

    Bunkertor (06-05-2013), cenahum (19-11-2012)

  10. #27
    Join Date
    Nov 2010
    Posts
    117
    Thanks
    86
    Thanked 38 Times in 27 Posts

    Default

    I did however reading other post there seems to be some that shut after a hours mins or days. They change stream location. Refering back the RTMP sports post where they seemed to just shut down....

  11. #28
    Join Date
    Nov 2010
    Posts
    117
    Thanks
    86
    Thanked 38 Times in 27 Posts

    Default

    Ok I get a Error....

    Trying this a few ways. Not sure what is wrong...

    Could not contact RTMP_HASHSWF could not contact swf url.

    Here is my code.

    call rtmpdump -v -r rtmp://85.17.31.98/streamhq/103222 -W http://streamhq.tv/player/player.swf -p
    http://streamhq.tv/player.php?channel_id=103222 | %vlc% -
    Now it does play however then dies after a few mins.

  12. #29
    Join Date
    Aug 2008
    Location
    Streamland
    Posts
    1,041
    Thanks
    64
    Thanked 237 Times in 129 Posts

    Default

    Quote Originally Posted by Noprseman View Post
    Ok I get a Error....

    Trying this a few ways. Not sure what is wrong...

    Could not contact RTMP_HASHSWF could not contact swf url.

    Here is my code.



    Now it does play however then dies after a few mins.
    I already had that some days ago. I tried to get swfSize and swfHash by downloading SWF player. But the issue is once you download SWF player it is only 1KB and it is impossible to decompress it with flasm.

  13. #30
    Join Date
    Nov 2009
    Location
    Stockholm, Sweden
    Posts
    48
    Thanks
    68
    Thanked 12 Times in 5 Posts

    Default Edit in .exe

    How do I easily change one digit in jrgon’s rtmpdump gui 1.2 .exe
    from 2 to 1 [\ p r o g r a ~ 2 \] ?
    Altering with either Note- or WordPad, saving as is (.exe) will, when re-opened with
    W.7 (64 bit.), tell me that: “The version of this file is not compatible with the Windows version
    you are running”. etc. Compatibility mode for W. XP doesn’t work either.

    I’m not familiar with how to do it in “Visual Basic” or “~ Studio”.

    (Read: ‘opening it in those is a nightmare’)
    Last edited by Vaganza; 11-07-2011 at 08:36.

  14. #31
    Join Date
    Jun 2010
    Posts
    248
    Thanks
    231
    Thanked 129 Times in 72 Posts

    Question Novice!

    ...bear with me for a moment, I did some research, read through a lot of interesting stuff and just started 'experimenting' - SO beware, I am far from experienced, guess you experts had to start at some point too, "innit" ??

    I apologize in advance if this is a silly question but I can't seem to figure out the solution (if any) for the problem at hand.

    Most 'streams' work fine but some.... lol well, here goes. This is a dump for a Bl**berg US stream.

    Code:
    RTMPDump v2.3
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    WARNING: You haven't specified an output file (-o filename), using stdout
    Connecting ...
    INFO: Connected...
    Starting Live Stream
    INFO: Metadata:
    INFO:   width                 640.00
    INFO:   height                360.00
    INFO:   framerate             30.00
    INFO:   videodatarate         1000.00
    INFO:   videocodecid          avc1
    INFO:   audiodatarate         64.00
    INFO:   audiocodecid          mp4a
    
    0.238 kB / 0.00 sec
    36.848 kB / 0.00 sec
    125.810 kB / 0.00 sec
    230.132 kB / 0.00 sec
    330.655 kB ~ CUT ~
    ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 38844
    
    34251.349 kB / 364.88 sec
    34251.349 kB / 364.88 sec
    Download complete
    ...its obvious the stream stops. I've got some isues with streams failing to read RTMP headers on occasions too.

    - Anything I can change (settings, values etc.) to resolve this issue? Kind of bothers me.
    Especially on the Bl**mberg stream as I want to keep track of my MyP2P stock portfolio.

    ~ EDIT ~

    Forgot to mention; this happens randomly, after several minutes, an hour or even longer. NOT after a fixed period of time.
    Last edited by Bytebuster; 15-07-2011 at 23:12. Reason: Add. info

  15. #32
    Join Date
    Nov 2010
    Posts
    117
    Thanks
    86
    Thanked 38 Times in 27 Posts

    Default

    Live stream changes the point of entry

  16. #33
    Join Date
    Jun 2010
    Posts
    248
    Thanks
    231
    Thanked 129 Times in 72 Posts

    Default

    Quote Originally Posted by Noprseman View Post
    Live stream changes the point of entry
    hmm...

    However, my question was/is: "how to fix this issue?" - eg: (auto) resume.

  17. #34
    Join Date
    Apr 2007
    Location
    MACKEMLAND
    Posts
    12,975
    Thanks
    10,212
    Thanked 12,999 Times in 4,982 Posts

    Default

    For downloading you can use --resume or -e but with it been live streaming im not sure if it can be used...?
    Say NO to Ads on streams & Stop the Virus/Malware Alerts.

    If ever a password is needed in any of my or other users uploads try myp2p, Myp2p or wiziwig.

  18. The Following User Says Thank You to DEAD_MAN_WALKING For This Useful Post:

    Bytebuster (16-07-2011)

  19. #35
    Join Date
    Jun 2010
    Posts
    248
    Thanks
    231
    Thanked 129 Times in 72 Posts

    Default

    Quote Originally Posted by DEAD_MAN_WALKING View Post
    For downloading you can use --resume or -e but with it been live streaming im not sure if it can be used...?
    Thanks mate but I already tried that. You can't use the --resume option in stdout mode.
    If you add this option it simply will be ignored.

  20. #36
    Join Date
    Mar 2011
    Posts
    54
    Thanks
    38
    Thanked 69 Times in 29 Posts

    Default

    @bytebuster

    Sadly, I can't answer your query. However, this http/flv stream has been up for months. Perhaps this bat info will do until you can resolve the rtmp problem.

    Bl00mberg.txt

  21. The Following User Says Thank You to MercersBlue For This Useful Post:

    Bytebuster (18-07-2011)

  22. #37
    Join Date
    Oct 2007
    Posts
    6,762
    Thanks
    138
    Thanked 3,906 Times in 1,466 Posts

    Default

    Quote Originally Posted by Bytebuster View Post
    ...bear with me for a moment, I did some research, read through a lot of interesting stuff and just started 'experimenting' - SO beware, I am far from experienced, guess you experts had to start at some point too, "innit" ??

    I apologize in advance if this is a silly question but I can't seem to figure out the solution (if any) for the problem at hand.

    Most 'streams' work fine but some.... lol well, here goes. This is a dump for a Bl**berg US stream.

    Code:
    RTMPDump v2.3
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    WARNING: You haven't specified an output file (-o filename), using stdout
    Connecting ...
    INFO: Connected...
    Starting Live Stream
    INFO: Metadata:
    INFO:   width                 640.00
    INFO:   height                360.00
    INFO:   framerate             30.00
    INFO:   videodatarate         1000.00
    INFO:   videocodecid          avc1
    INFO:   audiodatarate         64.00
    INFO:   audiocodecid          mp4a
    
    0.238 kB / 0.00 sec
    36.848 kB / 0.00 sec
    125.810 kB / 0.00 sec
    230.132 kB / 0.00 sec
    330.655 kB ~ CUT ~
    ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 38844
    
    34251.349 kB / 364.88 sec
    34251.349 kB / 364.88 sec
    Download complete
    ...its obvious the stream stops. I've got some isues with streams failing to read RTMP headers on occasions too.

    - Anything I can change (settings, values etc.) to resolve this issue? Kind of bothers me.
    Especially on the Bl**mberg stream as I want to keep track of my MyP2P stock portfolio.

    ~ EDIT ~

    Forgot to mention; this happens randomly, after several minutes, an hour or even longer. NOT after a fixed period of time.
    If you could provide a link to where you get the stream it would be easier to debug.

  23. The Following User Says Thank You to a-t For This Useful Post:

    Bytebuster (18-07-2011)

  24. #38
    Join Date
    Nov 2009
    Posts
    523
    Thanks
    408
    Thanked 1,559 Times in 274 Posts

    Default

    Is it possible to harvest streams from this site? Tried it with stream transport to no avail.
    Attached Files Attached Files

  25. #39
    Join Date
    Jan 2010
    Location
    Virginia, USA
    Posts
    787
    Thanks
    205
    Thanked 649 Times in 248 Posts

    Default

    Quote Originally Posted by tvmaster View Post
    Is it possible to harvest streams from this site? Tried it with stream transport to no avail.
    That is fortunately an MMS based stream, so you don't need rtmpdump. Even better is that I found the URL embedded in that page's HTML source. (hint: look for "mms")

  26. The Following 2 Users Say Thank You to Hawkeye34 For This Useful Post:

    Bytebuster (18-07-2011), tvmaster (18-07-2011)

  27. #40
    Join Date
    Jun 2010
    Posts
    248
    Thanks
    231
    Thanked 129 Times in 72 Posts

    Lightbulb

    Quote Originally Posted by Hawkeye34 View Post
    That is fortunately an MMS based stream, so you don't need rtmpdump. Even better is that I found the URL embedded in that page's HTML source. (hint: look for "mms")
    Yes...
    I can play the stream (from source) via browser (embedded player url) but via player it only works once (MMS url).
    When I stop the stream and try to open it again it does not work anymore Seems it expires.
    Last edited by Bytebuster; 18-07-2011 at 04:08. Reason: Add. info

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •