Hi,
I'm trying to record Quicktime Streams high quality from Archivio
Storico Luce
Code:
http://www.archivioluce.com/archivio/
. For example the following stream:
Code:
http://www.archivioluce.com/archivio/jsp/schede/schedaCine.jsp?db=cinematograficoDOCUMENTARI§ion=/&physDoc=3351&theTerm=i+protagonisti+del+calcio&qrId=3se0519b81dd4379&findCine=true&findFoto=true&findPartner=true
URL Snooper grabs the following URL:
Code:
rtsp://151.1.148.222/qtime/300K/D300K/D037501.mov
Trying to download this with
NetTransport I get this error log:
Code:
Connecting to 151.1.148.222:554
Connected.
OPTIONS rtsp://151.1.148.222:554 RTSP/1.0
CSeq: 1
User-Agent: RealMedia Player (HelixDNAClient)/10.0.0.0 (win32)
ClientChallenge: e4c7cc3ac81d7d8ddb6f901731b95a16
PlayerStarttime: [18/11/2010:13:42:46 01:00]
CompanyID: p35xFKW/eQw3/md4446h/A==
Pragma: initiate-session
RTSP/1.0 200 OK
CSeq: 1
Date: Thu, 18 Nov 2010 12:41:08 GMT
Session: 96780-1;timeout=480
Server: Helix Mobile Server Version 14.0.1.571 (win32) (RealServer compatible)
Public: OPTIONS, DESCRIBE, PLAY, PAUSE, SETUP, GET_PARAMETER, SET_PARAMETER, TEARDOWN
TurboPlay: 1
RealChallenge1: e077a89ed55e5738bd607d4ecf79b2d3
StatsMask: 8
DESCRIBE rtsp://151.1.148.222:554/qtime/300K/D300K/D037501.mov RTSP/1.0
CSeq: 2
Accept: application/sdp
Session: 96780-1
Bandwidth: 10485800
RTSP/1.0 404 Not Found
CSeq: 2
Date: Thu, 18 Nov 2010 12:41:08 GMT
Session: 96780-1;timeout=480
HTTP server error.
Maybe I have to add a Referer?