topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 2:33 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: snooping RTMP content  (Read 14374 times)

boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
snooping RTMP content
« on: June 15, 2009, 05:33 AM »
hey ... (I promise that's my last question for now ...  :-[ )

I was hoping to use URLsnooper for retrieving the source of the video displayed here:
http://www.hostelworld.com/hostelvideo.php?HostelNumber=17136

But - quite logically probably - URLsnooper only tells me that it's a RTMP stream.

Any ideas about how to download the movie ? (It's not even in my browser cache or anywhere else on the disk ... )

compn

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #1 on: June 15, 2009, 01:24 PM »
urlsnooper can pick up some of the stream by adding rtmp;netstream;playing to the 'also search for' box

you get some results like:
tcUrl... rtmp://oijqodbttndn.rtmphost.com/hostelworld

and play... paris_hipotelbellville

put them together:

rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv

works for me in rtmpdump1.6

boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #2 on: June 15, 2009, 01:40 PM »
Thanks so much for helping !!

Okay, I'm still learning ... how did you find out all this, because this is my screenshot and I can't see all this information you get ... :(

ScreenHunter_01 2009-06-15 20.38.png

boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #3 on: June 15, 2009, 01:45 PM »
PS: Can you post a link for rtmpdump 1.6 windows binaries ? I found mostly linux stuff and older versions for windows ... :(

compn

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #4 on: June 15, 2009, 02:39 PM »
PS: Can you post a link for rtmpdump 1.6 windows binaries ? I found mostly linux stuff and older versions for windows ... :(
-boarders paradise (June 15, 2009, 01:45 PM)

http://thepiratebay....nux_MacOSX_Windows_v
is where i got my copy.



as you can see above, you must put things in the 'ALSO SEARCH FOR' box..
i put an arrow there to show you :)

boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #5 on: June 15, 2009, 02:59 PM »

compn, Thanks so much for your help and patience with a beginner (arrows on screenshots, etc. LOL) :)

I've been searching ever since you posted about rtmpdump 1.6, but all I could find (incl.forums,torrents,etc.) was rtmpdump 1.5a ... I used this on the link you found out by investigating. And it worked .... partially ... I could capture 27% of the stream, and when playing it back with vlcplayer, it had broken audio.

Ok, I got your torrent now and ....
WONDERFUL !!!! thanks so much for posting by the way!

I replaced 1.5 with 1.6 and now the captured stream is fine. No broken audio anymore.
Unfortunately it now captures only a couple of percents .... and then it stops. (Eventhough I have 256 kbps bandwiths and an idle connection).

With the --resume switch I can continue the capturing, but only with errors ....
And then it stops again... So I had to manually resume the capturing about 10-15 times, resulting in corrupt stream data, where the download sessions begin and end.
VLCplayer can still play the output file, but with audio/video artefacts every few seconds .... :(

I attached the output log of my cmd.exe window, in case that's of any help ....


boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #6 on: June 15, 2009, 03:01 PM »
urlsnooper can pick up some of the stream by adding rtmp;netstream;playing to the 'also search for' box

you get some results like:
tcUrl... rtmp://oijqodbttndn.rtmphost.com/hostelworld

and play... paris_hipotelbellville

put them together:

rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv

works for me in rtmpdump1.6

hm ... but for my unexperienced eyes, this seems pretty hard to guess ....

Is there no way to find the string "rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv" in the raw dump or could URLsnooper be used to find/assemble this string automatically ?

boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #7 on: June 15, 2009, 03:10 PM »
Because for some reason, the Orbit Downloader is capable of doing this:
ScreenHunter_02 2009-06-15 22.08.png

So, technically speaking it must be possible
...

compn

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #8 on: June 15, 2009, 03:17 PM »
With the --resume switch I can continue the capturing, but only with errors ....
And then it stops again... So I had to manually resume the capturing about 10-15 times, resulting in corrupt stream data, where the download sessions begin and end.
VLCplayer can still play the output file, but with audio/video artefacts every few seconds ....

rtmpdump isnt the best program for this stream. i suggest you try it in Orbit Downloader.

hm ... but for my unexperienced eyes, this seems pretty hard to guess ....

Is there no way to find the string "rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv" in the raw dump or could URLsnooper be used to find/assemble this string automatically ?
-boarders paradise (June 15, 2009, 03:01 PM)

there is no way to find that string in the packet dump. most sites dont work like that. some sites use xml playlists which work well with urlsnooper...  it wasnt made for flash streaming (RTMP). you'd have to ask mouser if he plans to do it.

boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #9 on: June 15, 2009, 03:22 PM »
rtmpdump isnt the best program for this stream. i suggest you try it in Orbit Downloader.

but you said:

works for me in rtmpdump1.6


Mouser, I'm not quite sure, how exactly I should ask you and how I should formulate the question, but in case you read this ... well, I want to ask you what compn told me to ask you ...  :mrgreen: :

there is no way to find that string in the packet dump. most sites dont work like that. some sites use xml playlists which work well with urlsnooper...  it wasnt made for flash streaming (RTMP). you'd have to ask mouser if he plans to do it.

compn

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #10 on: June 15, 2009, 03:38 PM »
but you said:

works for me in rtmpdump1.6
-boarders paradise (June 15, 2009, 03:22 PM)

'works' meaning that the 'url works' aka its the correct url.
i didnt download the entire video, only a portion of it to test.

sorry for the confusion.

boarders paradise

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: snooping RTMP content
« Reply #11 on: June 15, 2009, 03:42 PM »

ok, I'll try other programs than on your rtmp:// URL  ...

thanks a lot man, you taught me a lot here ...  :Thmbsup:
cheers ....