PDA

View Full Version : www.livestream.com: How to download with rtmpdump


any ANONYMOUS forum user
03-18-2010, 02:22 AM
hi,
I'm newbie here. I try record a stream from the livestream.com and read this one:
How do you use rtmp dump (rtmpdump tutorials)?

I used the rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) and I want to record the whole Oscar Red Carpet Ceremony:
"http://www.livestream.com/theoscars"
I found the rtmp URL:
RTMP App: rtmp://x39x.od.livestream-api.com/mogulusProxy
Media Path: mp4:dv03/mogulus-user-files/chtheoscars/2010/03/07/ace18fc1-0bf6-4c82-bfe8-c6b734548a7d.mp4
and I used the command:
rtmpdump -r rtmp://x39x.od.livestream-api.com/mogulusProxy/mp4:dv03/mogulus-user-files/chtheoscars/2010/03/07/ace18fc1-0
bf6-4c82-bfe8-c6b734548a7d.mp4 -e -o oscary1.mp4
but I have a problem because the download is aborting. I tried two times, first abort after 10%, and the second after 25%. The ERROR was:
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 2172
125111.388 kB / 1845.90 sec (25.8%)
Download may be incomplete (downloaded about 25.80%), try resuming
what to do? Do you can help me to use the appropriate parameters with rtmpdump? Is it possible to download the whole file (642 MB)?
regards

my OS is Windows Vista Basic (32bit)

Stream Recorder
03-18-2010, 02:28 AM
I'm not an expert in rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm). You can probably try to use rtmpsuck, but I don't really know how to set it up on Windows Vista.

