[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: retrieving a multi-media file



On Thu, Oct 04, 2012 at 07:58:06AM -0800, peasthope@shaw.ca wrote:
> Any ideas of how to retrieve a multi-media file from here?
> http://www.tlcentre.sfu.ca/archive/convocation/2012/
> A click on the first link makes Iceweasel show the directory, 
> http://www.tlcentre.sfu.ca/archive/convocation/2012/2012-06-12_convocation-pm_h/
> rather than a file.

Have a look at the page source.

But I get:
curl -v
"rtmp://lidc-rigel.lidc.sfu.ca/vod/video/2012-06-12_Convocation-PM_H.264_SD_f4v.mov" \
        > 2012-06-12_Convocation-PM_H.264_SD_f4v.mov
* About to connect() to lidc-rigel.lidc.sfu.ca port 1935 (#0)
*   Trying 142.58.102.234...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* connected
* Connected to lidc-rigel.lidc.sfu.ca (142.58.102.234) port 1935 (#0)
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
* Closing connection #0
* Failed initialization
curl: (2) Failed initialization

or

rtmpdump -r
"rtmp://lidc-rigel.lidc.sfu.ca/vod/video/2012-06-12_Convocation-PM_H.264_SD_f4v.mov" -o file.mov
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
WARNING: Received FLV packet before play()! Ignoring.

googling "WARNING: Received FLV packet before play()! Ignoring."

gets:
http://lists.mplayerhq.hu/pipermail/rtmpdump/2010-September/001151.html

Following that I get:

rtmpdump -V -r "rtmp://lidc-rigel.lidc.sfu.ca/vod/" \
-W "http://www.lidc.sfu.ca/deps/video/player_5-4.swf"; \
-t "rtmp://lidc-rigel.lidc.sfu.ca/vod/video" \
-p "http://www.tlcentre.sfu.ca/archive/convocation/2012/"; \
-y mov:/2012-06_Convocation-PM_H.264_SD_f4v -o something.mov

but something still seems amiss.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


Reply to: