View Single Post
  #69  
Old 04-22-2013, 01:21 AM
alexanderd alexanderd is offline
Junior Member
 
Join Date: Mar 2013
Posts: 9
alexanderd is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by KSV View Post
1. add timestamp to detected filename (rtmpsrv and rtmpsuck) to avoid overwriting the streams
Thank you so much for that, KSV!

After some testing.
Unfortunately,latest release still overwrites live stream
Every time it's saved with the same filename.
I use RTMPDumpHelper+RTMPSuck

Code:
WARNING: Trying different position for client digest!
Processing connect
       app : live?ovpfv=2.1.4
  flashVer : WIN 11,6,602,180
    swfUrl : http://www.c-span.org/cspanVideoHD.swf?src=cspan1
     tcUrl : rtmp://cp82346.live.edgefcs.net:1935/live?ovpfv=2.1.4
   pageUrl : http://www.c-span.org/Live-Video/C-SPAN/
      live : yes
  Playpath : CSPAN1@14845
 Saving as : CSPAN1@14845.flv
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sun Mar 10 09:55:08 2013
INFO:   videodevice             Osprey-230 Video Device 1
INFO:   framerate               30.00
INFO:   width                   320.00
INFO:   height                  240.00
INFO:   videocodecid            VP62
INFO:   videodatarate           300.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Osprey-230 Audio Device 1
INFO:   audiosamplerate         22050.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           40.00
WARNING: ignoring too small audio packet: size: 0
ERROR: Request timeout/select failed, ignoring request
Closing connection... done!

WARNING: ignoring too small audio packet: size: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

WARNING: Trying different position for client digest!
Processing connect
       app : live?ovpfv=2.1.4
  flashVer : WIN 11,6,602,180
    swfUrl : http://www.c-span.org/cspanVideoHD.swf?src=cspan1
     tcUrl : rtmp://cp82346.live.edgefcs.net:1935/live?ovpfv=2.1.4
   pageUrl : http://www.c-span.org/Live-Video/C-SPAN/
      live : yes
  Playpath : CSPAN1@14845
 Saving as : CSPAN1@14845.flv
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sun Mar 10 09:55:08 2013
INFO:   videodevice             Osprey-230 Video Device 1
INFO:   framerate               30.00
INFO:   width                   320.00
INFO:   height                  240.00
INFO:   videocodecid            VP62
INFO:   videodatarate           300.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Osprey-230 Audio Device 1
INFO:   audiosamplerate         22050.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           40.00
WARNING: ignoring too small audio packet: size: 0
WARNING: ignoring too small audio packet: size: 0
WARNING: Trying different position for client digest!
Processing connect
       app : samaalive
  flashVer : WIN 11,6,602,180
    swfUrl : http://beta.cdn.livestation.com/play...ion-player.swf
     tcUrl : rtmp://38.96.148.99:1935/samaalive
   pageUrl : http://www.livestation.com/
      live : yes
  Playpath : samaalive
 Saving as : samaalive.flv
INFO: Metadata:
INFO:   width                   480.00
INFO:   height                  270.00
INFO:   framerate               25.00
INFO:   videodatarate           200.00
INFO:   videocodecid            avc1
INFO:   audiodatarate           40.00
INFO:   audiocodecid            mp4a
WARNING: ignoring too small audio packet: size: 0
      live : yes
  Playpath : samaalive
 Saving as : samaalive.flv
INFO: Metadata:
INFO:   width                   480.00
INFO:   height                  270.00
INFO:   framerate               25.00
INFO:   videodatarate           200.00
INFO:   videocodecid            avc1
INFO:   audiodatarate           40.00
INFO:   audiocodecid            mp4a
WARNING: ignoring too small audio packet: size: 0
ERROR: Request timeout/select failed, ignoring request
Closing connection... done!

Last edited by alexanderd : 04-22-2013 at 05:03 AM. Reason: added after some testing
Reply With Quote