You can also try many other RTMP stream recorders besides rtmpdump:
FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player (http://all-streaming-media.com/faq/recording-media-stream/faq-record-download-capture-save-flash-flv-video-rtmp.htm)

hyc
03-18-2010, 03:34 AM
rtmpdump -r "rtmp://x36x.od.livestream-api.com/mogulusProxy" -W "http://cdn.livestream.com/chromelessPlayer/wrappers/SimpleWrapperAS3.swf" -p "http://www.livestream.com/theoscars/video?clipId=pla_becf1a3e-425d-4c2e-a3f6-291341b377ac" -y "mp4:dv03/mogulus-user-files/chtheoscars/2010/03/07/ace18fc1-0bf6-4c82-bfe8-c6b734548a7d.mp4" -o output.flv

migawka
03-18-2010, 10:24 AM
thanks @hyc (this was my post)
I download whole file (I watched to the end) but surprisingly the rtmpdump message was:
479611.854 kB / 7142.97 sec (99.9%)
Download complete
but the file should be 642868.740 kB. Any ideas?

Hollywood80
06-27-2010, 01:22 AM
Not sure if Livestream.com changed something but this method that worked for me back in April no longer works. Can anyone help? Trying to grab an archived show of mine. It didn't record locally like our other shows so the only way for me to get a copy of it is to grab it using rtmpdump. Please help. The URL for the show is http://www.livestream.com/desmoinesamplified/video?clipId=pla_64228ae6-ed68-4375-82aa-377fa4f57f78"]http://www.livestream.com/desmoinesamplified/video?clipId=pla_64228ae6-ed68-4375-82aa-377fa4f57f78

diyab
12-02-2010, 07:03 AM
Does anybody know how to record live stream with rtmpdump from livestream.com? For example:
hxxp://www.livestream.com/sbcgr

Below are the packet dumps captured via Wireshark (http://all-streaming-media.com/find-stream-URL/Wireshark-free-network-protocol-analyzer.htm):


&D
_E/t@@|AEq1E;
IfryPzhoE?KBw2yk~!ll0?8Gz[\7\connect?appmogulus-stream-edge/sbcgrflashVerMAC 10,1,102,64swfUrlhttp://cdn.livestream.com/chromelessPlayer/v20/playerapi.swf?jsEnabled=false&hideInfo=true&channel=sbcgr&id=player&autoPlay=true&showMoreVideos=false&allowChat=falsetcUrl>rtmp://69-31-5-113.dv.livestream.com/mogulus-stream-edge/sbcgrfpadcapabilities@maudioCodecs@videoCodecs@ovi deoFunction?pageUrlhttp://www.livestream.com/sbcgrobjectEncoding@

&D
_Ef@@lmAEq1iEpQ
IkplayVrtmp://69-31-5-69.dv.livestream.com/mogulus/sbcgr/0ad1f2b9-b028-4422-92ba-66fa8e54512f

Stream Recorder
12-02-2010, 07:57 AM
Does anybody know how to record live stream with rtmpdump from livestream.com? For example:
hxxp://www.livestream.com/sbcgr

Below are the packet dumps captured via Wireshark (http://all-streaming-media.com/find-stream-URL/Wireshark-free-network-protocol-analyzer.htm):


&D
_E/t@@|AEq1E;
IfryPzhoE?KBw2yk~!ll0?8Gz[\7\connect?appmogulus-stream-edge/sbcgrflashVerMAC 10,1,102,64swfUrlhttp://cdn.livestream.com/chromelessPlayer/v20/playerapi.swf?jsEnabled=false&hideInfo=true&channel=sbcgr&id=player&autoPlay=true&showMoreVideos=false&allowChat=falsetcUrl>rtmp://69-31-5-113.dv.livestream.com/mogulus-stream-edge/sbcgrfpadcapabilities@maudioCodecs@videoCodecs@ovi deoFunction?pageUrlhttp://www.livestream.com/sbcgrobjectEncoding@

&D
_Ef@@lmAEq1iEpQ
IkplayVrtmp://69-31-5-69.dv.livestream.com/mogulus/sbcgr/0ad1f2b9-b028-4422-92ba-66fa8e54512f

Try to use rtmpsrv or rtmpsuck. It is better to use the latter in Linux.

You can also use other programs for recording RTMP streams from livestream.com in Windows:
www.livestream.com: How to record live TV streaming from Live Stream (rtmp:// .flv)

diyab
12-02-2010, 08:15 AM
Thanks for the reply. However, I'm trying to figure out how to construct the params for a live stream from livestream.com.
Has anybody tried it successfully?

Stream Recorder
12-02-2010, 09:02 AM
I'm trying to figure out how to construct the params for a live stream from livestream.com.
That's why I recommended to use rtmpsrv or rtmpsuck

diyab
12-02-2010, 09:26 PM
I'm using OS X and couldn't get rtmpsrv to work, although I've done the iptable changes. I can't see any logging when i run rtmpsrv and goto the page on the browser. Can anyone with linux try http://www.livestream.com/sbcgr with rtmpsrv or rtmpsuck for me? thanks in advance.

Stream Recorder
12-03-2010, 01:39 AM
I'm using OS X and couldn't get rtmpsrv to work, although I've done the iptable changes. I can't see any logging when i run rtmpsrv and goto the page on the browser. Can anyone with linux try http://www.livestream.com/sbcgr with rtmpsrv or rtmpsuck for me? thanks in advance.
Both rtmpsrv and rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) don't work for me with this stream in Ubuntu. I tried to add the --live parameter the command from rtmpsrv to no avail.

johnmills
12-21-2010, 06:39 AM
I got the following from rtmpsrv.exe, and it seemed to record fine for me. I'm on Windows XP.

rtmpdump -r "rtmp://69-31-5-30.dv.livestream.com/mogulus-stream-edge/sbcgr" -a "mogulus-stream-edge/sbcgr" -f "WIN 10,1,102,64" -W "http://cdn.livestream.com/chromelessPlayer/v20/playerapi.swf?channel=sbcgr&autoPlay=true&jsEnabled=false&id=player&showMoreVideos=false&allowChat=false&hideInfo=true" -p "http://www.livestream.com/sbcgr" -y "rtmp://69-31-5-68.dv.livestream.com/mogulus/sbcgr/8959cc6c-31fa-490b-9954-d411ce5dc759" -o 8959cc6c-31fa-490b-9954-d411ce5dc759.flv

With the following added to the hosts file.

127.0.0.1 69-31-5-30.dv.livestream.com

nok
04-28-2011, 06:55 AM
I am in need to understand how to:

1. Collect the URL and paramaters needed for RTMPDUMP to work when wanting to grab a live feed from www.livestream.com

(look in the page, for this variable, add it too "/xxxx/", or a jSON request is made to this URL to get the URL, etc..

2. The RTMPDUMP command working to grab that same video.


If you can do this one, I have other sites as well, and will pay $150 for each site needed.

email: bounty [at] nok.io

chap
04-28-2011, 07:51 AM
hxxp://www.livestream.com/nytnestcam

Microsoft Windows XP [Версия 5.1.2600]
(С) Корпорация Майкрософт, 1985-2001.

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3>"C:\Documents and Settings\Администратор\Мои документы\STREAM\rtm
pdump-2.3-windows\rtmpdump-2.3\rtmpdump568.exe" -r "rtmp://cp86438.live.edgefcs.
net/live/livestream2_33@23062" -o livestream2_33@23062.flv -v
RTMPDump v2.3 r568 (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 Live Stream
INFO: Metadata:
INFO: author nytradiovideo
INFO: copyright Livestream Procaster 20.0.89
INFO: broadcasting_app Livestream Procaster 20.0.89
INFO: operation_system MacOSx
INFO: presetname Custom
INFO: creationdate 2011.04.28-07:31:45
INFO: audiocodecid mp4a
INFO: audiosamplerate 44100.00
INFO: audiochannels 1.00
INFO: audiodatarate 96.00
INFO: videocodecid avc1
INFO: avcprofile 66.00
INFO: avclevel 0.00
INFO: width 768.00
INFO: height 576.00
INFO: videodatarate 550.00
INFO: lsChannelName nytnestcam
3027.396 kB / 55.22 sec


hxxp://www.livestream.com/sbcgr

Microsoft Windows XP [Версия 5.1.2600]
(С) Корпорация Майкрософт, 1985-2001.

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3>"C:\Documents and Settings\Администратор\Мои документы\STREAM\rtm
pdump-2.3-windows\rtmpdump-2.3\rtmpdump568.exe" -r "rtmp://69-31-5-36.dv.livestr
eam.com/mogulus-stream-edge/sbcgr" -a "mogulus-stream-edge/sbcgr" -y "rtmp://69-
31-5-70.dv.livestream.com/mogulus/sbcgr/bc0339e4-42a5-405a-b569-738e6093531e" -o
bc0339e4-42a5-405a-b569-738e6093531e.flv -v
RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
3944.534 kB / 57.31 sec
BOUNTY:)

Used rtmpsusk.

akryl9296
07-19-2011, 08:05 AM
Hi, I'm new here, so sorry if I mess up a bit.
I have one video that is embedded in some topic on conceptart.org forums, from their channel, that has been made private: http://www.livestream.com/conceptart
So, this video is only aviliable from mentioned topic on the forum, through livestream player. Video is about 7 hours long, with quite high resolution.
And so all the programs have failed, or tried to download the player itself, not the video. Only replay media catcher seems to be able to download the video, but after getting about 2 minutes of the vid, it stops and says that vid is complete. But I found this:
rtmp://extondemand.livestream.com/ondemand<break>trans/dv04/mogulus-user-files/chconceptart/2009/07/26/579aded0-a39c-4e54-a28c-c549fedd1f23

Other program gave me this:
http://flash.quantserve.com/pixel.swf?flashPlayer=WIN%2010%2C3%2C181%2C34&qcv=5%2E0%2E0&duration=124%2E45&event=played&labels=Art%20%26%20Creativity%2Econceptart%2Eon%2D demand&r=4405&url=http%3A%2F%2Fcdn%2Elivestream%2Ecom%2Fchromele ssPlayer%2Fv21%2Fplayerapi%2Eswf%3FautoPlay%3Dfals e%26mute%3Dfalse%26jsEnabled%3Dfalse&title=jasonmanley%27s%20Camera%20%5BProcaster%5D%2 0%5BRecorded%20Sun%20Jul%2026%2014%3A17%3A40%20EDT %202009%5D&videoId=5faf5776%2D40cd%2D4748%2Dac6e%2D7c9ba2e74e d0&media=video&playOnly=true&allowTrace=false&pageURL=http%3A%2F%2Fconceptart%2Eorg%2Fforums%2Fs howthread%2Ephp%3Fp%3D2356009%23post2356009&fpf=FO%2D1290876296%2D1311024677118&publisherId=p%2Dcaea5A8f9YSRU&OBT_fname=pixel.swf

I tried this and few other options (with added .flv and such):
rtmpdump -r "rtmp://extondemand.livestream.com/ondemand<break>trans/dv04/mogulus-user-files/chconceptart/2009/07/26/579aded0-a39c-4e54-a28c-c549fedd1f23" -o test.flv --resume
but I always get this result:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Can anybody help?

KSV
07-19-2011, 12:29 PM
I was able to download your 2 min video with rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) after constructing the url with the info you provided. it wasn't broken video. it seems your video is split into multiple files. so you need different video ids to download them all. try to seek the playing video further to get other video urls.

http://i.imgur.com/21CSE.jpg

sam4037
09-20-2011, 11:40 PM
(Mods and Admins, can you please not move or change this post because I specifically want to download it with rtmpdump and I also do specifically, if possible, do not like to receive replies with lists and links of download tools that can download this file, I specifically ask a rtmpdump question here in the rtmpdump thread and like it to be treated as such, thank you for your understanding and hopefully compliance. I have also tried several of the here advertised pay- as well as freeware and they all fail on this file after about 31,7% of downloading so please please please let's keep this rtmpdump and nothing else, thanks.)

Dear fellow stream recording gurus,

I am having difficulties cracking this tough nut with RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm).

The video URL is:

http://www.livestream.com/janaschi/video?clipId=pla_5322166999805320653

The request header is:

url: rtmp://extondemand.livestream.com/ondemand/trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/0040e214-9b56-45d9-9453-9ec12126369e

app: ondemand

flashVer: WIN 10,3,183,7

pageUrl: 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=753084

swfUrl: http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?lschannel=true&allowChat=true&borderColor=0xCCCCCC&browseMode=false&showMoreVideos=false&textLines=2&t=753084&time=&hideChannelBranding=true&mode=false&hideInfo=true&iconColor=0x555555&jsEnabled=false&autoPlay=true&allowchat=true&showBorderControlBar=false

tcUrl: rtmp://extondemand.livestream.com/ondemand

playPath: trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/0040e214-9b56-45d9-9453-9ec12126369e

I have used this command line with rtmpdump 2.4:

rtmpdump -r "rtmp://extondemand.livestream.com:80/ondemand/" -y "trans/dv02/mogulus-user-files/chjanaschi/2009/06/27/0040e214-9b56-45d9-9453-9ec12126369e" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -o 0040e214-9b56-45d9-9453-9ec12126369e.flv

I keep getting the "try resuming" error message. Still when I try to resume the download it either tells me it can't resume or to resume again. When I try the -V or -z commands in the above command line as well it tells me that some video frames are too small besides other errors.

Perhaps some of you have an idea about this specific video? Thanks for any help.

tsqrl
10-02-2011, 02:52 AM
Hi,

I've been trying to download a video, but seems like this certain video is very difficult to handle. What is the right way to download the video? I have no idea what that error means.

"C:\program files\rtmpdump\rtmpdum
p.exe" -r "rtmp://extondemand.livestream.com/ondemand/mp4:trans/dv15/mogulus-
user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901.mp4" -
y "mp4:trans/dv15/mogulus-user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-461
2-95b3-6151539e7901.mp4" -W "http://cdn.livestream.com/grid/LSPlayer.swf" -f "WI
N 10,1,52,14" -o "C:\v.mp4"
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)

svnpenn
10-02-2011, 04:04 AM
User 1,001 to make a post without including the URL. Congrats.

chap
10-02-2011, 04:21 AM
Hi,

I've been trying to download a video, but seems like this certain video is very difficult to handle. What is the right way to download the video? I have no idea what that error means.


-r "rtmp://extondemand.livestream.com/ondemand/" -y "mp4:trans/dv15/mogulus-user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901.mp4" -o v.flv



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 "mp4:trans/dv15/mogulus-user-files/c
hredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901.mp4" -o v.flv
RTMPDump v2.4 GIT-2011-09-30 (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 2301.23
INFO: moovPosition 193699465.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 29.97
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 207110790.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 207108270.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
3455.124 kB / 47.55 sec (2.0%)

P.S
tsqrl
but svnpenn rights-specify the url is not so difficult;)

svnpenn
10-02-2011, 04:43 AM
RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) has trouble parsing the "app" so it is usually best to declare it explicitly, with "-a"

rtmpdump -r rtmp://extondemand.livestream.com -a ondemand -y mp4:trans/dv15/mogulus-user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901 -o v.flv

tsqrl
10-02-2011, 05:03 AM
Still getting the same error.

Here's the URL: _www.livestream.com/redbullspace?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks

tsqrl
10-02-2011, 05:12 AM
Here's the url: www.livestream.com/redbullspace?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks

I managed to get rid of that error, but now I have another error: RTMP_ReadPacket, failed to read RTMP packet header

"C:\program files\rtmpdump\rtmpdum
p.exe" -r "rtmp://extondemand.livestream.com:80/ondemand/mp4:trans/dv15/mogulus-
user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901.mp4" -
y "mp4:trans/dv15/mogulus-user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-461
2-95b3-6151539e7901.mp4" -W "http://cdn.livestream.com/grid/LSPlayer.swf" -f "WI
N 10,1,52,14" -o "C:\p.mp4"
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

RTMPdump has trouble parsing the "app" so it is usually best to declare it explicitly, with "-a"

rtmpdump -r rtmp://extondemand.livestream.com -a ondemand -y mp4:trans/dv15/mogulus-user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901 -o v.flv
This way rtmpdump downloads 10-20% and then throws an error. It recommends to use --swfVfy.

36297.351 kB / 438.94 sec (19.0%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
36364.473 kB / 439.70 sec (19.1%)
Download may be incomplete (downloaded about 19.10%), try resuming

svnpenn
10-02-2011, 05:27 AM
rtmpdump -r rtmp://extondemand.livestream.com -a ondemand -y mp4:trans/dv15/mogulus-user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901 -W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf -o output.flv

tsqrl
10-02-2011, 06:25 AM
rtmpdump -r rtmp://extondemand.livestream.com -a ondemand -y mp4:trans/dv15/mogulus-user-files/chredbullspace/2011/09/21/7f1610d0-ac6e-4612-95b3-6151539e7901 -W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf -o output.flv
Yeah, that works. Thank you very much for the help!

Supergod
10-19-2011, 09:06 PM
_http://www.livestream.com/fantasyearthzeronalive/video?clipId=pla_6edaad72-8609-4bc0-a4fa-f8865d957689

Hey I wanna download this video, how do I go about it? I have RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) downloaded, when I try to run the dump exe it just closes right away and the other exe files don't do anything other then open a cmd window with the message "Streaming on rtmp://0.0.0.0:1935"

Bahman
11-17-2011, 03:27 PM
KSV, I can't download livestream.com's rtmp urls with lastest version you made!!

http://www.hostpic.org/images/46KSV.jpg
and nothing (even after 5min )!!:confused:

chap
11-17-2011, 04:56 PM
KSV, I can't download livestream.com's rtmp urls with lastest version you made!!

http://www.hostpic.org/images/46KSV.jpg
and nothing (even after 5min )!!:confused:
download livestream.com
-r "rtmp://212-102.livestream.com/mogulus-stream-edge/blazinfm" -a "mogulus-stream-edge/blazinfm" -f "WIN 11,0,1,152" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.livestream.com/embed/blazinfm?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&allowchat=false&layout=1&t=117648" -y "rtmp://212-65.livestream.com/affiliateStream/blazinfm/6c69766572657065617465723a72746d703a2f2f3231322d36 352e6c69766573747265616d2e636f6d2f6d6f67756c75732f 626c617a696e666d2f626c617a696e6174696f6e3030303132 303131313131372d3134333030375f343436" -o 30375f343436.flv

C:\rtmpdump -r "rtmp://212-102.livestream.com/mogulus-s
tream-edge/blazinfm" -a "mogulus-stream-edge/blazinfm" -f "WIN 11,0,1,152" -W "h
ttp://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.live
stream.com/embed/blazinfm?showMoreVideos=false&hideInfo=true&autoPlay=true&lscha
nnel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&allow
chat=false&layout=1&t=117648" -y "rtmp://212-65.livestream.com/affiliateStream/b
lazinfm/6c69766572657065617465723a72746d703a2f2f3231322d36 352e6c6976657374726561
6d2e636f6d2f6d6f67756c75732f626c617a696e666d2f626c 617a696e6174696f6e303030313230
3131313131372d3134333030375f343436" -o 30375f343436.flv
RTMPDump v2.4 GIT-2011-11-08 (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: author blazination
INFO: copyright Procaster 20.2.0
INFO: broadcasting_app Procaster 20.2.0
INFO: operation_system Windows Vista Ultimate Edition (build 6000), 32-bi
t
INFO: presetname Custom
INFO: creationdate 2011.11.17-17:54:34
INFO: audiocodecid mp4a
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: audiodatarate 96.00
INFO: videocodecid avc1
INFO: avcprofile 66.00
INFO: avclevel 0.00
INFO: width 512.00
INFO: height 288.00
INFO: videodatarate 350.00
INFO: streamIdentifier AFE66F
INFO: lsChannelName blazinfm
3211.000 kB / 57.42 sec

Bahman
11-17-2011, 10:26 PM
Thanks for that!! The problem was flash path!!:D

FLIGHT_Ian
04-14-2012, 02:11 PM
Hi,

I tried out everything but this but with this livestream I have no success:

http://www.livestream.com/spaceflightnow

I try to put that on VLC but no success the stream breaks up after about a minute.

rtmpdump -r rtmp://cp86438.live.edgefcs.net/live/livestream6_93@24304 -a live -y livestream6_93@24304 -c 443 −W "https://cdn.livestream.com/grid/LSPlayer.swf" --live | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

I hope you can help me.

svnpenn
04-14-2012, 03:28 PM
rtmpdump \
-v \
-r rtmp://cp86438.live.edgefcs.net \
-a live \
-W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf \
-y livestream6_93@24304 \
-o o.flv

FLIGHT_Ian
04-15-2012, 04:21 AM
rtmpdump -v -r rtmp://cp86438.live.edgefcs.net -a live -W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf -y livestream6_93@24304 --live | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

That one does not function. :(

That is my source: http://cdn.livestream.com/grid/PlayerV2.swf?version=303&channel=spaceflightnow

svnpenn
04-15-2012, 04:44 AM
$ rtmpdump -v -r rtmp://cp86438.live.edgefcs.net -a live -W http://cdn.livestre
am.com/chromelessPlayer/v21/playerapi.swf -y livestream6_93@24304 | "$PROGRAMFI
LES/VideoLAN/VLC/vlc" -
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: author blue_star
INFO: copyright Procaster 20.2.69
INFO: broadcasting_app Procaster 20.2.69
INFO: operation_system Windows XP Professional Service Pack 3 (build 2600
)
INFO: presetname Custom
INFO: creationdate 2012.04.15-04:20:43
INFO: audiocodecid mp4a
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: audiodatarate 96.00
INFO: videocodecid avc1
3256.441 kB / 51.80 sec


.

FLIGHT_Ian
04-15-2012, 05:12 AM
Ok still no success:

Btw. the rtmp URL has changed. in rtmp://cp86438.live.edgefcs.net/live/livestream3_246@56855

When I use that command rtmpdump -r rtmp://cp86438.live.edgefcs.net/live/livestream3_246@56855 -a live -y livestream3_246@56855 -c 443 -W "https://cdn.livestream.com/grid/LSPlayer.swf" --live | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

this happen: http://www10.pic-upload.de/15.04.12/9k7cyq539vlf.jpg

When I try that with the other swf player the RTMP_ReadPacket Error appers directly without showing me the stream about 1min like it is the case with the command I posted here.

svnpenn
04-15-2012, 05:31 AM
$ rtmpdump \
> -v \
> -r rtmp://cp86438.live.edgefcs.net \
> -a live \
> -W http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf \
> -y livestream3_246@56855 \
> | "$PROGRAMFILES/VideoLAN/VLC/vlc" -
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: author sfntv
INFO: copyright Livestream Procaster 20.0.89
INFO: broadcasting_app Livestream Procaster 20.0.89
INFO: operation_system MacOSx
INFO: presetname Custom
INFO: creationdate 2012.04.15-01:33:30
INFO: audiocodecid mp4a
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: audiodatarate 128.00
INFO: videocodecid avc1
13526.105 kB / 121.70 sec



.

FLIGHT_Ian
04-15-2012, 06:02 AM
That still does not function. :(

chap
04-15-2012, 06:10 AM
That still does not function. :(

where did you get it? "-c 443"

svnpenn
04-15-2012, 06:11 AM
​​​​​

FLIGHT_Ian
04-15-2012, 07:03 AM
where did you get it? "-c 443"

Forget that part of the command. That does not change anything thought maybe cause of the RTMPhash disconnect the HTTPS port could function, but no success with or without that command.

Screen from the command above, no success:
http://www7.pic-upload.de/15.04.12/5hr142zp9xaz.jpg

p0k4
06-12-2012, 09:32 PM
Did something happen to Livestream because last night I was downloading a stream but it didn't get the audio track? I've tried several different videoplayers and none of them have the audio. The same stream worked just fine on monday. I had noticed similar problem before at justin.tv.

I tried using both rtmpexplorer and Replay Media Catcher.

svnpenn
06-13-2012, 05:29 AM
Did something happen to Livestream because last night I was downloading a stream but it didn't get the audio track?

Working for me

RTMP Server v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Closing connection... done!

RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10053 (42 bytes)
Closing connection... done!

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
rtmpdump -r "rtmp://extondemand.livestream.com/ondemand" -a "ondemand" -f "WIN 1
1,1,102,55" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?sho
wBorderControlBar=false&allowchat=true&autoPlay=true&borderColor=0xCCCCCC&iconCo
lor=0x555555&hideInfo=true&t=281172&mode=false&hideChannelBranding=true&time=&te
xtLines=2&showMoreVideos=false&browseMode=false&allowChat=true&lschannel=true&js
Enabled=false" -p "http://www.livestream.com/embed/fantasyearthzeronalive?showMo
reVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textL
ines=2&hideChannelBranding=true&mode=false&clip=pla_6edaad72-8609-4bc0-a4fa-f886
5d957689&allowchat=true&layout=1&t=281172" -y "mp4:trans/dv11/mogulus-user-files
/chfantasyearthzeronalive/2010/11/20/1eb2826a-06f1-4e6b-9454-b26ca3394e53.mp4" -
o 1eb2826a-06f1-4e6b-9454-b26ca3394e53.flv
WARNING: Trying different position for client digest!
q
Exiting
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 1186.52
INFO: moovPosition 65272733.00
INFO: width 512.00
INFO: height 288.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 66.00
INFO: avclevel 21.00
INFO: aacaot 2.00
INFO: videoframerate 22.91
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 106784820.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 106786530.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
11367.912 kB / 204.69 sec (17.2%)

p0k4
06-13-2012, 06:36 AM
Working for me
Yes I just tried some streams and they work just fine. Wonder why sometimes it happens. I was recording here: http://www.livestream.com/retku but I don't see how it differs from the other streams.

fatihpoyraz
07-24-2012, 07:52 AM
Working for me

RTMP Server v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Closing connection... done!

RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10053 (42 bytes)
Closing connection... done!

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
rtmpdump -r "rtmp://extondemand.livestream.com/ondemand" -a "ondemand" -f "WIN 1
1,1,102,55" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?sho
wBorderControlBar=false&allowchat=true&autoPlay=true&borderColor=0xCCCCCC&iconCo
lor=0x555555&hideInfo=true&t=281172&mode=false&hideChannelBranding=true&time=&te
xtLines=2&showMoreVideos=false&browseMode=false&allowChat=true&lschannel=true&js
Enabled=false" -p "http://www.livestream.com/embed/fantasyearthzeronalive?showMo
reVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textL
ines=2&hideChannelBranding=true&mode=false&clip=pla_6edaad72-8609-4bc0-a4fa-f886
5d957689&allowchat=true&layout=1&t=281172" -y "mp4:trans/dv11/mogulus-user-files
/chfantasyearthzeronalive/2010/11/20/1eb2826a-06f1-4e6b-9454-b26ca3394e53.mp4" -
o 1eb2826a-06f1-4e6b-9454-b26ca3394e53.flv
WARNING: Trying different position for client digest!
q
Exiting
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 1186.52
INFO: moovPosition 65272733.00
INFO: width 512.00
INFO: height 288.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 66.00
INFO: avclevel 21.00
INFO: aacaot 2.00
INFO: videoframerate 22.91
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 106784820.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 106786530.00
INFO: timescale 90000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
11367.912 kB / 204.69 sec (17.2%)


I have a problem.

rtmpdump is 5-10 minute later error.
I would like to livestream download for a long time.

IT'S WRITE
45844.773 kB / 444.37 sec
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 10049
45893.158 kB / 444.84 sec
Download complete

neekEdgessy
08-01-2012, 10:29 AM
http://www.michaelgreenhandbags.com/ cheap louis vuitton handbags

tonia89
04-05-2013, 11:29 AM
Can somebody please help me finding the rtmp Url, or more, the media path? I already donwloaded the rtmp code for terminal (i'm using macosx) but wireshark won't work. it somehow doesn't even start..

the link is this: http://www.livestream.com/janaschi/video/flv_956fda2f-fde1-4638-98f1-df62b35163d7?utm_medium=ui-thumb&amp;utm_source=lslibrary
but actually i would love to have all videos downloadable
how can i manage this?
i think it's only the last numbers/code in the mp4 link that changes, am i right?

thnaks for helping!
cheers