Re: retrieving a multi-media file

2012-10-06 Thread Chris Bannister
[Jude, not sure which part of the post you were responding to.]

On Fri, Oct 05, 2012 at 10:07:48PM -0400, Jude DaShiell wrote:
 On Sat, 6 Oct 2012, Chris Bannister wrote:
  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.

 Right, because those are actually directories.  Same thing happens
 with
 lynx.  After the click though in order to download anything you first
 have to log in.

I'm not sure if I'm understanding you here. Do you mean there is some
sort of authentication required?  Could you elaborate?

-- 
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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121006081839.GB18130@tal



Re: retrieving a multi-media file

2012-10-05 Thread Chris Bannister
On Thu, Oct 04, 2012 at 07:58:06AM -0800, peasth...@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   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0* 
connected
* Connected to lidc-rigel.lidc.sfu.ca (142.58.102.234) port 1935 (#0)
  0 00 00 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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121005165541.GC26889@tal



Re (2): retrieving a multi-media file

2012-10-05 Thread peasthope
From:   Chris Bannister cbannis...@slingshot.co.nz
Date:   Sat, 6 Oct 2012 05:55:41 +1300
 ... but something still seems amiss.

Thanks Darac  Chris.... Peter E.

-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/  
http://members.shaw.ca/peasthope/index.html#Itinerary 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171057669.43306.27729@cantor.invalid



Re: Re (2): retrieving a multi-media file

2012-10-05 Thread Chris Bannister
On Fri, Oct 05, 2012 at 10:36:42AM -0800, peasth...@shaw.ca wrote:
 From: Chris Bannister cbannis...@slingshot.co.nz
 Date: Sat, 6 Oct 2012 05:55:41 +1300
  ... but something still seems amiss.

If you, or anybody else for that mattter, solves the rtmpdump
incantation - could you post the correct incantation as a follow up to
this thread.

If it was me having this problem, I would send a mail to the rtmpdump
mailing list, mentioning
http://lists.mplayerhq.hu/pipermail/rtmpdump/2010-September/001151.html
and how it doesn't work for you, in this particular case.

I think I've balls up the syntax, but I don't know how. :(

-- 
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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121005200311.GB8986@tal



Re: retrieving a multi-media file

2012-10-05 Thread Jude DaShiell
Right, because those are actually directories.  Same thing happens with 
lynx.  After the click though in order to download anything you first 
have to log in.

On Sat, 6 Oct 2012, Chris Bannister wrote:

 On Thu, Oct 04, 2012 at 07:58:06AM -0800, peasth...@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   TimeTime Time  
 Current
  Dload  Upload   Total   SpentLeft  Speed
   0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 
 0* connected
 * Connected to lidc-rigel.lidc.sfu.ca (142.58.102.234) port 1935 (#0)
   0 00 00 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.
 
 

---
jude jdash...@shellworld.net
Adobe fiend for failing to Flash



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.bsf.2.01.1210052206300.28...@freire1.furyyjbeyq.arg



retrieving a multi-media file

2012-10-04 Thread peasthope
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.

Thanks,  ... Peter E.


-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/  
http://members.shaw.ca/peasthope/index.html#Itinerary 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171057668.32390.27476@cantor.invalid



Re: retrieving a multi-media file

2012-10-04 Thread Darac Marjal
On Thu, Oct 04, 2012 at 07:58:06AM -0800, peasth...@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.

Does that second link open a page with a flash player on (that's what I
get in Chrome)? If so, there's your video. Or does it show a directory
listing (in which case, are any of the files the video you want)?

Finally, have you tried contacting the site owner
(http://www.sfu.ca/contact/) to see if they'll send you the video as a
file?



signature.asc
Description: Digital signature


Re: retrieving a multi-media file

2012-10-04 Thread Dan Hitt
Hi Peter,

Have you tried something like wget?

 wget -r http://www.tlcentre.sfu.ca/archive/convocation/2012/

(Or maybe i'm missing the point?)

dan

On Thu, Oct 4, 2012 at 8:58 AM,  peasth...@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.

 Thanks,  ... Peter E.


 --
 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
 Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/
 http://members.shaw.ca/peasthope/index.html#Itinerary 


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/171057668.32390.27476@cantor.invalid



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOphizKpGJ89iLhPHPCG7VeOLGq=VMabh5HouG+7QD+=ywq...@mail.gmail.com



Re (2): retrieving a multi-media file

2012-10-04 Thread peasthope
From:   Dan Hitt dan.h...@gmail.com
Date:   Thu, 4 Oct 2012 08:08:46 -0700
  wget -r http://www.tlcentre.sfu.ca/archive/convocation/2012/

OK, appears that there should be a file 
 http://www.tlcentre.sfu.ca/archive/convocation/2012/index.html
and a server isn't responding.  Will try later.

Thanks,... Peter E.


-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/  
http://members.shaw.ca/peasthope/index.html#Itinerary 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171057668.36434.27478@cantor.invalid