Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

trying to download streaming video off twitcam.livestream.com

(http://stream-recorder.com/forum/showthread.php?t=9608)

K0edx4ever 07-20-2011 07:09 AM

trying to download streaming video off twitcam.livestream.com


 
I tried downloading from Twitcam, but i am unable to do so.

Downloading the video clip from this site:
Code:

http://twitcam.livestream.com/5uetk
The clip goes for 55 mins but it download around 6mins? then it doesn't download anymore.
It goes
Code:

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
This is my command line to download it
Code:

rtmpdump.exe -r rtmp://extondemand.livestream.com/ondemand/trans/dv15/mogulus-user-files/chtwitcam_lexistgeorge/2011/07/22/522aa83c-2183-4b16-90b4-f8e188267569 -W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf -o Video.flv
May i please get some help, or maybe a different code to help me download.

Please and Thanks.

chap 07-23-2011 02:14 PM

Re: trying to download streaming video off twitcam.livestream.com


 
Code:

rtmpdump -r "rtmp://extondemand.livestream.com:80/ondemand" -W "http://static.livestream.com/chromelessPlayer/v21/playerapi.swf?hash=5uetk&v=0803&classid=D27CDB6E-AE6D-11cf-96B8-444553540000&jsEnabled=false&wmode=opaque" -y "trans/dv15/mogulus-user-files/chtwitcam_lexistgeorge/2011/07/22/522aa83c-2183-4b16-90b4-f8e188267569" -o test.flv
Code:

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>rtmpdump -r "rtmp://extondemand.livestream.com:80/on
demand" -W "http://static.livestream.com/chromelessPlayer/v21/playerapi.swf?hash
=5uetk&v=0803&classid=D27CDB6E-AE6D-11cf-96B8-444553540000&jsEnabled=false&wmode
=opaque" -y "trans/dv15/mogulus-user-files/chtwitcam_lexistgeorge/2011/07/22/522
aa83c-2183-4b16-90b4-f8e188267569" -o test.flv
RTMPDump v2.4 GIT-2011-07-21 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              3343.16
INFO:  creationdate          Fri Jul 22 18:43:46
38853.008 kB / 658.14 sec (19.6%)
-


K0edx4ever 07-24-2011 02:24 AM

Re: trying to download streaming video off twitcam.livestream.com


 
Quote:

Originally Posted by chap (Post 31180)
Code:

rtmpdump -r "rtmp://extondemand.livestream.com:80/ondemand" -W "http://static.livestream.com/chromelessPlayer/v21/playerapi.swf?hash=5uetk&v=0803&classid=D27CDB6E-AE6D-11cf-96B8-444553540000&jsEnabled=false&wmode=opaque" -y "trans/dv15/mogulus-user-files/chtwitcam_lexistgeorge/2011/07/22/522aa83c-2183-4b16-90b4-f8e188267569" -o test.flv
Code:

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>rtmpdump -r "rtmp://extondemand.livestream.com:80/on
demand" -W "http://static.livestream.com/chromelessPlayer/v21/playerapi.swf?hash
=5uetk&v=0803&classid=D27CDB6E-AE6D-11cf-96B8-444553540000&jsEnabled=false&wmode
=opaque" -y "trans/dv15/mogulus-user-files/chtwitcam_lexistgeorge/2011/07/22/522
aa83c-2183-4b16-90b4-f8e188267569" -o test.flv
RTMPDump v2.4 GIT-2011-07-21 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              3343.16
INFO:  creationdate          Fri Jul 22 18:43:46
38853.008 kB / 658.14 sec (19.6%)
-


Thanks

tigreped 09-01-2011 06:21 PM

Re: trying to download streaming video off twitcam.livestream.com


 
On this link _http://twitcam.livestream.com/6d4dj

I didn't happen to find easilly some of those arguments, such as the playpath. Not clear on the code.

chap 09-02-2011 12:08 AM

Re: trying to download streaming video off twitcam.livestream.com


 
Quote:

Originally Posted by tigreped (Post 32123)
On this link _http://twitcam.livestream.com/6d4dj

I didn't happen to find easilly some of those arguments, such as the playpath. Not clear on the code.

Code:

-r "rtmp://extondemand.livestream.com/ondemand" -y "trans/dv15/mogulus-user-files/chtwitcam_pradoclaudio/2011/09/01/7668fd34-8432-43dc-a2e1-438656d61760" -o test.flv
Code:

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>"C:\Documents and Settings\Администратор\Мои докумен
ты\STREAM\rtmpdump-2.3-windows\rtmpdump-2.3\rtmpexplorer\rtmpdump.exe" -r "rtmp:
//extondemand.livestream.com/ondemand" -y "trans/dv15/mogulus-user-files/chtwitc
am_pradoclaudio/2011/09/01/7668fd34-8432-43dc-a2e1-438656d61760" -o test.flv
RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              8616.63
INFO:  creationdate          Wed Aug 31 22:48:34
10630.200 kB / 265.92 sec (3.0%)


sam4037 09-21-2011 12:34 AM

Re: trying to download streaming video off twitcam.livestream.com


 
how about this one?

Code:

http://www.livestream.com/janaschi/video?clipId=pla_5322166999805320653
i have posted a thread about it there, perhaps you can have a look here?

it seems they must have changed something since all the various commands I have used so far did not give me the whole file.

chap 09-21-2011 12:38 AM

Re: trying to download streaming video off twitcam.livestream.com


 
Code:

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>rtmpdump -r "rtmp://extondemand.livestream.com/ondem
and" -a "ondemand" -f "WIN 10,3,183,7" -W "http://cdn.livestream.com/chromelessP
layer/v21/playerapi.swf" -p "http://www.livestream.com/embed/janaschi?showMoreVi
deos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines
=2&hideChannelBranding=true&mode=false&clip=pla_5322166999805320653&allowchat=tr
ue&layout=1&t=580671" -y "trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/00
40e214-9b56-45d9-9453-9ec12126369e" -o "0040e214-9b56-45d9-9453-9ec12126369e.flv
"
RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  metadatacreator      Yet Another Metadata Injector for FLV - Version 1.
2
INFO:  hasKeyframes          TRUE
INFO:  hasVideo              TRUE
INFO:  hasAudio              TRUE
INFO:  hasMetadata          TRUE
INFO:  canSeekToEnd          FALSE
INFO:  duration              5460.80
INFO:  datasize              206430847.00
INFO:  videosize            181733702.00
INFO:  videocodecid          4.00
INFO:  width                640.00
INFO:  height                480.00
INFO:  framerate            14.83
INFO:  videodatarate        258.72
INFO:  audiosize            23808837.00
INFO:  audiocodecid          2.00
INFO:  audiosamplerate      22000.00
INFO:  audiosamplesize      16.00
INFO:  stereo                FALSE
INFO:  audiodatarate        31.84
INFO:  filesize              206473091.00
INFO:  lasttimestamp        5460.80
INFO:  lastkeyframetimestamp 5460.51
INFO:  lastkeyframelocation  206427794.00
INFO: keyframes:
INFO: filepositions:
INFO: times:
21594.119 kB / 500.44 sec (9.1%)


sam4037 09-21-2011 12:40 AM

Re: trying to download streaming video off twitcam.livestream.com


 
thanks, but have you tried to let it finish or at least go past the 31.7% download mark as well? does it download 100% for you?

with your command line:

Code:

rtmpdump -r "rtmp://extondemand.livestream.com/ondemand" -a "ondemand" -f "WIN 10,3,183,7" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.livestream.com/embed/janaschi?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&clip=pla_5322166999805320653&allowchat=true&layout=1&t=580671" -y "trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/0040e214-9b56-45d9-9453-9ec12126369e" -o "0040e214-9b56-45d9-9453-9ec12126369e.flv
it also only reaches 31,7%

tigreped 09-29-2011 02:05 PM

Re: trying to download streaming video off twitcam.livestream.com


 
Quote:

Originally Posted by chap (Post 32127)
Code:

-r "rtmp://extondemand.livestream.com/ondemand" -y "trans/dv15/mogulus-user-files/chtwitcam_pradoclaudio/2011/09/01/7668fd34-8432-43dc-a2e1-438656d61760" -o test.flv
Code:

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>"C:\Documents and Settings\Администратор\Мои докумен
ты\STREAM\rtmpdump-2.3-windows\rtmpdump-2.3\rtmpexplorer\rtmpdump.exe" -r "rtmp:
//extondemand.livestream.com/ondemand" -y "trans/dv15/mogulus-user-files/chtwitc
am_pradoclaudio/2011/09/01/7668fd34-8432-43dc-a2e1-438656d61760" -o test.flv
RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              8616.63
INFO:  creationdate          Wed Aug 31 22:48:34
10630.200 kB / 265.92 sec (3.0%)


Chap, thanks a lot. It did connect, and I kind of comprehended the arguments extracted better. The only thing is that it usually downloads about 30% and stops. Trying to resume eventually fails. Is it normal? Large videos are hard to get because of this. Thanks again, you solved my problem!

any ANONYMOUS forum user 09-30-2011 12:32 AM

Re: trying to download streaming video off twitcam.livestream.com


 
Quote:

Originally Posted by tigreped (Post 33005)
Chap, thanks a lot. It did connect, and I kind of comprehended the arguments extracted better. The only thing is that it usually downloads about 30% and stops. Trying to resume eventually fails. Is it normal? Large videos are hard to get because of this. Thanks again, you solved my problem!

Use rtmpsuck or any other software allowing to capture RTMP streams like Replay Media Catcher in the RTMP recording mode, TubeDigger in the recording mode.


All times are GMT -6. The time now is 12:16 AM.