Hi there,
I have tried using
NetTransport for downloading berkeley webcast videos as you had suggested
The course link is
Code:
http://webcast.berkeley.edu/course_details.php?seriesid=1906978357
I right clicked on the page and selected "Download all files using NetXfer" and then chose only files of type=real but the initial files (.rm) get downloaded which are 88kb whereas the rtsp links are not getting downloaded.
I will paste the log in NetXfer for both the cases
For the smaller .rm file (which has the rtsp link in it)
Code:
6/15/2009 12:16:15 AM.953 Connecting proxy to iiscproxy1.serc.iisc.ernet.in:3128
6/15/2009 12:16:15 AM.968 Connecting proxy to 10.16.40.12:3128
6/15/2009 12:16:15 AM.984 Connected.
6/15/2009 12:16:15 AM.984 GET http://webcast.berkeley.edu/stream.p...ebcastid=16672 HTTP/1.1
6/15/2009 12:16:15 AM.984 Accept: */*
6/15/2009 12:16:16 AM.000 Referer: http://webcast.berkeley.edu/course_d...sid=1906978357
6/15/2009 12:16:16 AM.000 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
6/15/2009 12:16:16 AM.000 Host: webcast.berkeley.edu
6/15/2009 12:16:16 AM.000 Proxy-Connection: Keep-Alive
6/15/2009 12:16:16 AM.000 Pragma: no-cache
6/15/2009 12:16:16 AM.000 Cache-Control: no-cache
6/15/2009 12:16:22 AM.250 HTTP/1.0 200 OK
6/15/2009 12:16:22 AM.250 Date: Sun, 14 Jun 2009 18:49:02 GMT
6/15/2009 12:16:22 AM.250 Server: Apache
6/15/2009 12:16:22 AM.250 X-Powered-By: PHP/5.1.6
6/15/2009 12:16:22 AM.250 Content-Disposition: attachment; filename="16672.rm"
6/15/2009 12:16:22 AM.265 Cache-Control: max-age=300
6/15/2009 12:16:22 AM.265 Expires: Sun, 14 Jun 2009 18:54:02 GMT
6/15/2009 12:16:22 AM.265 Content-Length: 88
6/15/2009 12:16:22 AM.265 Content-Type: audio/x-pn-realaudio
6/15/2009 12:16:22 AM.265 X-Cache: MISS from s2.serc.iisc.ernet.in
6/15/2009 12:16:22 AM.265 Via: 1.0 s2.serc.iisc.ernet.in (squid/3.0.STABLE8)
6/15/2009 12:16:22 AM.265 Proxy-Connection: close
6/15/2009 12:16:22 AM.265 Start receiving data.
6/15/2009 12:16:22 AM.265 Finished at 88
And for the RTSP file
Code:
6/15/2009 12:16:16 AM.937 Connecting proxy to 10.16.40.12:3128
6/15/2009 12:16:16 AM.953 Connected.
6/15/2009 12:16:16 AM.953 OPTIONS rtsp://169.229.131.16:554 RTSP/1.0
6/15/2009 12:16:16 AM.953 CSeq: 1
6/15/2009 12:16:16 AM.953 User-Agent: RealMedia Player HelixDNAClient/10.0.1.338 (win32)
6/15/2009 12:16:16 AM.953 ClientChallenge: ee6153ed92c0e0301b2de92af0056644
6/15/2009 12:16:16 AM.953 PlayerStarttime: [15/06/2009:00:16:16 05:30]
6/15/2009 12:16:16 AM.953 CompanyID: 02KLghnr8RfHaCqcUoL3Kw==
6/15/2009 12:16:16 AM.953 Pragma: initiate-session
6/15/2009 12:16:16 AM.968 HTTP/1.0 403 Forbidden
6/15/2009 12:16:16 AM.968 Server: squid/3.0.STABLE8
6/15/2009 12:16:16 AM.968 Mime-Version: 1.0
6/15/2009 12:16:16 AM.968 Date: Sun, 14 Jun 2009 18:52:02 GMT
6/15/2009 12:16:16 AM.968 Content-Type: text/html
6/15/2009 12:16:16 AM.968 Content-Length: 1395
6/15/2009 12:16:16 AM.968 Expires: Sun, 14 Jun 2009 18:52:02 GMT
6/15/2009 12:16:16 AM.968 X-Squid-Error: ERR_ACCESS_DENIED 0
6/15/2009 12:16:16 AM.968 X-Cache: MISS from s2.serc.iisc.ernet.in
6/15/2009 12:16:16 AM.968 Via: 1.0 s2.serc.iisc.ernet.in (squid/3.0.STABLE8)
6/15/2009 12:16:16 AM.968 Proxy-Connection: close
6/15/2009 12:16:16 AM.968 HTTP server error.
If you notice there is an X-squid-error
Plz help me out