View Single Post
  #35  
Old 04-15-2012, 05:31 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: www.livestream.com: How to download with rtmpdump


Code:
$ 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



.
Reply With Quote