View Single Post
  #18  
Old 04-09-2013, 08:25 PM
lorus lorus is offline
Junior Member
 
Join Date: Apr 2013
Posts: 7
lorus is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


I have some trouble with a stream. The capturing seems to start but it captures only 0.01sec and then the process hangs / doesn't captures anything more ...

Code:
C:\Users\media\Desktop\rtmp>rtmpdump -r "rtmp://xxx:1936/streams" -a "streams" -f "WIN 11,6,602,180" -W "http://xxx/xxx/xxx.swf" -p "http://xxx" -y "xxx" -o "xxx" 
RTMPDump v2.4 GIT-2012-12-30 (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:   presetname              Custom
INFO:   creationdate            Tue Apr 09 21:36:10 2013
INFO:   videodevice             AVerMedia BDA Analog Capture Secondary [1]
INFO:   framerate               60.00
INFO:   width                   720.00
INFO:   height                  400.00
INFO:   videocodecid            avc1
INFO:   videodatarate           1500.00
INFO:   avclevel                32.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 10.00
INFO:   audiodevice             AVerMedia BDA Analog Capture Secondary [1]
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            mp4a
INFO:   audiodatarate           96.00

0.660 kB / 0.00 sec
289.526 kB / 0.00 sec
673.945 kB / 0.00 sec
1078.496 kB / 0.00 sec
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Tue Apr 09 21:36:10 2013
INFO:   videodevice             AVerMedia BDA Analog Capture Secondary [1]
INFO:   framerate               60.00
INFO:   width                   720.00
INFO:   height                  400.00
INFO:   videocodecid            avc1
INFO:   videodatarate           1500.00
INFO:   avclevel                32.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 10.00
INFO:   audiodevice             AVerMedia BDA Analog Capture Secondary [1]
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            mp4a
INFO:   audiodatarate           96.00

1203.780 kB / 0.01 sec
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Tue Apr 09 21:36:10 2013
INFO:   videodevice             AVerMedia BDA Analog Capture Secondary [1]
INFO:   framerate               60.00
INFO:   width                   720.00
INFO:   height                  400.00
INFO:   videocodecid            avc1
INFO:   videodatarate           1500.00
INFO:   avclevel                32.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 10.00
INFO:   audiodevice             AVerMedia BDA Analog Capture Secondary [1]
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            mp4a
INFO:   audiodatarate           96.00

Last edited by lorus : 04-10-2013 at 07:47 AM.
Reply With Quote