Hi,
In the past there have been discussions on how to download the keynote streams. I can't seem to find one of those discussions now. Can someone please tell me how to download / save the WWDC 2003 keynote presentation. I would appreciate it very much. Thanks!
Comments
See related thread:
http://forums.appleinsider.com/showt...ynote+download
http://www.live.com/openRTSP/
I downloaded the OpenRTSP program. And I was able to compile it and get it running on OS X. The documentation says use the -q flag to have it generate a QuickTime file to stdout. I ran this command:
./openRTSP -q rtsp://a1517.v14244.c1424.g.vq.akamaistream.net/5/1517/1424/300_3/1a1a1afe63d20071e55b89ea5aca369bc92c9b0837aa0f72e7 59beed57cc3a69e057bb1e7dafdf0f42/wwdc_300.mov
And the program started running, and produced this output...
Opened URL "rtsp://a1517.v14244.c1424.g.vq.akamaistream.net/5/1517/1424/300_3/1a1a1afe63d20071e55b89ea5aca369bc92c9b0837aa0f72e7 59beed57cc3a69e057bb1e7dafdf0f42/wwdc_300.mov", returning a SDP description:
v=0
o=StreamingServer 3266192319 4000 IN IP4 166.90.137.7
s=/5/1517/1424/300_3/1a1a1afe63d20071e55b89ea5aca369bc92c9b0837aa0f72e7 59beed57cc3a69e057bb1e7dafdf0f42/wwdc_300.mov
u=http://www.akamai.com/
e=quicktime@akamai.com
c=IN IP4 0.0.0.0
b=AS:315
t=0 0
a=control:*
a=x-qt-text-nam:Apple 300k Webcast
a=x-qt-text-cpy:Copyright 2003-All rights reserved
a=x-qt-text-aut:Apple Computer, Inc.
a=x-qt-text-inf:visit us at www.apple.com
a=mpeg4-iod:"data:application/mpeg4-iod;base64,AoF/AE8BAQEBAQOBEgABQHRkYXRhOmFwcGxpY2F0aW9uL21wZWc0LW 9kLWF1O2Jhc2U2NCxBVGdCR3dVZkF4Y0F5U1FBWlFRTklCRUFG M0FBQVBvQUFBRERVQVlCQkFFWkFwOERGUUJsQlFRTlFCVUFCOU FBQUQ2QUFBQStnQVlCQXc9PQQNAQUAAMgAAAAAAAAAAAYJAQAA AAAAAAAAA2EAAkA+ZGF0YTphcHBsaWNhdGlvbi9tcGVnNC1iaW ZzLWF1O2Jhc2U2NCx3QkFTZ1RBcUJYSmhCSWhRUlFVL0FBPT0E EgINAAAUAAAAAAAAAAAFAwAAQAYJAQAAAAAAAAAA"
a=isma-compliance:1,1.0,1
a=range:npt=0-7552.35167
m=video 0 RTP/AVP 96
b=AS:219
a=rtpmap:96 MP4V-ES/90000
a=control:trackID=5
a=cliprect:0,0,192,256
a=fmtp:96 profile-level-id=1;config=000001B0F3000001B50EE040C0CF0000010000 00012000844003E84020C0A21F
a=mpeg4-esid:201
m=audio 0 RTP/AVP 97
b=AS:95
a=rtpmap:97 mpeg4-generic/32000/2
a=control:trackID=6
a=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3 ;config=1280040400002000
a=mpeg4-esid:101
Created receiver for "video/MP4V-ES" subsession (client ports 49174-49175)
Created receiver for "audio/MPEG4-GENERIC" subsession (client ports 49176-49177)
Setup "video/MP4V-ES" subsession (client ports 49174-49175)
Setup "audio/MPEG4-GENERIC" subsession (client ports 49176-49177)
Warning: We don't implement a QuickTime Video Media Data Type for the "MP4V-ES" track, so we'll insert a dummy '???' Media Data Atom instead. A separate, codec-specific editing pass will be needed before this track can be played.
Warning: We don't implement a QuickTime Audio Media Data Type for the "MPEG4-GENERIC" track, so we'll insert a dummy '???' Media Data Atom instead. A separate, codec-specific editing pass will be needed before this track can be played.
Started playing session
Warning: specified end time 7552.35 exceeds maximum 2147.48; will not do a delayed shutdown
Receiving streamed data (signal with "kill -HUP 787" or "kill -USR1 787" to terminate)...
]????6???o?o????>????m????6?????y????6???o????m???? ?&/?;1M??x???????fB?Q??V?]???
then a bunch more gunk like the last couple lines...
So, can anyone figure out how to turn this mess into a QuickTime file that we can actually watch?