PDA

View Full Version : Livestream.com Help please!


booker
01-09-2013, 11:26 PM
I'm kinda new to this all, thanks for help in advance.

I'm trying to download a video at this link:
http://cdn.livestream.com/grid/LSPlayer.swf?channel=liveatthebike&clip=pla_0629af5c-45db-4467-a7df-4c291af00c06&time=&height=306&width=544&autoPlay=true&mute=false

This was about as far as i get:
rtmpdump -v -r "rtmp://cdn.livestream.com/grid/" -W "http://cdn.livestream.com/grid/LSPlayer.swf" -y "http://cdn.livestream.com/grid/LSPlayer.swf?channel=liveatthebike&clip=pla_0629af5c-45db-4467-a7df-4c291af00c06&time=&height=306&width=544&autoPlay=true&mute=false" -o test.flv


I'm just kinda lost...

svnpenn
01-10-2013, 12:40 AM
rtmpdump -r rtmp://extondemand.livestream.com/ondemand -y mp4:trans/d
v15/mogulus-user-files/chliveatthebike/2013/01/08/48557b23-6ae0-4bee-
bd6f-1f9606bf0fbe.mp4 -o a.flv
RTMPDump v2.4-81-g2872601
(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 162.49
INFO: moovPosition 12869487.00
INFO: width 768.00
INFO: height 432.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 41.00
INFO: aacaot 2.00
INFO: videoframerate 23.00
INFO: audiosamplerate 44100.00
INFO: audiochannels 1.00
INFO: trackinfo:
INFO: length 14622750.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 14624460.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
12757.573 kB / 162.47 sec (99.9%)
Download complete

booker
01-10-2013, 05:34 AM
Awesome! Thanks a lot!