View Single Post
  #3  
Old 01-08-2013, 10:04 AM
charos charos is offline
Junior Member
 
Join Date: Jan 2013
Posts: 4
charos is on a distinguished road
Default

Re: Help with better syntax for audio stream dump


My bad , I thought the url was pretty obvious from the --swfVfy parameter.
Site: http://enlefko.fm/
Player is Jplayer port of Drupal
swf object info taken by page source : swfobject.embedSWF("/sites/all/themes/enleyko/flash/EnLefko_RTMPPlayer.swf?1"

rtmexlporer attempt to parse data from rtmpsrv :
Code:
rtmdump -r "rtmp://cp126784.live.edgefcs.net/live/enlevko@73167" -a "live/enlevko@73167" -f "WIN 11,5,502,135" -W "http://enlefko.fm/sites/all/themes/enleyko/flash/EnLefko_RTMPPlayer.swf?1" -p "http://enlefko.fm/" -y "enlevko@73167" -o enlevko@73167.flv
RTMPDump v2.3
Connecting ...
INFO:Connected
ERROR: Closing connection: Netstream.Play.StreamNotFound
So rtmpexlorer doesn't correctly identify the stream file due to "enlevko@73167". So I had to find a correct syntax, thus the syntax on my first post:
Code:
C:\rtmpdump-2.4>rtmpdump -r "rtmp://cp126784.live.edgefcs.net/live/"  --swfVfy "
http://enlefko.fm//sites/all/themes/enleyko/flash/EnLefko_RTMPPlayer.swf"  --liv
e -v -y "enlevko@73167"  --stop 7200  -o tzoum.mp4
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
For duration: 7200.000 sec
INFO: Metadata:
INFO:   author                En Lefko 87.7
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Fri Nov 30 16:10:26 2012
INFO:   audiodevice           Rear Line In (Conexant HD Audio
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      94.00
INFO:   audiocodecid          mp4a
INFO:   audiodatarate         64.00
21.771 kB / 2.48 sec
But dump is not consistent and because I need to schedule this command, I want it to be failproof. Any help is greatly appreciated.
Reply With Quote