Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Help with better syntax for audio stream dumpHi!
I need to capture an audio live stream for 2 hours with RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV) . After a lot of searches , trial & errrors I have the following syntax: Code:
rtmpdump -r "rtmp://cp126784.live.edgefcs.net/live/" --live -v -y "enlevko@73167" --swfVfy "http://enlefko.fm/sites/all/themes/enleyko/flash/EnLefko_RTMPPlayer.swf" --stop 7200 -o tzoum.mp4a Quote:
Quote:
Quote:
Last edited by charos : 01-08-2013 at 10:24 AM. Reason: Added info |
#2
|
|||
|
|||
Re: Help with better syntax for audio stream dumpQuote:
stream-recorder.com/forum/announcement.php?f=4 |
#3
|
|||
|
|||
Re: Help with better syntax for audio stream dumpMy 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 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 |
#4
|
|||
|
|||
Re: Help with better syntax for audio stream dumpCode:
rtmpdump -r "rtmp://cp126784.live.edgefcs.net/live/enlevko@73167/enlevko@73167" -o "enlevko@73167.flv" Code:
rtmpdump -r "rtmp://cp126784.live.edgefcs.net/live/enlevko@73167/enlevko@73167" -o "enlev ko@73167.flv" RTMPDump v2.4 GIT-2012-11-09 (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 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 9.116 kB / 1.00 sec - |
#5
|
|||
|
|||
Re: Help with better syntax for audio stream dumpIf you have Bash, I have a workaround for the "Received FLV packet before play()!"
|
#6
|
|||
|
|||
Re: Help with better syntax for audio stream dumpI have a VPS with CentOS and I just build it from source, rtmpdump runs fine so I can make use of a bash script!
|
#7
|
|||
|
|||
Re: Help with better syntax for audio stream dumpYou can use this script to stop RtmpDump after certain period of time, without using "--stop"
github.com/svnpenn/a/blob/master/rtmp-stop.sh Code:
rtmp-stop.sh 10 rtmpdump -r "rtmp://cp126784.live.edgefcs.net/live/en levko@73167/enlevko@73167" -o "enlevko@73167.flv" -v RTMPDump v2.4-81-g2872601 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license : GPL Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: author En Lefko 87.7 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 86.005 kB / 10.01 sec |
#8
|
|||
|
|||
Re: Help with better syntax for audio stream dumpthanks! I'll give it a go!
|
Tags: audio, rtmpdump |
Thread Tools | |
Display Modes | |
|
|