View Single Post
  #1  
Old 04-25-2014, 12:30 AM
bshi02 bshi02 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 13
bshi02 is on a distinguished road
Default

Need help for grabbing wmv files from rtsp:// stream


I use coojah final version to sniff out any rtsp stream while I play online lesson video from online education site.
and soon It found rtsp stream URLs which wrapped with below codes .
Code:
rtsp://eduspa.mms.stream.nfractals.com/eduspa/gosi/2009/03/p/ed37ds5gmt/500W8BA11794DS01.wmv?zwoelf&1398436420&refurl=http://www.nambuonline.com/user/cm/crsplay/vod_201304/vodplayer.asp?OpenCrsCode=020120090605O*ApplySeq=0*CrsCode=020120090403M*PlayerType=17*FileType=14*CrsSecNo=0*URLOrder=-1&wms=

rtsp://eduspa.mms.stream.nfractals.com/eduspa/gosi/2009/03/p/ed37ds5gmt/500W8BA11794DS01.wmv?zwoelf&1398437624&refurl=http://www.nambuonline.com/user/cm/crsplay/vod_201304/vodplayer.asp?OpenCrsCode=020120090605O*ApplySeq=0*CrsCode=020120090403M*PlayerType=17*FileType=14*CrsSecNo=0*URLOrder=-1&wms=

FYI,You would notice that there is a difference between two rtsp:// stream URLs.which is digit string of "1398436420" and "1398437624". Coojah captured string of "1398436420" when I have played online lesson video at thirty four minutes past two, while string of "1398437624" was played at fifty four minutes past two.

and I got another information with coojah when I right clicked on these rtsp:// stream URLS then select"COPY whole request header" option

Code:
DESCRIBE rtsp://eduspa.mms.stream.nfractals.com/eduspa/gosi/2009/03/p/ed37ds5gmt/500W8BA11794DS01.wmv?zwoelf&1398436420&refurl=http://www.nambuonline.com/user/cm/crsplay/vod_201304/vodplayer.asp?OpenCrsCode=020120090605O*ApplySeq=0*CrsCode=020120090403M*PlayerType=17*FileType=14*CrsSecNo=0*URLOrder=-1&wms= RTSP/1.0

User-Agent: WMPlayer/12.0.7601.17514 guid/24BB6093-B87F-4F18-BBCB-CF33E678E807

Accept: application/sdp

Accept-Charset: UTF-8, *;q=0.1
X-Accept-Authentication: Negotiate, NTLM, Digest, Basic

Accept-Language: ko-KR, *;q=0.1
CSeq: 1

Supported: com.microsoft.wm.srvppair, com.microsoft.wm.sswitch, com.microsoft.wm.eosmsg, com.microsoft.wm.predstrm, com.microsoft.wm.startupprofile
I have tried to Net Transport/ NetXfer to get wmv file from this rtsp stream URLs but It falied to grab any video files.

AS It seems that It is impossbile for myself to succeed to grab any video files from these rtsp:// stream URLs,If there is anyone who is interested in my problem and request reply for link to the video and account, I would sent a private message including account information/ID and PW for geting access to this rtsp:// stream URL.)

I'm sorry for my wierd English and Any reply would be appreciated.Thanks in advance!

Last edited by bshi02 : 04-25-2014 at 04:24 AM.
Reply With Quote